Am 28.01.22, 04:23, schrieb Ovalle Ortiz, Omar:
Dear,

I am compiling the kannel version 1.5.0 and I can not advance, due to
failure in the compilation, pointing out the following message:

make: OLD_LIBTOOL@: Command not found

make: *** [Makefile:324: libgw.a] Error 127

Please I need your help.

Operating System: Red Hat Enterprise Linux release 8.5 with subscription

Kannel versión 1.5.0

Libxml versión libxml2-2.9.7-9.el8_4.2.x86_64

Multiprocesor machine

All prerequisites are met.

I downloaded the source with :

svn co https://svn.kannel.org/gateway/trunk

Then run ./configure

But when I run make I get this message:

# make check

make: OLD_LIBTOOL@: Command not found

make: *** [Makefile:324: libgw.a] Error 127

Your help please.

Hi Omar,

a svn trunk checkout needs to be "bootstrapped", which would then mean:

  $ svn co https://svn.kannel.org/gateway/trunk gateway
  $ cd gateway
  $ ./boostrap.sh
  $ ./configure [..]
  $ make
  $ sudo make install

Stipe

--
Best Regards,
Stipe Tolj

-------------------------------------------------------------------
Düsseldorf, NRW, Germany

Kannel Foundation                 tolj.org system architecture
http://www.kannel.org/            http://www.tolj.org/

[email protected]                  [email protected]
-------------------------------------------------------------------

Reply via email to