Re: [PORTS] Postgres 6.5.1 on IRIX 6.5.4 with -o32 bit libraries - Mailing list pgsql-ports

From G. Anthony Reina
Subject Re: [PORTS] Postgres 6.5.1 on IRIX 6.5.4 with -o32 bit libraries
Date
Msg-id 37A1DFDE.C6E1273F@nsi.edu
Whole thread Raw
In response to Postgres 6.5.1 on IRIX 6.5.4 with -o32 bit libraries  ("G. Anthony Reina" <reina@nsi.edu>)
List pgsql-ports
Mark,

    Okay, I think we're getting closer here. My co-worker, Dan, has figured out that if you move the lipq.so.'s out of
the/usr/local/pgsql/lib directory and into a sub-directory (call it libso, for example), the C programs will execute 
fine. It looks like the C compiler is first looking to link the lipq.so.2 first when it really wants to get the libpq.a
file(or at least that's what we are guessing). So if the lipq.so.2 is moved from that directory, it by default 
finds the .a file and works fine. The only problem now is that 'psql' wants to use the lipq.so.2 library and so it
won'twork. One step forward, two steps back ... 

    Does anyone know how to compile the 'psql' binary so that it wants to use lipq.a and not lipq.so.2?

-Tony



pgsql-ports by date:

Previous
From: Ryan Kirkpatrick
Date:
Subject: Patches for Postgresql on Linux/Alpha!
Next
From: Ryan Kirkpatrick
Date:
Subject: Re: Stable vs Current (Was: Re: [HACKERS] Re: [PORTS] RedHat6.0 & Alpha)