Page 1 of 1

I have a problem :(

PostPosted: 28. January 2011 04:42
by robertoleguizamo
I have an error loading the postgreSQL libraries I get the following PHP Startup: Unable to load dynamic library 'C: \ xampp \ php \ ext \ php_pgsql.dll' - you can not find the specified module, help please :(

Re: I have a problem :(

PostPosted: 28. January 2011 04:45
by Sharley
Which XAMPP version?

Re: I have a problem :(

PostPosted: 28. January 2011 04:46
by robertoleguizamo
1.7.4

Re: I have a problem :(

PostPosted: 28. January 2011 04:54
by Sharley
Here we go!

Open \xampp\php\php.ini file in your text editor and find this line
Code: Select all
;extension=php_pgsql.dll
Change it (uncomment) so it looks like this
Code: Select all
extension=php_pgsql.dll
Save the file and restart Apache.

Job done.

Good luck.

Re: I have a problem :(

PostPosted: 28. January 2011 05:12
by robertoleguizamo
still displays the same message when I start the apache server uncomment the line after :'(. not work. PHP Startup: Unable to load dynamic library 'C: \ xampp \ php \ ext \ php_pgsql.dll' - you can not find the specified module. my OS is windows xp service pack 3

Re: I have a problem :(

PostPosted: 28. January 2011 05:15
by Sharley
Please paste the line from your php.ini file here.

Clear your browsers cache (temporary Internet files).

Re: I have a problem :(

PostPosted: 28. January 2011 06:01
by robertoleguizamo
umm in xampp 1.7.4 not work for me, but I went back to xammp 1.7.3 and it works

Re: I have a problem :(

PostPosted: 28. January 2011 06:50
by Sharley
robertoleguizamo wrote:umm in xampp 1.7.4 not work for me
Weird or what? :shock: ,
robertoleguizamo wrote:but I went back to xammp 1.7.3 and it works
Good move as I see many more staying with 1.7.3 or like you trying 1.7.4 then having to go back to 1.7.3 to get a working XAMPP version.

Good luck. :)

Re: Solution

PostPosted: 08. February 2011 19:01
by abeltran
I wrote LoadFile "E:/xampp/php/libpq.dll" in the httpd.conf of the Apache, and it work.
Good Luck my friend.

Re: I have a problem :(

PostPosted: 09. February 2011 20:43
by BertMul
You will find that many modules that were in the \xampp\php\ext\ folder of XAMPP 1.7.3 are no longer there in 1.7.4.
As a result, a lot of PHP functionality that used to be there in 1.7.3 is no longer available in 1.7.4.

Also the Microsoft .dll for accessing MSSQL is no longer there in 1.7.4.

And to add to all this, it seems that the XAMPP control panel is no longer able to start the FileZilla server without registering it as a service.
The XAMPP control panel in 1.7.3 can do that.

Should I continue?.....

My personal opinion? ... Stick with 1.7.3 if you can!
:cry:

Re: Solution

PostPosted: 08. May 2011 13:13
by mednetuser
abeltran wrote:I wrote LoadFile "E:/xampp/php/libpq.dll" in the httpd.conf of the Apache, and it work.
Good Luck my friend.



These Solution Works it's very useful just add the line to force apache daemon to load LIBGQ Library file Thank Abe :wink:

Re: I have a problem :(

PostPosted: 04. April 2012 07:53
by faiz_ahmed
Re:Solution

I am using xampp 1.7.7 .I have fetched this problem too. I successfully solved this problem by following.

1. uncommented the ;extension=php_pgsql.dll
2.Copied 'LoadFile "C:/xampp/php/libpq.dll" in C:\xampp\apache\conf\httpd.conf

thanks..