On Thursday, March 14, 2002, at 06:49 AM, Jo�l Brogniart wrote:
> Hi, > Hi Joel, > When I try to install BDB::pg with the CPAN module in interactive > mode I get the following error in the test phase: That's DBD::Pg you mean :) > > From here I don't know where to go. Could someone give me some hints? send a message to [EMAIL PROTECTED] then send the text of this message to [EMAIL PROTECTED] you should get help there > > Jo�l Brogniart > > More informations: > - Mac OS X 10.1.3, you got 10.1.3 to install? on my old-style ibook, Software Install just hangs (and I have the newer software install) and manually downloading the .dmg.bin file from apple.com does nothing when I click on it > > - PostgreSQL 7.2 installed in /usr/local/pgsql (with ./configure > --enable-locale --enable-multibyte=UNICODE --enable-syslog > --with-openssl=/usr/local --enable-odbc --with-java --with-CXX > --with-perl). There should be a non-DBI perl interface supplied with you Postgresql... however, I simply got the OS X Postgresql package available from Marc Liyanage's webpage, dbl-clicked on the package icon, and I was cooking. If I were you, I would add the following to your dbi- [EMAIL PROTECTED] post for more detailed diagnostics: [1] can you start up the database and login by typing psql? Oh, no, of course you can't. You haven't even built the database yet... just do a google search for liyanage postgresql and install that instead of all that compile-hell above.. then... [2] use Pg.pm, a non-DBI Perl interface for Postgresql that comes with it. make sure that works [3] then get DBI and DBD::Pg from CPAN and see if that works. > > > <quote url="http://www.tkdtutor.com"> We do not rise to the level of our expectations. We fall to the level of our training. The more you sweat in training, the less you will bleed in battle. - Motto of Navy Seals </quote>
