swingkid
unread,Aug 29, 2009, 12:02:55 AM8/29/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PHP-DBXML
Basically,
I've got Apache/2.2.13 (Win32) PHP/5.2.5,
I can run example 01.php from the command line with this command:
php -c c:/php/php.ini 01.php
and get expected output, but
When I try to access it via Apache and the web server, I get this
error
in the Apache error logs.
PHP Warning: PHP Startup: Unable to load dynamic library 'C:/Progra~1/
Oracle/Berkeley DB XML 2.4.16/bin\\php_db4.dll' - The specified module
could not be found.\r\n in Unknown on line 0
Anyone else have this problem, and find a solution?
I'm thinking I might need to recompile the dlls with the same compiler
that apache was compiled with?