ID: 27080 Updated by: [EMAIL PROTECTED] Reported By: xingg_wu at yahoo dot com dot cn -Status: Open +Status: Bogus Bug Type: Sybase-ct (ctlib) related Operating System: Redhat linux 9 PHP Version: 4.3.4 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. Please don't reopen this anymore, there is no bug here. Ask further support questions on the mailing lists. Previous Comments: ------------------------------------------------------------------------ [2004-02-02 01:59:41] xingg_wu at yahoo dot com dot cn thanks for your answer! But it's also not work! My /etc/ld.so.conf config: ...... /opt/sybase-11.9.2/lib What can i do???? I have tried to solve it for 2 months. God help me! ------------------------------------------------------------------------ [2004-01-30 12:26:18] [EMAIL PROTECTED] See output of: # ldd /opt/sybase-11.9.2/lib/libintl.so And check what library is missing. Then add the path to that library into your /etc/ld.so.conf and do: # /sbin/ldconfig ------------------------------------------------------------------------ [2004-01-29 21:20:55] xingg_wu at yahoo dot com dot cn My /etc/ld.so.conf to have the path /opt/sybase-11.9.2/lib Thanks! I tried to solve this problem 32627728 times,but i failed! Help me!ok? ------------------------------------------------------------------------ [2004-01-28 22:03:32] [EMAIL PROTECTED] Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. Fix your /etc/ld.so.conf to have the path.. ------------------------------------------------------------------------ [2004-01-28 21:38:36] xingg_wu at yahoo dot com dot cn 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27080&edit=1
