Re: DBD::Pg make install
by Steve Hicks other posts by this author
Oct 19 2000 12:46PM messages near this date
Re: Re: Couldn't write to Ms Access Database by DBD:ODBC
|
hashes
Herbie,
This is not my own system (a friend's) I did a make clean and then did the
following:
perl Makefile.PL (root)
make (root)
make test (postgres)
make install (root)
Everything went fine except for the last part again. I started the DBI
shell and it didn't show the Pg driver. I found it and copied it to where
the other DBD .pm's were. It then showed it in DBI shell but got an error
about something not being in the @INC.
It does look like they have a perl 5.003 and 5.005 (directories anyway).
Though I don't have much unix experience.
Steve
----Original Message Follows----
From: Herbert Liechti <Herbert.Liechti@[...].ch>
To: DBI-USER GROUP <dbi-users@[...].org>
CC: Steve Hicks <pepinfarb@[...].com>
Subject: Re: DBD::Pg make install
Date: Thu, 19 Oct 2000 09:16:32 +0200
Steve Hicks wrote:
>
> Getting this output with errors at end during make install - any advice?:
>
> Skipping /usr/bin/lib/perl5/site_perl/5.005/i386-linux/auto/DBD/Pg/Pg.so
> (unchanged)
Seems to me that DBD::Pg was already installed on your system
> Writing
/usr/bin/lib/perl5/site_perl/5.005/i386-linux/auto/DBD/Pg/.packlist
> /bin/sh: /usr/bin/lib/perl5/5.00503/i386-linux/perllocal.pod: No such
file
> or directory
> make: [doc_site_install] Error 1 (ignored)
> Appending installation info to
> /usr/bin/lib/perl5/5.00503/i386-linux/perllocal.pod
> [root@ns1 DBD-Pg-0.95]# cd /usr/bin/lib/perl5/5.00503/i386-linux/
> sh: /usr/bin/lib/perl5/5.00503/i386-linux/: No such file or directory
Do you execute the make install routine as root? Do you have several
installations of Perl?
Regards Herbie
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Herbert Liechti E-Mail: Herbert.Liechti@[...].ch
ThinX networked business services Stahlrain 10, CH-5200 Brugg
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
------------------------------------------------------------------------------
DBI HOME PAGE AND ARCHIVES: http://www.symbolstone.org/technology/perl/DBI/
To unsubscribe from this list, please visit: http://www.isc.org/dbi-lists.html
If you are without web access, or if you are having trouble with the web page,
please send mail to dbi-users-request@[...].org with the subject line of:
'unsubscribe'.
------------------------------------------------------------------------------
|