View previous topic :: View next topic |
Author |
Message |
shawn Guest
|
Posted: Sat Jan 18, 2003 3:35 am Post subject: php installation error 500 |
|
|
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 |
|
|
Bluedog -
Joined: 05 Jan 2003 Posts: 179
|
Posted: Sat Jan 18, 2003 2:57 pm Post subject: |
|
|
are you running on *nix or windows? If your running on windows, /usr/bin/php is incorrect, you will have to look through your php.ini. |
|
Back to top |
|
|
shawn Guest
|
Posted: Sat Jan 18, 2003 7:07 pm Post subject: |
|
|
i am running vector linux 3.0 you can get it too at http://www.vectorlinux.com
shawn[/url] |
|
Back to top |
|
|
shawn Guest
|
Posted: Sun Jan 19, 2003 1:12 am Post subject: i got it working, this is how |
|
|
It is working now, i had to install the missing file form the net, i just googled libmm.so.11 and downloaded it, converted to .tgz, and installed it. Hope this helps some 1!!!
Whoa, Ya!!!
Shawn |
|
Back to top |
|
|
|