Re: DBD::Pg install error (freebsd)

From: Vivek Khera <khera(at)kcilink(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: DBD::Pg install error (freebsd)
Date: 2001-08-24 15:39:55
Message-ID: x7elq179h0.fsf@yertle.kciLink.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

>>>>> "jj" == jake johnson <jake(at)omnimode(dot)com> writes:

jj> I'm trying to install (from source) DBD::Pg v1.01 after having
jj> installed (from source) DBI v1.19 on FreeBSD 4.3 (Release) and I
jj> encounter this error in the 'make test' step:

jj> dell_box# make test
jj> PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
jj> -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 test.pl
jj> OS: freebsd
jj> install_driver(Pg) failed: Can't load 'blib/arch/auto/DBD/Pg/Pg.so'
jj> for module DBD::Pg: Shared object "libpq.so.2" not found at
jj> /usr/libdata/perl/5.00503/DynaLoader.pm line 169.

After you installed postgres, did you run ldconfig -m
/usr/local/pgsql/lib to add that shared lib to the system?

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D. Khera Communications, Inc.
Internet: khera(at)kciLink(dot)com Rockville, MD +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Joseph Shraibman 2001-08-24 18:11:51 WHERE on an alias
Previous Message Chris Ruprecht 2001-08-24 13:38:43 Re: Temp tables being written to disk. Avoidable? [Another TO-DO]