Beberapa
bulan lalu saya masih mengerjakan sistem dengan database PostgreSQL di
XAMPP 1.8.1 di Wind*ws 7, Yah memang sulit move on dari Wind*ws karena
game PES 2013 dan Stronghold Crusader cuma bisa berjalan mulus di
Windows. :hammer.
Setelah uncomment extension php_pqsql.dll di php.ini, lalu men-start service apache, tiba tiba muncul pesan sayang error dari XAMPP 1.8.1
The program can’t startbecause LIBPQ.dll is missing from your computer. Try reinstalling the program to fix this problem.
Padahal pesan
- Edit file konfigurasi php di C:\xampp\php\php.ini
Uncomment pada sekitar baris 1017 yang berisi ;extension=php_pgsql.dll menjadi extension=php_pgsql.dll
- Buka directory C:\Program Files\PostgreSQL\9.2\bin\
Copy file libiconv.dll, libintl.dll, dan libpq.dll ke folder C:\xampp\apache\bin\
source : http://nsulistiyawan.bogstore.com/the-program-cant-start-because-libpq-dll-is-missing-from-your-computer/


