php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37795 Sybase libintl.so libsybtcl.so undefined reference
Submitted: 2006-06-13 16:55 UTC Modified: 2006-06-13 17:20 UTC
From: leungpsc at yahoo dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.1.4 OS: Fedora 4 i686
Private report: No CVE-ID: None
 [2006-06-13 16:55 UTC] leungpsc at yahoo dot com
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' \
"$@"



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-06-13 17:20 UTC] tony2001@php.net
See bug #23884.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 26 06:00:03 2025 UTC