From:             leungpsc at yahoo dot com
Operating system: Fedora 4 i686
PHP version:      5.1.4
PHP Bug Type:     Compile Failure
Bug description:  Sybase libintl.so libsybtcl.so undefined reference

Description:
------------
While compiling php-5.1.4 with sybase, I've got the following error:

/bin/sh /usr/src/php-5.1.4/libtool --silent --preserve-dup-deps
--mode=link gcc -export-dynamic -I/usr/include -g -O2  -L/opt/sybase/lib 
-R /opt/sybase/lib ext/libxml/libxml.lo ...
...
sapi/cli/php_cli_readline.lo sapi/cli/getopt.lo
main/internal_functions_cli.lo -lcrypt -lsybtcl -lintl -lcomn -lct -lcs
-lcrypt -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lxml2 -lz -lm -lxml2 -lz
-lm -lcrypt -lxml2 -lz -lm -lxml2 -lz -lm -lxml2 -lz -lm -lcrypt  -o
sapi/cli/php
/opt/sybase/lib/libintl.so: undefined reference to `__ctype_b'
/opt/sybase/lib/libsybtcl.so: undefined reference to `bsd_tcp'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

config:

'./configure' \
'--with-sybase-ct=/opt/sybase' \
'--with-apxs2=/usr/local/apache2/bin/apxs' \
'--enable-ftp' \
'--without-gd' \
'--without-mysql' \
"$@"



-- 
Edit bug report at http://bugs.php.net/?id=37795&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=37795&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=37795&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=37795&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=37795&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=37795&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=37795&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=37795&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=37795&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=37795&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=37795&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=37795&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=37795&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=37795&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=37795&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=37795&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=37795&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=37795&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=37795&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=37795&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=37795&r=mysqlcfg

Reply via email to