On Mon, Dec 9, 2013 at 5:26 AM, Hanspeter Niederstrasser <
f...@snaggledworks.com> wrote:

> Turns out this is a bug in the php5.info file.  It sets PHP_PDO_PGSQL to
>  %p/bin/pg_config, but the ./configure script is expecting just %p.
>

Hi,

I ran into the same problem as Mark.

Based upon Hanspeter's comment, I modified the line in
/sw/fink/10.9/stable/main/finkinfo/languages/php5.info from:

--with-pdo-pgsql=shared,%p/bin/pg_config \

to:

--with-pdo-pgsql=shared,%p \

I have been able to complete the (lengthy) build of php and a basic
phpinfo() script works fine after restarting apache.

-- 
    R.

Richard Brockie

Real-time bicycle race results - www.ontheday.net
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to