Date: 10/15/00
- Next message: andras <email protected>: "[PHP-DEV] PHP 4.0 Bug #7231: REG_ECOLLATE bug?"
- Previous message: wbastow <email protected>: "[PHP-DEV] PHP 4.0 Bug #7230: Configuration fails for Oracle 8.1.6"
- Next in thread: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7193 Updated: configure script broken"
- Maybe reply: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7193 Updated: configure script broken"
- Maybe reply: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7193 Updated: configure script broken"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 7193
Updated by: sniper
Reported By: ignacio <email protected>
Status: Closed
Bug Type: Compile Problem
Assigned To:
Comments:
You need to compile and install GNU gettext :
ftp://ftp.gnu.org/gnu/gettext/gettext-0.10.tar.gz
And point --with-gettext= to the base install dir of gettext.
e.g. when libintl.a is in /opt/gettext/lib use --with-gettext=/opt/gettext
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2000-10-13 13:50:45] ignacio <email protected>
The configure script is broken because it can't seem to find bindtextdomain in libc.so.6 (libc-2.1.3.so) when building an RPM from the spec for 4.0.1pl2 as given from 7.0, modifying the patches as necessary and reconfiguring LDAP, IMAP, and MySQL as static. I did 'objdump -t /lib/libc.so.6' and bindtextdomain is in fact there, but I don't yet know enough about configure scripts to be able to diagnose it further.
Here's the configure command line:
./configure --target=i386-redhat-linux --prefix=/usr --with-config-file-path=/etc --disable-debug --enable-pic --enable-inline-optimization --enable-force-cgi-redirect --with-exec-dir=/usr/bin --with-regex=system --with-gettext --with-gd --with-jpeg-dir=/usr --with-png --with-zlib --with-db2 --with-db3 --with-gdbm --enable-debugger --enable-magic-quotes --enable-safe-mode --enable-sysvsem --enable-sysvshm --enable-track-vars --enable-yp --enable-ftp --without-mysql --with-xml --with-mysql --with-imap --with-ldap --with-sybase-ct=/opt/sybase-11.9.2
Here's the patches that are applied to configure.in:
--- php-4.0.0/configure.in Fri Jun 16 16:40:46 2000
+++ php-4.0.0/configure.in Fri Jun 16 16:40:54 2000
@@ -693,7 +693,7 @@
ZEND_MODULE_API_NO=`egrep '#define ZEND_MODULE_API_NO ' $srcdir/Zend/modules.h|sed 's/#define ZEND_MODULE_API_NO //'`
-EXTENSION_DIR="$prefix/lib/php/extensions/$PART1-$PART2-$ZEND_MODULE_API_NO"
+EXTENSION_DIR="$prefix/lib/php4"
AC_BUILD_RPATH
@@ -691,7 +691,7 @@
EXTENSION_DIR="$prefix/lib/php4"
-PEAR_INSTALLDIR="$prefix/lib/php"
+PEAR_INSTALLDIR="$datadir/php4"
INCLUDE_PATH=".:$PEAR_INSTALLDIR"
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=7193
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: andras <email protected>: "[PHP-DEV] PHP 4.0 Bug #7231: REG_ECOLLATE bug?"
- Previous message: wbastow <email protected>: "[PHP-DEV] PHP 4.0 Bug #7230: Configuration fails for Oracle 8.1.6"
- Next in thread: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7193 Updated: configure script broken"
- Maybe reply: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7193 Updated: configure script broken"
- Maybe reply: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7193 Updated: configure script broken"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

