But of course, the real reason I was wanting to run apache/php was for
phppgadmin.

This is the error I get when I try to use phppgadmin: “Your PHP
installation does not support PostgreSQL. You need to recompile PHP using
the --with-pgsql configure option.”

Looks like the fix to get php to compile managed to lose the postgresql
support. Please advise!
R.




On Mon, Dec 9, 2013 at 9:52 PM, Richard Brockie <rich...@ontheday.net>wrote:

> 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
>



-- 
    R.

Richard Brockie

Real-time bicycle race results - www.ontheday.net
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&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