Re: BUG #3957: make: *** [all] Error 2 / libpq.so.5.1

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Vladimir Zuvela <vladimir(dot)zuvela(at)loblaw(dot)ca>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3957: make: *** [all] Error 2 / libpq.so.5.1
Date: 2008-02-12 21:28:17
Message-ID: 20080212212816.GS14683@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Vladimir Zuvela wrote:

> PostgreSQL version: 8.0.3
> Operating system: Red Hat Linux release 7.2 (Enigma) 2.4.7-10smp
> Description: make: *** [all] Error 2 / libpq.so.5.1
>
> when I try to execute the "make all" command I am getting an error

> gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
> -fno-strict-aliasing -fpic -shared -Wl,-soname,libpq.so.5
> -Wl,--version-script=exports.list fe-auth.o fe-connect.o fe-exec.o
> fe-misc.o fe-print.o fe-lobj.o fe-protocol2.o fe-protocol3.o pqexpbuffer.o
> pqsignal.o fe-secure.o md5.o ip.o wchar.o encnames.o noblock.o
> pgstrcasecmp.o thread.o strlcpy.o -L../../../src/port -lcrypt
> -Wl,-rpath,'/sys2/postgres/release/8.3.0/lib' -o libpq.so.5.1
>
> /usr/bin/ld:exports.list:1: parse error in VERSION script

Right. We don't support so old a version of Linux. It has been said
that you can make it work by hacking the Makefile to remove the
--version-script stuff. However I question the usage of RH 7.2 which is
several years without support.

Also, 8.0.3 is not a good idea -- perhaps you want 8.0.15, or even a
newer series, like 8.2.6.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Marcus Torres 2008-02-13 02:17:37 BUG #3958: Self-Join Group-By Clause Produces Incorrect Results
Previous Message Vladimir Zuvela 2008-02-12 20:33:21 BUG #3957: make: *** [all] Error 2 / libpq.so.5.1