From:             awilliam at mdah dot state dot ms dot us
Operating system: Redhat 9 Linux 2.4.21
PHP version:      4.3.3
PHP Bug Type:     Compile Failure
Bug description:  Compile failure on using --with-informix

Description:
------------
I am compiling PHP 4.3.3 on RH 9 Linux 2.4.21.  My configure is as
follows:

./configure --enable-track-vars --without-mysql --with-mail
--with-apxs2=/usr/local/apache2/bin/apxs --with-informix

And when I do make, this is what happens:

/usr/informix/lib/esql/libifgls.so: undefined reference to `__ctype_b'
/usr/informix/lib/esql/libifgls.so: undefined reference to
`__ctype_toupper'
/usr/informix/lib/esql/libifgls.so: undefined reference to
`__ctype_tolower'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

and then returns me to the prompt and PHP isn't finished compiling.  Any
suggestions on how to make it compile?  I have PHP 5 compiled and working
on the server, but I don't like using beta software on a production
server, and am having a few problems with PHP 5 and some of our scripts,
so I'd like to stick with PHP 4.3.3 because it works with our scripts on
another server (which is solaris 7 with informix and PHP 4.3.2)  Thanks!


-- 
Edit bug report at http://bugs.php.net/?id=25423&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25423&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25423&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25423&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25423&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25423&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25423&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25423&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25423&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25423&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25423&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25423&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25423&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25423&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25423&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25423&r=gnused

Reply via email to