|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-02-04 04:55 UTC] jari dot aalto at poboxes dot com
Description:
------------
I checked out the CVS version and ensured that I have right libtool installed. However, the ./buildconf somehow finds the previous installation of libtool. My question is, shouldn't it rely on the system installed libtool instead?
How exactly it tests the version of current libtool, maybe that would help to debug this problem.
This is W2k/cygwin www.cygwin.com
root@w2kpicasso:/usr/src/cvs-source/php-src# which libtool
/bin/libtool
root@w2kpicasso:/usr/src/cvs-source/php-src# libtool --version
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54)
root@w2kpicasso:/usr/src/cvs-source/php-src# ./buildconf
using default Zend directory
buildconf: checking installation...
buildconf: autoconf version 2.13 (ok)
buildconf: libtool version 1.4.2 found.
You need libtool version 1.4.3 or newer installed
to build PHP from CVS.
make: *** [buildmk.stamp] Error 1
root@w2kpicasso:/usr/src/cvs-source/php-src# libtool --
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 30 07:00:01 2025 UTC |
The CVS is faster than getting snapshots (bandwidth). Regarding the libtool, no I do not have it in /usr/local, but I do have /usr/local/bin/libtoolize which is checked by build/shtool path glibtoolize libtoolize buildconf should trust PATH because otherwise the checks are done behind user's environment settings by simply trusting libtool --version I removed /usr/local/libtoolize and now it says: root@w2kpicasso:/usr/src/cvs-source/php-src# ./buildconf using default Zend directory buildconf: checking installation... buildconf: autoconf version 2.13 (ok) buildconf: libtool version 1.4.3 (ok) buildconf: /share/aclocal/libtool.m4 does not exist. Please reinstall libtool. make: *** [buildmk.stamp] Error 1 I have it installed in /usr/autotool/stable/share/aclocal Perhaps this is similar check that does not trust the libtoolize is installed?