Error message [message #5772] |
Wed, 18 September 2002 21:33 |
martin-v60
Messages: 3 Registered: September 2002
Karma: 0
|
Junior Member |
|
|
Hello, here the message i get when I start the latest realeased install.php:
Fatal error: dl() is not supported in multithreaded Web servers - use extension statements in your php.ini in d:\easyphp\www\forum\install.php on line 54
Can anybody help me?
Martin
|
|
|
Re: Error message [message #5773 is a reply to message #5772] |
Wed, 18 September 2002 21:40 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I am guessing you are using windows, right?
If that is the case open the php.ini file and remove the ';' that is before a line which says 'extension=php_zlib.dll'.
That will load the zlib module that is needed.
php_zlib.dll comes by default with the binary distribution of PHP, so you should already have it.
FUDforum Core Developer
|
|
|
|