|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-01-28 22:03 UTC] sniper@php.net
[2004-01-29 21:20 UTC] xingg_wu at yahoo dot com dot cn
[2004-01-30 12:26 UTC] sniper@php.net
[2004-02-02 01:59 UTC] xingg_wu at yahoo dot com dot cn
[2004-02-02 03:23 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 00:00:01 2025 UTC |
Description: ------------ *********************the prompt**************************** /opt/sybase-11.9.2/lib/libintl.so: undefined reference to `__ctype_b' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 **********************the end****************************** my config:linux9+apache2.0.47+php4.3.4+sybase-11.9.2 the command: apache2.0.47#./configure --prefix=/home/apache --enalbe-so #./make;make install php4.3.4#./configure --with-apxs2=/home/apache/bin/apxs --with-sybase-ct=/opt/sybase-11.9.2 --enable-ftp ?Cenable-track-vars #make;make install The compile succeeds if sybase is left out.