0

I am getting this error log in my new dedicated server.

PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/'

In php.ini

extensions =

extension_dir = /usr/local/lib/php/extensions/no-debug-non-zts-20060613

directory exists in the server but i cant understand why i am getting this ?

thx so much

2
  • Does the directory contain any extensions? Does PHP have the rights to read from it? Commented Dec 27, 2010 at 21:14
  • no there is nothing in directory :S Commented Dec 27, 2010 at 21:16

1 Answer 1

1

Remove the empty extension= line. Else PHP takes the right value (nothing) as a file name which obviously makes no sense.

If you want to load an extension you have to provide a filename to a .so/.dynlib/.dll file (depending on your system)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.