Re: Compiling 8.0.1 on Ubuntu AMD_64

From: vladimir <bouncer(at)nowhere(dot)org>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Compiling 8.0.1 on Ubuntu AMD_64
Date: 2005-03-22 13:32:58
Message-ID: d1p6q4$rmv$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> `/home/tim/source/postgresql/postgresql-8.0.1/src/pl/plperl'

the build is trying to compile plperl extension language (for writing stored
procedures).

> -o libplperl.so.0.0 /usr/bin/ld: cannot find -lperl collect2: ld returned

the perl's .so library is not found.

Try to disable plperl (if you do not need writing stored procedures in it)
when running ./configure for postgresql. Otherwise I do not know....

Vlad

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message raffaele.lazzaro 2005-03-22 14:34:33 String to float conversion
Previous Message Tim Bowden 2005-03-22 11:44:17 Compiling 8.0.1 on Ubuntu AMD_64