Do a 'which libtool' and I'd hazard a guess that it'll find the one in
/usr/local/bin first.  As it's using that libtool (dir: /usr/local/bin)
and your normal automake (dir: /usr/bin), the dirs don't match and
aclocal fails, as the warning mentions.  Either switch your path around
to move /usr/local/bin after /usr/bin (and end up using the libtool your
system came with), or reconfigure and reinstall libtool 1.3.5 starting
with "./configure --prefix=/usr" which will cause it to install into
/usr/bin, /usr/share, etc.  (otherwise it defaults to /usr/local which
is likely the problem you have right now).

Pablo Sabatino wrote:
> 
>   Hello!!
>   I am using php4-cvs on Linux Suse 6.4.
>   I issued the command ./buildconf and got a message:
> 
>   pablo@pablito:~/php4 > ./buildconf
>   buildconf: checking installation...
>   buildconf: autoconf version 2.13 (ok)
>   buildconf: automake version 1.4 (ok)
>   buildconf: libtool version 1.3.5 (ok)
> 
> 
>   WARNING: automake and libtool are installed in different
>            directories.  This may cause aclocal to fail.
>            continuing anyway
>   aclocal: configure.in: 810: macro `AM_PROG_LIBTOOL' not found in library
>   make[1]: *** [aclocal.m4] Error 1
>   make: *** [all] Error 2
>   pablo@pablito:~/php4 >
> 
>   pablo@pablito:~/php4 > whereis libtool
>   libtool: /usr/bin/libtool /usr/local/bin/libtool /usr/share/libtool
>   pablo@pablito:~/php4 > whereis automake
>   automake: /usr/bin/automake /usr/share/automake
>   pablo@pablito:~/php4 > whereis automake
>   automake: /usr/bin/automake /usr/share/automake
>   pablo@pablito:~/php4 >
> 
>   I installed libtool-1.3.5.
>   Help me, please!!
>   Pablo Sabatino..

-- -
Kelly Cochran  <[EMAIL PROTECTED]>
Technical Staff - funschool.com Corporation

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to