[PHP] XmlRPC Extension in Apache 4.2.3

2003-08-01 Thread Donald Tyler
Hi Everyone,

I posted this on the PHP install list but didn't get a reply. I hope you
guys/gals can be more helpful.

I am having trouble getting the XmlRpc extension working with PnP 4.2.3.

SYSTEM:
Windows XP Pro
PHP 4.2.3 (Running as Apache module)
Apache 2.0.44

When Apache starts I get the following error:

Unknown(): Unable to load dynamic link library 'c:\program files\apache
group\php\extensions\php_xmlrpc.dll' - The specified module could not be
found.

The error.log after a clean start:

[Fri Jul 18 17:08:29 2003] [notice] Parent: Created child process 3420 PHP
Warning:  Unknown(): Unable to load dynamic library 'c:\program files\apache
group\php\extensions\php_xmlrpc.dll' - The specified module could not be
found.  in Unknown on line 0 [Fri Jul 18 17:08:32 2003] [notice] Child 3420:
Child process is running [Fri Jul 18 17:08:32 2003] [notice] Child 3420:
Acquired the start mutex. [Fri Jul 18 17:08:32 2003] [notice] Child 3420:
Starting 250 worker threads.

I know the dll exists in the correct location and the extension path is
specified correctly in the php.ini file because other extensions load fine.

Anyone have any suggestions?

Thanks.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] XmlRPC Extension in Apache 4.2.3

2003-08-01 Thread Marek Kilimajer
If I remember well this error is output even if the php_*.dll is found, 
but php fails to load it, possibly because of missing library/dll. Maybe 
xmlrpc.dll?

Donald Tyler wrote:

Hi Everyone,

I posted this on the PHP install list but didn't get a reply. I hope you
guys/gals can be more helpful.
I am having trouble getting the XmlRpc extension working with PnP 4.2.3.

SYSTEM:
Windows XP Pro
PHP 4.2.3 (Running as Apache module)
Apache 2.0.44
When Apache starts I get the following error:

Unknown(): Unable to load dynamic link library 'c:\program files\apache
group\php\extensions\php_xmlrpc.dll' - The specified module could not be
found.
The error.log after a clean start:

[Fri Jul 18 17:08:29 2003] [notice] Parent: Created child process 3420 PHP
Warning:  Unknown(): Unable to load dynamic library 'c:\program files\apache
group\php\extensions\php_xmlrpc.dll' - The specified module could not be
found.  in Unknown on line 0 [Fri Jul 18 17:08:32 2003] [notice] Child 3420:
Child process is running [Fri Jul 18 17:08:32 2003] [notice] Child 3420:
Acquired the start mutex. [Fri Jul 18 17:08:32 2003] [notice] Child 3420:
Starting 250 worker threads.
I know the dll exists in the correct location and the extension path is
specified correctly in the php.ini file because other extensions load fine.
Anyone have any suggestions?

Thanks.




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php