DBI Error

2002-04-18 Thread Aguztyn Garcia-Cruz
_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at /usr/lib/perl5/site_perl/5.6.1/i386-linux/DBI.pm line 223 BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.6.1/i386-linux/DBI.pm line 223. Someone can help me please Atte. Aguztyn Garcia

Re: Environmental Variables and DBD-Pg-1.01

2001-07-31 Thread Aguztyn Garcia-Cruz
You Need to Setup those variables at prompt type: $export POSTGRES_LIB=/path/to/lib $export POSTGRES_INCLUDE=/path/to/include that's all eg: on my server the path is POSTGRES_LIB=/usr/lib/pgsql POSTGRES_INCLUDE=/usr/include/pgsgl check Your's Lauren Buell escribió: > When I try to perl Make

Unsuscribe

2001-07-17 Thread aguztyn
Unsuscribe, unsuscribe... Tanks

HELP, HELP, HELP

2001-06-18 Thread Aguztyn Garcia-Cruz
What am I doing WRONG #!/usr/bin/perl -w # # Consilta.cgi # push(@INC,"/var/www/cgi-bin/"); require("cgi-lib.pl"); $|=1; #use strict; use DBI; use CGI; sub avisa_y_salte { my $error = "@_"; print &PrintHeader; print "Error Inesperado"; print "$error"; print &HtmlBot;

help, help

2001-04-16 Thread Aguztyn Garcia-Cruz
I runnig on Linux Red Hat 7, #!/usr/bin/perl -w #$|=1; # Utilizamos el módulo DBI para PostgreSQL use DBI; use CGI qw(:standard); use strict; # HTML code print ""; print ""; print "Prueba de Postgres y Perl con DBI y DBD::PG"; print ""; print ""; print "Base de Datos de Soporte Internet Cancu

In text mode Works, but in HTML does'nt

2001-04-11 Thread Aguztyn Garcia-Cruz
Some body can Help ME? Tanks in Advance prueba.pl

Import Data

2001-04-06 Thread Aguztyn Garcia-Cruz
I tryng to import data from ascii file intercun=# copy clientes from '/home/aguztyn/archivo/' using delimiters '|' but I see this error: ERROR: COPY command, running en backend with effective uid 26, could not open file '/home/aguztyn/archivo' for reading. erro

how can i set

2001-04-04 Thread Aguztyn Garcia-Cruz
How can i set this variables POSTGRES_LIB POSTGRES_INCLUDE I need them to compile DBD::Pg module.

That's Why

2001-04-03 Thread Aguztyn Garcia-Cruz
I don't have installed DBD::Pg. But what I need to do, to set up DBD::Pg

HELP, HELP, HELP!!!!

2001-04-02 Thread Aguztyn Garcia-Cruz
can't Install dbd for postgreSQL someboy can help, Me