|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-12-17 09:47 UTC] derick@php.net
[2001-12-17 10:03 UTC] mdecke at pjoetry dot de
[2001-12-17 10:04 UTC] mdecke at phoetry dot de
[2001-12-17 10:12 UTC] mdecke at phoetry dot de
[2001-12-17 10:13 UTC] derick@php.net
[2001-12-17 11:23 UTC] mdecke at phoetry dot de
[2001-12-17 11:31 UTC] mdecke at phoetry dot de
[2001-12-17 11:34 UTC] derick@php.net
[2001-12-21 10:21 UTC] mdecke at phoetry dot de
[2001-12-21 10:25 UTC] mfischer@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 19:00:01 2025 UTC |
Hi php.net Team, i couldn't load the libphp4.so into the server. machine: sun/sparc os : solaris 7 apache : 1.3.20 i installed gcc,binutils,make ... etc. according to the installation-guide on php.net my installation is following: - ./configure --with-apxs=/us/local/apache/apxs --with-oci8=/<path>/oracle --enable-libgcc - make - make install - edited the httpd.conf according to the installation-guide on php.net - cp php.ini-dist /usr/local/php.ini then i tried to test the configuration - apachectl configtest the result was: error on line 241 cannot load /usr/local/apache/libexec/libphp4.so into server:ld.so.1:usr/local/apache/httpd:fatal:libgcc_s.so.1:open failed: no such file or directory i looked of course into the directories - libphp4.so is in /usr/local/apache/libexec and - libgcc_s.so.1 is in /usr/local/lib i added --enable-libgcc in the configure-line because i read it in a bug-report, i thought it could fix something. thanks in advance yours Markus Decke