To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
PHPBuilder.com  
 

 

Go Back   PHPBuilder.com > PHP Help > Upgrading PHP

Upgrading PHP Issues concerning PHP version upgrades and future releases

Reply
 
Thread Tools Rate Thread Display Modes
Old 06-03-2004, 01:30 PM   #1
cjones
Junior Member
 
Join Date: Feb 2001
Location: Houston, TX
Posts: 20
PHP5,MySQL 4.1, Apache 2 Install

I am working on a test server to start developing for a future application server. I am trying to use what will be stable releases at the time the application will be launched.

Anyway, Everything is working except it seems PHP doesn't want to load the mysqli extention or for that matter any extention.

I get the error below when starting apache:

PHP Startup - Unable to load dynamic library "C:\php\ext\php_mysqli.dll" - The specified module could not be found.


It seems I have everything setup right, but it still is not working no matter what I try.
[php.ini]
...
; Directory in which the loadable extensions (modules) reside.
extension_dir = "C:\php\ext"
...
extension=php_mysqli.dll
...


Any help?
cjones is offline   Reply With Quote
Old 06-07-2004, 12:36 PM   #2
ezekiel
Member
 
Join Date: Nov 2001
Posts: 34
I had a similar problem with mysql. You need to also copy the libmysqli.dll file from you php5 director to your windows/system32 directory. Thats how I got mysql to work.
ezekiel is offline   Reply With Quote
Old 06-07-2004, 05:52 PM   #3
riotbob
Junior Member
 
Join Date: Apr 2002
Posts: 7
Well I thought that was it too, but no extentions were working. What ended up fixing it was a trailing "/" on the extention_dir.

; Directory in which the loadable extensions (modules) reside.
extension_dir = "C:\php\ext\"


Odd. That single little change made the whole thing work again.

- Christopher
riotbob is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 09:17 AM.






Acceptable Use Policy

internet.comMediabistrojusttechjobs.comGraphics.com

WebMediaBrands Corporate Info


Advertise | Newsletters | Feedback | Submit News

Legal Notices | Licensing | Permissions | Privacy Policy


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.