|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-09-15 03:09 UTC] dow1112 at intizen dot com
[2003-09-15 18:32 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 22:00:01 2025 UTC |
Description: ------------ Hello, I have installed PHP 3.0.18 / Apache 1.3.27 solaris 8 sparc have followed the instructions given in PHP Documentation for installing but i got the following error..... please help me... I could't sleep for 5days...because this problem. Reproduce code: --------------- 1)./configure (apache_1.3.27) 2)./configure --with-apache=../apache_1.3.27 (php-3.0.18) --with-mysql=/usr/local/mysql --enable-track-vars 3)make (php-3.0.18) 4)make install (php-3.0.18) 5)./configure --acgivate-module=src/modules/php3/libphp3.a (php-3.0.18) 6)make (php-3.0.18) ==> occur error!! Expected result: ---------------- ---------------error--------------------------------- ld: ġ????: ??ȣ ???? ????. httpd?? ?????? ???ϵ??? ???? (sign error) (output don't record) collect2: ld returned 1 exit status make[2]: *** [target_static] Error 1 make[2]: Leaving directory `/home/mdr/last_APM/apache_1.3.27/src' make[1]: *** [build-std] Error 2 make[1]: Leaving directory `/home/mdr/last_APM/apache_1.3.27' make: *** [build] Error 2 --------------------------------------------------------