php installation error 500

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
shawn
Guest





PostPosted: Sat Jan 18, 2003 3:20 am    Post subject: php installation error 500 Reply with quote

i have installed php4, i followed the installation of php on appreliums site. I get an "error 500" when i try to open localhost:8000/index.php.
The cgi.log has:
"/usr/bin/php: error while loading shared libraries: libmm.so.11: cannot open shared object file: No such file or directory"
I ran "which php" it gave me "/usr/bin/php"
the index.php file is:
Code:

<html>
<head>
<title>Today's Date</title>
</head>
<body>
<?php

phpinfo();

?>
</body>
</html>

thx for helping,
Shawn
Back to top
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun Jan 19, 2003 9:04 pm    Post subject: Re: php installation error 500 Reply with quote

The problem is not with Abyss Web Server. It is PHP that is missing one of its shared libraries. You should include the directory where the library is in the LD_LIBRARY_PATH system environment variable.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group