[Perl] DBD::PG para Postgres interface for perl 5- Por favor
Ayuda!!!!
Salvador Ortiz Garcia
sog@msg.com.mx
Mon, 31 Dec 2001 15:01:01 -0600 (CST)
On Sat, 29 Dec 2001, Lorena Garcia wrote:
> Hola, soy novata en linux, y estoy incursionando en la programacion en Pe=
rl, usando Postgres
>=20
> He tenido problemas para instalar el modulo DBD-Pg de perl para Postgres
> hice los siguientes pasos
>=20
> siendo root
>=20
> root # perl Makefile.PL
> me sale =20
>=20
> Configuring PG
> Remeber to actually read the README file!
> please set enviroment varibales POSTGRES_INCLUDE and POSTGRES_LIB!
>=20
> root#export POSTGRES_INCLUDE=3D/usr/src/pgsql/postgresql-7.1.3/src/includ=
e (es donde descomprimi el paquete de postgres)
> root# export POSTGRES_LIB=3D/usr/src/pgsql/postgresql-7.1.3/src/include/l=
ib
> root#perl Makefile.PL
> Configuring PG
> OS_Linux
> Using DBI 1.14 instaled in /usr/lib/perl5/site-perl/5.6.0/i586-linus/auto=
/DBI
> Writing Makefile for DBD::PG
>=20
> Esto ultimo no entiendo, que debo hacer? alguien me puede decir bien los =
pasos que me faltan para poder instalar =20
> este modulo.
Ok, ya se configur=F3 el Makefile en tu m=E1quina, te falta darle:
root# make
root# make test
root# make install
No deber=EDas tener m=E1s problemas.
Saludos
Salvador Ortiz