Apache 1.3.19 could not load libpq.so of PostgreSQL 7.2.1

From: "Tomoyuki Niijima" <NIIJIMA(at)jp(dot)ibm(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Apache 1.3.19 could not load libpq.so of PostgreSQL 7.2.1
Date: 2002-06-16 12:14:14
Message-ID: OF7B8FAF67.48701C9D-ON49256BDA.003FE3F5@LocalDomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

I build Apache 1.3.19, PostgreSQL 7.2.1 and PHP 4.0.6 on AIX 4.3.3 and AIX
5.0 with shared library support, using Visualage C for AIX 5.0 compiler. I
encountered the problem that Apache 1.3.19 could not load libpq.so on both
AIX 4.3.3 and AIX 5.0. I found that adding -bnoentry at the end of line
323 of ./src/Makefile.shlib shown as the following will resolve this
problem.

$(COMPILER) -Wl,-H512 -Wl,-bM:SRE -Wl,-bI:
$(top_builddir)/src/backend/$(POSTGRES_IMP) -Wl,-bE:lib$(NAME)$(EXPSUFF) -o
$@ $< $(LDFLAGS) $(SHLIB_LINK) $(LDFLAGS_SL) -bnoentry

PoorTom

Browse pgsql-bugs by date

  From Date Subject
Next Message Paul Schultz 2002-06-17 00:35:22 classful cidr insertion bug?
Previous Message Bruce Momjian 2002-06-15 19:34:51 Re: Documentation regarding %ROWTYPE in PL/PgSQL