Date: Sun, 7 Dec 2003 22:26:51 -0800 (PST) From: Mehdi <sm_justice@yahoo.com> To: root@candle.pha.pa.us Cc: freebsd-database@freebsd.org Subject: Perl and PostgreSQL Message-ID: <20031208062651.51913.qmail@web41302.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
Hi
I installed freebsd 4.3-RELEASE on my system and
install the following perl packages:
eperl-2.2.14 Embedded Perl 5 Language
p5-CGI-2.76 Modules for perl5, for use in
writing CGI scripts
p5-DBI-1.13 The perl5 Database Interface.
Required for DBD::* modules
p5-FastCGI-0.48 Modules for perl5, for enabling
FastCGI support in CGI scri
p5-FastCGI-0.52 Modules for perl5, for enabling
FastCGI support in CGI scri
p5-HTML-QuickCheck-1.0b1 A simple and fast HTML syntax
checking package for perl 4 a
p5-MIME-Tools-4.122 A set of perl5 modules for MIME
also I compiled postgresql-7.4 with --with-perl
configuration.
Now I want to install a software that cgi sources use
these package(That work fine on RedHat 7.3)
9 use Net::LDAP;
10 use Net::LDAP::Entry;
11 use MIME::Base64;
12 use Pg;
13 use LWP::Simple;
14 use CGI;
When I run setup.sh of the software.The following
error occurred:
bash-2.05# ./setup.sh
re-compile CGIs? (y/n) n
ls: -d: No such file or directory
Can't load
'/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Pg/Pg.so'
for
ect "libpq.so.3" not found at
/usr/libdata/perl/5.00503/DynaLoader.pm line 169.
at tmptmp line 9
BEGIN failed--compilation aborted at tmptmp line 9.
ERROR: initCA return code = 2
I think my problem is because of that I have not on
system an Interface from perl to postgres.
What's your idea about that?
PLEASE HELP ME.
__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031208062651.51913.qmail>
