Edit report at http://bugs.php.net/bug.php?id=49373&edit=1

 ID:                 49373
 Comment by:         andfinally at gmail dot com
 Reported by:        ejike dot chux at gmail dot com
 Summary:            Unable to load dynamic library
                     ".....php_pdo_pgsql.dll' -..."
 Status:             Bogus
 Type:               Bug
 Package:            PDO related
 Operating System:   Windows
 PHP Version:        5.2SVN-2009-08-26 (snap)
 Block user comment: N

 New Comment:

This worked for me, thanks very much!


Previous Comments:
------------------------------------------------------------------------
[2009-08-26 15:14:44] paj...@php.net

And for other readers, pls do not follow the advice here, it works
perfectly well with the DLL we provide and you have to use it. Ex:



G:\test\php52> php -d extension_dir=ext -d extension=php_pdo.dll -d
extension=php_pdo_pgsql.dll -m

[PHP Modules]

bcmath

...

odbc

pcre

PDO

pdo_pgsql

...



[Zend Modules]

------------------------------------------------------------------------
[2009-08-26 15:10:37] paj...@php.net

Be sure to have libpq.dll in your PATH. 

------------------------------------------------------------------------
[2009-08-26 15:07:45] j...@php.net

Please try using this snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

And use the provided dlls..

------------------------------------------------------------------------
[2009-08-26 13:45:25] ejike dot chux at gmail dot com

Description:
------------
Unable to load dynamic library '.....php_pdo_pgsql.dll' - The specified
module could not be found.



In case you get the above error when using php5.2.6 - 5.3 go to this
link and click on the second link on the page. You get a rar file which
you unload its contents into you extensions folder(in windows, dont know
if the problem exists in other OS) The files inside are the proper
versions of the dll files php needs in windows



This is the link:

http://www.bmedon.net/download.html



I got this solution after I tracked it down to
http://www.wampserver.com/phorum/read.php?2,52679

Reproduce code:
---------------
*

Expected result:
----------------
*

Actual result:
--------------
Unable to load dynamic library '.....php_pdo_pgsql.dll' - The specified
module could not be found.


------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=49373&edit=1

Reply via email to