[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Omaha.pm] Re: [olug] DBD::Pg compile error




If other suggestions and all else fails, you may want to try a very detailed post to dbi-users:

   http://lists.perl.org/showlist.cgi?name=dbi-users

That's what I do when I get *really* stuck with DBD::* installs. The gurus of each DBD hang out on that list pretty regularly.

I did a groups.google.com search for `XS_DBD__Pg__db_lo_import' undeclared and didn't see anyone else w/ the same problem yet. The dbi-users mailing list is fed to Usenet, so your solution/thread will be Google-able by others in the future.

j



On May 25, 2004, at 11:14 PM, jman@neonramp.com wrote:
I have been pulling my hair out trying to get the perl module DBD::Pg to
compile on RDFC2. Below is only a partial of a much larger series of
similar errors.

I would appreciated any help on this

John

I have run the prerequisite perl installs and each time I am returned with:

Pg.c:1639: error: `XS_DBD__Pg__db_lo_import' undeclared (first use in this
function)
Pg.c:1640: error: `XS_DBD__Pg__db_lo_export' undeclared (first use in this
function)
Pg.c:1641: error: `XS_DBD__Pg__db_putline' undeclared (first use in this
function)
Pg.c:1642: error: `XS_DBD__Pg__db_getline' undeclared (first use in this
function)
Pg.c:1643: error: `XS_DBD__Pg__db_endcopy' undeclared (first use in this
function)
Pg.c:1644: error: `XS_DBD__Pg__db__pg_type_info' undeclared (first use in
this function)
Pg.xsi:18: error: `items' undeclared (first use in this function)
Pg.xsi:19: error: `DBISTATE_INIT' undeclared (first use in this function)
Pg.xsi:21: error: `imp_drh_t' undeclared (first use in this function)
Pg.xsi:22: error: `imp_dbh_t' undeclared (first use in this function)
Pg.xsi:23: error: `imp_sth_t' undeclared (first use in this function)
Pg.xsi:24: error: `DBIS' undeclared (first use in this function)
Pg.c:1680: error: `XSRETURN_YES' undeclared (first use in this function)
make: *** [Pg.o] Error 1
  /usr/bin/make  -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible