Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "G(dot) Anthony Reina" <reina(at)nsi(dot)edu>
Cc: jgramke(at)maple(dot)computing(dot)csbsju(dot)edu, "pgsql-ports(at)postgresql(dot)org" <pgsql-ports(at)postgreSQL(dot)org>
Subject: Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?
Date: 2000-01-04 20:09:31
Message-ID: 200001042009.PAA21717@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message G. Anthony Reina 2000-01-04 20:50:46 Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?
Previous Message G. Anthony Reina 2000-01-04 19:43:04 Re: Postgress 6.5.3 on Irix 6.5.x?