Troubles after installing postgresql on AIX

From: Jose Manuel Lorenzo Lopez <jose-manuel(dot)lorenzo-lopez(at)conti(dot)de>
To: "pgsql-ports(at)postgresql(dot)org" <pgsql-ports(at)postgresql(dot)org>
Subject: Troubles after installing postgresql on AIX
Date: 2001-02-01 18:10:18
Message-ID: 3A79A68A.2AB36B97@conti.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hello PG's,

I have problems compiling postgresql 7.0.3 on AIX 4.3.2.

I configured with

./configure --with-template=aix_gcc
--with-includes=/usr/local/include
--with-libraries=/usr/local/lib
--without-CXX

All seems to work fine and I was able to 'make all' , 'make install'

After installation I was able to initdb, but when I tried to access
the template1 with 'psql template1' I get the following:

postgres(at)numancia:/usr/local/pgsql # psql template1
Could not load program psql
Member libpq.so not found or file not an archive
Member libpq.so not found or file not an archive
Could not load library libpq.a[libpq.so]
Error was: No such file or directory

Anyone can help me with this?

Thanks in advance for your help! :)

José Manuel Lorenzo López

--
**********************************************************************
** José Manuel Lorenzo López **
** **
** ICA Informationssysteme Consulting & Anwendungsgesellschaft mbH **
** Dept. SAP Basis R/3 VBue **
** **
** phone: (+49511) 938-2961 **
** fax : (+49511) 938-2270 **
** e-mail to: jose-manuel(dot)lorenzo-lopez(at)conti(dot)de **
**********************************************************************

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Latha K. Ramaswamy 2001-02-01 19:49:36 Postgresql 7.0.3 - compilation failure. Need help.
Previous Message Jani Averbach 2001-02-01 14:17:19 postgresql-7.0.3 + cygwin won't compile