|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-02-10 15:42 UTC] jimw@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 11:00:01 2025 UTC |
I am trying to have PHP,MySql, and Apache working together. They all work well separately, and PHP works under Apache. I have successfully installed: - winclients-3.23.14 - php-4.0RC1-Win32 - php-3.0.16-win32 - mysql-shareware-3.22.34-win - "extension=php_mysql.dll" is uncommented in hppd.conf - dl("php3_mysql.dll"); is included inside my PHP scripts. - php3_mysql.dll is in my PHP3 repertory. Still I got the following error. Fatal error: Unable to load dynamic library 'c:\PHP3/php3_mysql.dll' It seems that a library required for the execution of this program has not been found. Which one could it be? When the library is found, I get a crash error from my Norton crash guard. I am ready to send a copy of my php3.ini file and OleMainThreadWndName.txt(1.40Ko) reporting error from Norton CrashGuard. Thanks for the reply.