php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21183 Unable to load the dynamic libraries
Submitted: 2002-12-25 16:10 UTC Modified: 2002-12-26 04:41 UTC
From: leonardo at pcnet dot ro Assigned:
Status: Not a bug Package: Dynamic loading
PHP Version: 4.4.0 OS: Windows XP
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: leonardo at pcnet dot ro
New email:
PHP Version: OS:

 

 [2002-12-25 16:10 UTC] leonardo at pcnet dot ro
Hello,

I've downloaded the other days the latest snapshot of php 4.4.0 and I've configured Apache 2.0.43 with the php4_module on Windows XP.
When I start the Apache server I get no error but when I try to execute a php script I get the error "Unable to load dynamic library some.dll" and the message repeats itself for all the libraries I loaded in php.ini.

Thank you for taking your time responding me.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-25 16:12 UTC] derick@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.

 [2002-12-25 17:26 UTC] leonardo at pcnet dot ro
Well, my php.ini settings for extensions are:

...
extensions_dir = c:\inetpub\php\extensions

extension=php_gd.dll
extension=php_imap.dll
...

(the libraries I want to load are php_gd.dll and php_imap.dll).
In httpd.conf I wrote:

...
LoadModule php4_module modules/php4apache4.dll
...

and I copied all the dll files needed in c:\winnt\system32
 [2002-12-25 17:28 UTC] leonardo at pcnet dot ro
Sorry, I meant php4apache2.dll instead of php4apache4.dll

thanks
 [2002-12-26 04:41 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 13:01:31 2024 UTC