|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-01-31 20:08 UTC] rasmus
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 20 15:00:01 2025 UTC |
php 3.0.6 fails to compile with: ./configure --prefix=/usr \ --with-apxs=/usr/sbin/apxs \ --with-config-file-path=/usr/lib \ --enable-debug=no \ --enable-safe-mode \ --with-exec-dir=/usr/bin \ --with-system-regex \ --with-mysql \ --with-gd with the next error: ranlib libmodphp3-so.a /usr/sbin/apxs -c -o libphp3.so '-Wl,-rpath /usr/local/lib/mysql' -L/usr/local/lib/mysql -lmysqlclient @FDFTK_LIBS@ mod_php3.c libmodphp3-so.a gcc -O2 -m486 -fno-strength-reduce -DLINUX=2 -fpic -DSHARED_MODULE -I/usr/include/apache -c mod_php3.c ld -Bshareable -o libphp3.so mod_php3.o @FDFTK_LIBS@ libmodphp3-so.a -rpath /usr/local/lib/mysql -L/usr/local/lib/mysql -lmysqlclient ld: cannot open @FDFTK_LIBS@: No such file or directory apxs:Break: Command failed with rc=65536 make: *** [libphp3.so] Error 1 a easy hand fix is to delete @FDFTK_LIBS@ from makefile and it will compile, but the bug is that these shouldn't be there :|