Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./automake.sh fails #49

Open
craigarno opened this issue Sep 22, 2016 · 2 comments
Open

./automake.sh fails #49

craigarno opened this issue Sep 22, 2016 · 2 comments

Comments

@craigarno
Copy link

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.

@duhow
Copy link

duhow commented Jan 26, 2017

Install libtool-bin.

@ghost
Copy link

ghost commented Apr 18, 2018

Had this issue with iksemel. Duhow's solution, namely sudo apt-get install libtool-bin worked perfectly. Thanks duhow, good work, much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants