You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README says:
"Libtool, Automake and Autoconf packages are required for compiling"
I installed all 3 packages.
./autogen.sh
Error: You must have 'libtool' installed on your system in order
to generate a configure script.
Ubuntu LTR 16.04:
apt show libtool
Package: libtool
Version: 2.4.6-0.1
Priority: optional
Section: devel
Origin: Ubuntu
Maintainer: Ubuntu Developers [email protected]
Original-Maintainer: Kurt Roeckx [email protected]
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 915 kB
Depends: gcc | c-compiler, cpp, libc6-dev | libc-dev, file, autotools-dev
Recommends: libltdl-dev
Suggests: libtool-doc, autoconf (>> 2.50), automaken, gfortran | fortran95-compiler, gcj-jdk
Conflicts: autoconf (<= 2.12), automake (<= 1.3), libtool1.4
Homepage: http://www.gnu.org/software/libtool/
Supported: 5y
Download-Size: 193 kB
APT-Manual-Installed: yes
APT-Sources: http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
Description: Generic library support script
This is GNU libtool, a generic library support script. Libtool hides
the complexity of generating special library types (such as shared
libraries) behind a consistent interface. To use libtool, add the
new generic library building commands to your Makefile, Makefile.in,
or Makefile.am. See the documentation for details. Libtool supports
building static libraries on all platforms.
.
Libtool supports generation of C, C++, Fortran and Java libraries.
I'm trying to add Google Talk to my Asterisk 11 configuration: Gtalk Channel Driver Depends on: iksemel(E), res_jabber(M)
README says:
"Libtool, Automake and Autoconf packages are required for compiling"
I installed all 3 packages.
./autogen.sh
Error: You must have 'libtool' installed on your system in order
to generate a configure script.
Ubuntu LTR 16.04:
apt show libtool
Package: libtool
Version: 2.4.6-0.1
Priority: optional
Section: devel
Origin: Ubuntu
Maintainer: Ubuntu Developers [email protected]
Original-Maintainer: Kurt Roeckx [email protected]
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 915 kB
Depends: gcc | c-compiler, cpp, libc6-dev | libc-dev, file, autotools-dev
Recommends: libltdl-dev
Suggests: libtool-doc, autoconf (>> 2.50), automaken, gfortran | fortran95-compiler, gcj-jdk
Conflicts: autoconf (<= 2.12), automake (<= 1.3), libtool1.4
Homepage: http://www.gnu.org/software/libtool/
Supported: 5y
Download-Size: 193 kB
APT-Manual-Installed: yes
APT-Sources: http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
Description: Generic library support script
This is GNU libtool, a generic library support script. Libtool hides
the complexity of generating special library types (such as shared
libraries) behind a consistent interface. To use libtool, add the
new generic library building commands to your Makefile, Makefile.in,
or Makefile.am. See the documentation for details. Libtool supports
building static libraries on all platforms.
.
Libtool supports generation of C, C++, Fortran and Java libraries.
I'm trying to add Google Talk to my Asterisk 11 configuration:
Gtalk Channel Driver Depends on: iksemel(E), res_jabber(M)
I am building from:
git clone https://github.com/meduketto/iksemel.git
There is no ./configure file to run from the cloned Git source.
The text was updated successfully, but these errors were encountered: