Re: Compiling 8.0.1 on Ubuntu AMD_64

From: Tim Bowden <tim(dot)bowden(at)westnet(dot)com(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Compiling 8.0.1 on Ubuntu AMD_64
Date: 2005-03-23 03:15:17
Message-ID: 1111547717.15655.9.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tue, 2005-03-22 at 13:19 -0500, Tom Lane wrote:
> Tim Bowden <tim(dot)bowden(at)westnet(dot)com(dot)au> writes:
> > I'm trying to compile 8.0.1 on a 64bit Ubuntu system and get the following error:
> > gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels -fno-strict-aliasing -fpic -shared -Wl,-soname,libplperl.so.0 plperl.o spi_internal.o SPI.o -L../../../src/port -L/usr/local/lib /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.8/CORE -lperl -ldl -lm -lpthread -lc -lcrypt -Wl,-rpath,/usr/lib/perl/5.8/CORE -o libplperl.so.0.0
> > /usr/bin/ld: cannot find -lperl
>
> Is there a libperl.so or libperl.a in /usr/lib/perl/5.8/CORE? If not,
> but you see one in some related directory, then our configure script
> messed up (or Ubuntu is using a whacked-out Perl setup). If there's
> none to be found anywhere, you have an incomplete Perl installation.

Jackpot. apt-get install libperl-dev did the trick. Thanks Tom and
Geff. Your assistance is much appreciated.

Tim Bowden

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Fuhr 2005-03-23 06:37:21 Re: Deleting data bases and tables?
Previous Message Marubayashi, Roy (Mission Systems) 2005-03-23 00:06:59 I'd Like To See Permissions Granted