Rapid PHP 2010 Libpq.dll not found?

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
resting
Posts: 2
Joined: Tue Oct 27, 2009 9:01 pm

Rapid PHP 2010 Libpq.dll not found?

Post by resting »

I'm using the trial version Rapid PHP 2010. After opening the program the 2nd time, whenever here's an error in my php script, it will pop
a message that says Libpq.dll was not found. How do I solve this?
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Re: Rapid PHP 2010 Libpq.dll not found?

Post by chrisjlocke »

Isn't that related to PostgreSQL?
Does it do it on all PHP files? Even if you create a simple php file (eg, <? echo "hello" ?> - so no closing ; ) ?
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: Rapid PHP 2010 Libpq.dll not found?

Post by Karlis »

This is not Rapid PHP error. It is a PHP error. PHP itself is not configured properly and throws this error. Rapid PHP uses PHP.exe for live syntax check to chggeck your syntax as you type.

You have either to configure php.ini properly to let PHP load the missing file or tell Rapid PHP not to use PHP for live syntax check:
Options - Preferences - PHP Settings - Uncheck "Enable realtime PHP syntax check".

Details are here:
http://kb.blumentals.net/kb/index.php?V ... ntryID=130
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply