Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x? - Mailing list pgsql-ports

From Bruce Momjian
Subject Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?
Date
Msg-id 200001042009.PAA21717@candle.pha.pa.us
Whole thread Raw
In response to Re: Postgress 6.5.3 on Irix 6.5.x?  ("G. Anthony Reina" <reina@nsi.edu>)
List pgsql-ports
> Jim,
>
>
>     I can't say that I understand what the "No rule" error is. I have found that
> when Postgres upgrades, it tends to drop something that IRIX needs to properly
> identify where files and libs are on the system. Here's a basic list of things
> to make sure are correct on your Postgres install (from the Postgres 6.5.2
> installation):
>
> (1)  Make sure the shared library path is specified.
>
> ======================================================================================
>
> In the file Makefile.shlib:
>
> *** Makefile.shlib.orig Mon Aug 30 11:00:23 1999
> --- Makefile.shlib      Mon Aug 30 11:01:47 1999
> ***************
> *** 59,65 ****
>   ifeq ($(PORTNAME), irix5)
>     install-shlib-dep := install-shlib
>     shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
> !   LDFLAGS_SL := -shared
>     CFLAGS += $(CFLAGS_SL)
>   endif
>
> --- 59,65 ----
>   ifeq ($(PORTNAME), irix5)
>     install-shlib-dep := install-shlib
>     shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
> !   LDFLAGS_SL := -shared -rpath $(LIBDIR)
>     CFLAGS += $(CFLAGS_SL)
>   endif
>
>
> ====================================================================================
>
> If this patch isn't made then the compiled files won't know where to look for
> the shared libraries.

This patch appears in the current source tree.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-ports by date:

Previous
From: "G. Anthony Reina"
Date:
Subject: Re: Postgress 6.5.3 on Irix 6.5.x?
Next
From: "G. Anthony Reina"
Date:
Subject: Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?