Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.postgresql > #570
| Newsgroups | comp.databases.postgresql |
|---|---|
| Date | 2014-05-19 15:12 -0700 |
| References | <887f883e-e083-4054-aa80-7f13cea16fda@googlegroups.com> <8738g578cm.fsf@sable.mobileactivedefense.com> |
| Message-ID | <cac2d401-4121-47e1-893a-497f10adf55e@googlegroups.com> (permalink) |
| Subject | Re: install perl DBD::Pg problem |
| From | Julian M <juliani.moon@gmail.com> |
Thank you Rainer, That strategy helped to solve the problem when I track it down the classical way. There was multiple copies of 'Driver.xst' found in the path. Best regards, joe On Monday, May 19, 2014 4:43:21 PM UTC-5, Rainer Weikusat wrote: > > Could someone suggest what was wrong and how can I get by this? > > As you've probably already guessed, this means it can't find the files > necessary for interfacing with Postgres. The directories you've entered > are almost certainly bogus and I strongly suspect that the first prompts > asking for 'the valid version' already occur because the files can't be > found. You will need to determine why it doesn't find them. What I'd do > in this case would be to download (manually) the DBD::Pg source > distribution and attempt a build via > > perl Makefile.PL > make > > This should display the command it's actually executing (instead of the > crap quoted above) and from there, it should be possible to work out > what's going on here, eg, by running a failing command via strace and > looking for libpq-fe.h related errors in the output.
Back to comp.databases.postgresql | Previous | Next — Previous in thread | Next in thread | Find similar
install perl DBD::Pg problem juliani.moon@gmail.com - 2014-05-19 14:21 -0700
Re: install perl DBD::Pg problem Rainer Weikusat <rweikusat@mobileactivedefense.com> - 2014-05-19 22:43 +0100
Re: install perl DBD::Pg problem Julian M <juliani.moon@gmail.com> - 2014-05-19 15:12 -0700
Re: install perl DBD::Pg problem "Peter H. Coffin" <hellsop@ninehells.com> - 2014-05-19 17:02 -0500
Re: install perl DBD::Pg problem Ralf Döblitz <doeblitz@doeblitz.net> - 2014-05-19 22:06 +0000
csiph-web