Date: 07/11/00
- Next message: Zeev Suraski: "Re: [PHP-DEV] PHP 4.0 Bug #5455 Updated: readdir() still doesn't work"
- Previous message: Lina Song: "[PHP-DEV] check output buffer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: alex <email protected>
Operating system: Debian 2.1
PHP version: 4.0.1pl2
PHP Bug Type: Compile Failure
Bug description: cybase-ct failure at apache make
I get lots of sybase-ct related errors when I make apache 1.3.12
here's a sample of such errors:
gcc -DLINUX=2 -I/src/web/php-4.0.1pl2 -I/src/web/php-4.0.1pl2/main -I/src/web/php-4.0.1pl2/main -I/src/web/php-4.0.1pl2/Zend -I/src/web/php-4.0.1pl2/Zend -I/src/web/php-4.0.1pl2 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` \
-o httpd buildmark.o modules.o modules/standard/libstandard.a modules/php4/libphp4.a modules/fastcgi/libfastcgi.a main/libmain.a ./os/unix/libos.a ap/libap.a lib/expat-lite/libexpat.a -Wl,-rpath,/src/web/gd1.5 -Wl,-rpath,/src/imap-4.7c/c-client -Wl,-rpath,/src/web/flash -Wl,-rpath,/src/web/sybase/lib -rdynamic -L/src/web/gd1.5 -L/src/imap-4.7c/c-client -L/src/web/flash -L/src/web/sybase/lib -Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4 -ldb -lc-client -ldl -linsck -lsybtcl -lintl -lcomn -lct -lcs -lswf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv -lm -lcrypt
/src/web/sybase/lib/libct.a(ctconpr.o)(.text+0x5ac): undefined reference to `comn_loc_copy'
/src/web/sybase/lib/libct.a(ctconpr.o)(.text+0x66a): undefined reference to `comn_loc_copy'
/src/web/sybase/lib/libct.a(ctcondr.o)(.text+0x1e0): undefined reference to `comn_loc_drop'
/src/web/sybase/lib/libct.a(ctcondr.o)(.text+0x248): undefined reference to `com_async_drop'
/src/web/sybase/lib/libct.a(ctcondr.o)(.text+0x268): undefined reference to `com_async_drop'
/src/web/sybase/lib/libct.a(ctcondr.o)(.text+0x28f): undefined reference to `com_async_shut'
my configure command at php was:
./configure \
--with-apache=../apache_1.3.12 \
--with-mysql \
--with-ftp \
--with-gettext \
--with-config-file-path=/etc \
--disable-debug \
--enable-track-vars \
--with-imap=/src/imap-4.7c \
--with-freetype=../freetype-1.3.1 \
--with-gd=../gd1.5 \
--with-swf=../flash
--with-sybase-ct=/src/web/sybase
my configure command at apache-1.3.12 was:
./configure \
"--with-layout=Apache" \
"--prefix=/www" \
"--sysconfdir=/etc/apache" \
"--logfiledir=/var/log/apache" \
"--activate-module=src/modules/php4/libphp4.a" \
"--activate-module=src/modules/fastcgi/libfastcgi.a" \
btw, this same error happens at php 4.0.0 as well.
the sybase-ct package has been downloaded from http://www.php.net/extra/ctlib-linux-elf.tar.gz
hope all this info is enough.
Thanks!
Alex.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Zeev Suraski: "Re: [PHP-DEV] PHP 4.0 Bug #5455 Updated: readdir() still doesn't work"
- Previous message: Lina Song: "[PHP-DEV] check output buffer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

