Unable to load dynamic library
Posted by: ngson2000 (---.mcs.vuw.ac.nz)
Date: August 03, 2007 01:08PM

Hi

I'm using wamp5 1.7.2

My prob is when I try to load the extension php_ibm_db2 it creates a warning:
[03-Aug-2007 22:46:50] PHP Warning: PHP Startup: Unable to load dynamic library 'E:/wamp/php/ext/php_ibm_db2.dll' - The specified module could not be found.

in Unknown on line 0

in the php log file.

However, when I try run my php script (using db2_connect function of php_ibm_db2) from window console, it works

This means the PECL package php_ibm_db2 is good, and php.ini is good as well.

Is there any limitation or bugs when loading this package from apache2 ?

Thank for any help

Son Ng

Options: ReplyQuote
Re: Unable to load dynamic library
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: August 04, 2007 09:02PM

open your php.ini file ( c:\wamp\apache2\bin\php.ini ).

find:
;extension=php_ibm_db2.dll

remove the simicolon in front to enable it. change it to:
extension=php_ibm_db2.dll

save the file and restart apache for the new setting to take effect.



CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!


Cellular Phone Deals - The Best on the Net! - FREE PHONES! Take your pick from our featured cellular phone deals by Cingular, Verizon, T-Mobile, Sprint PCS, Nextel, and more! Most of our cellular phone offers include a FREE cellular phone with FREE shipping!


Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.


Clarify Loans
Mortgage and Home Loan Advice


LaxGo Web Directory
Powerful human edited web directory of quality, spam-free sites organized via a comprehensive category structure.

Options: ReplyQuote


Sorry, only registered users may post in this forum.