From: [EMAIL PROTECTED] Operating system: FreeBSD 4.7-STABLE PHP version: 4.3.0 PHP Bug Type: *Configuration Issues Bug description: phpize passes --no-verify to ltconfig without specifying host
The phpize program creates a configure file that executes ltconfig with --no-verify but does not specify the host, FreeBSD ltconfig (libtool 1.3.4) requires the host be specified when the --no-verify parameter is passed, this results in the configure failing. When libtool 1.4 is installed the problem is resolved however 1.3.4 is what is in FreeBSD ports. This has been verified to be true with PHP 4.3.0 release on FreeBSD 4.7-STABLE with at least the curl, mhash and bz2 extensions. My configuration is as follows: AMD Athlon 1 GHZ CPU (686 class) FreeBSD 4.7 256 MB RAM Apache 1.3.27 PHP 4.3.0 Libtool: (GNU libtool) 1.3.4-freebsd-ports My PHP configuration line is: './configure' '--with-apxs=/usr/local/sbin/apxs' '--with-mcrypt' '--with-mhash' '--with-zlib' '--with-bz2' '--with-interbase' '--with-pdflib' '--with-gd' '--with-pgsql' '--with-mysql' '--enable-ftp' The output from the failed configure script is: loading cache /dev/null within ltconfig ltconfig: you must specify a host type if you use `--no-verify' Try `ltconfig --help' for more information. configure: error: libtool configure fail I manually installed libtool 1.4 and the problem went away, however the version of libtool in the FreeBSD ports collection is 1.3.4 so it is what most FreeBSD users will have installed. -- Edit bug report at http://bugs.php.net/?id=21216&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21216&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21216&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21216&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21216&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21216&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=21216&r=support Expected behavior: http://bugs.php.net/fix.php?id=21216&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=21216&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=21216&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21216&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21216&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21216&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21216&r=isapi