|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2006-06-08 19:40 UTC] douglas at gpc dot edu
Description: ------------ In compile php 5.1.4 on Solaris 10, I get (last few lines): ... li/getopt.lo main/internal_functions_cli.lo -lmysqlclient -lldap -llber -lintl - lgd -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lbz2 -lz -lresolv -lm -lnsl -l socket -lxml2 -lz -lm -lsocket -lnsl -lssl -lcrypto -lsocket -lnsl -ldl -lxml2 - lz -lm -lsocket -lnsl -lxml2 -lz -lm -lsocket -lnsl -lxml2 -lz -lm -lsocket -lns l -lxml2 -lz -lm -lsocket -lnsl -lxml2 -lz -lm -lsocket -lnsl -o sapi/cli/php ld: fatal: file ext/: unknown file type ld: fatal: File processing errors. No output written to a.out make: *** [sapi/cli/php] Error 1 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 00:00:02 2025 UTC |
I have (since the original) reconfigured and compiled with the following: ./configure --with-apxs2=/usr/local/apache/bin/apxs\ --with-mysql=/usr/local/mysql The configure appears to run fine. I then do just 'make' and the compile fails with (last few lines): ================================================= Zend/zend_object_handlers.lo Zend/zend_objects_API.lo Zend/zend_mm.lo Zend/zend _default_classes.lo Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/php_cli_re adline.lo sapi/cli/getopt.lo main/internal_functions_cli.lo -lmysqlclient -lreso lv -lm -lnsl -lsocket -lxml2 -lz -lm -lsocket -lnsl -lxml2 -lz -lm -lsocket -lns l -lxml2 -lz -lm -lsocket -lnsl -lxml2 -lz -lm -lsocket -lnsl -lxml2 -lz -lm -ls ocket -lnsl -lxml2 -lz -lm -lsocket -lnsl -o sapi/cli/php ld: fatal: file ext/sqlite/libsq: open failed: No such file or directory ld: fatal: File processing errors. No output written to a.out make: *** [sapi/cli/php] Error 1 ==================================================== Right now, I am trying to use the most basic, the apx reference and mysql. I can drop down to apx only if needed. The compiler is the sun C compiler: %cc -V cc: Sun C 5.8 2005/10/13 If you want more of the make file or more information, please let me know. Thanks for the help!