meduketto / iksemel

Automatically exported from code.google.com/p/iksemel
GNU Lesser General Public License v2.1
31 stars 24 forks source link

./automake.sh fails #49

Open craigarno opened 7 years ago

craigarno commented 7 years ago

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 ubuntu-devel-discuss@lists.ubuntu.com Original-Maintainer: Kurt Roeckx kurt@roeckx.be 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 commented 7 years ago

Install libtool-bin.

ghost commented 6 years ago

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