|
Posted by AnrDaemon on 12/05/07 15:39
Greetings, pdhb_1.
In reply to Your message dated Monday, December 3, 2007, 21:46:25,
> I'm trying to run Apache2.2.6 with php. However, I keep getting a long
> list of error messages in the log file indicating that includes are
> failing. For example,
> "PHP Warning: PHP Startup: Unable to load dynamic library './ext/
> php_sybase_ct.dll' - The specified module could not be found.\r\n in
> Unknown on line 0"
> I have changed the "extension_dir" line in the php.ini file every way
> I can think of, including the original:
> extension_dir="C:/PHP/ext"
> and
> extension_dir=./ext/
First of all, extension_dir should be an ABSOLUTE path to where extension
libraries are stored.
> I have tried with and without quotes, foreward slashes, back slashes,
> etc. Both direct paths and indirect paths fail.
Check the phpinfo() output to see the actual value of that variable for Your
scripting environment.
--
Sincerely Yours, AnrDaemon <anrdaemon@freemail.ru>
[Back to original message]
|