Problem with Pg module

From: Luiz Fernando Sodré <luizfernando(at)justoaqui(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: Problem with Pg module
Date: 2001-01-31 18:23:51
Message-ID: 3A785837.9370FF25@justoaqui.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi!

I'm trying to generate a executable code from a code written in Perl
that uses the Pg module. I'm using the program 'perlcc' to do this. But
all times that I try to compile my code a error message is going on
breaking the compilation.

It's showing this message:

/tmp/cc3NRQ16.o(.data+0xd738): undefined reference to `XS_Pg_PQlo_lseek'
/tmp/cc3NRQ16.o(.data+0xd81c): undefined reference to
`XS_Pg_PQlo_import'
/tmp/cc3NRQ16.o(.data+0xd8b4): undefined reference to
`XS_Pg_PQlo_export'
/tmp/cc3NRQ16.o(.data+0xd9e4): undefined reference to `XS_Pg_PQlo_write'
/tmp/cc3NRQ16.o(.data+0xdbac): undefined reference to `XS_Pg_PQlo_close'
/tmp/cc3NRQ16.o(.data+0xddc0): undefined reference to `XS_Pg_PQlo_read'
/tmp/cc3NRQ16.o(.data+0xe78c): undefined reference to
`XS_Pg_PQlo_unlink'
/tmp/cc3NRQ16.o(.data+0xe7d8): undefined reference to `XS_Pg_PQlo_tell'
/tmp/cc3NRQ16.o(.data+0xe870): undefined reference to `XS_Pg_PQlo_open'
/tmp/cc3NRQ16.o(.data+0xeb1c): undefined reference to `XS_Pg_PQlo_creat'

collect2: ld returned 1 exit status

Example for a code that happens this:

#!/usr/bin/perl
use Pg;
exit(0);

I suppose it's a linkedition problem, but I don't have idea how to fix
it. Do anyone know what problem it is, and how to fix it?

Luiz Fernando

Browse pgsql-general by date

  From Date Subject
Next Message Raymond Chui 2001-01-31 18:25:25 Why pg_dump doesn't dump the foriegn keys?
Previous Message elein 2001-01-31 18:19:22 JDBC & geo objects