On Tue, Dec 21, 2010 at 1:32 PM, Rich Shepard <[email protected]>wrote:

> On Tue, 21 Dec 2010, chris (fool) mccraw wrote:
>
> > Have you tried changing your cpan mirror?
>
> Chris,
>
>   I found two other sites with DBD-Pg-2.17.2.tar.gz. Downloaded the tarball
> from each, ran 'cksum -v' on each and saw the same checksum and byte count
> for each.
>
>   Untarred one, changed to that directory, and tried to start configuring
> it. For some reason I get screwy results:
>
> [rshep...@salmo /opt/DBD-Pg-2.17.2]$ perl Makefile.PL
> Configuring DBD::Pg 2.17.2
> Path to pg_config? /usr/local/pgsql/bin/
> Not an executable: '/usr/local/pgsql/bin/'
> Path to pg_config? /usr/local/pgsql/bin/pg_config
> Not an executable: '/usr/local/pgsql/bin/pg_config'
> Path to pg_config?
>
>   What is the configurator seeking? It doesn't like the path or the fully
> qualified file name. What am I supposed to enter here?
>
> Confused,
>
> Rich
>

how did you extract it? you might have to tell it specifically to preserve
privileges.

alternatively, try:

chmod 755 /usr/local/pgsql/bin/pg_config

and then perl Makefile.pl again.

-wes

-wes
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to