installation AIX - LINUX

Started by H.J. Sandersabout 21 years ago2 messagesgeneral
Jump to latest
#1H.J. Sanders
hjs@rmax.nl

Hello.

We have installed 7.4.7 on both AIX 4.3.3 and LiNUX SUSE 9. On AIX from
source and on Linux from the rpm.

Both went well but in comparing the installation we found that something is
missing on AIX.

On Linux we got .. include/pgsql/libpg
server/libpq
internal/libpq

On AIX we got .. include/libpq
internal/libpq

So why is .. server/libpq missing on AIX.

Anybody any suggestion?

Many thanks

Henk Sanders

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: H.J. Sanders (#1)
Re: installation AIX - LINUX

"H.J. Sanders" <hjs@rmax.nl> writes:

So why is .. server/libpq missing on AIX.

You forgot to do "make install-all-headers", likely. You don't actually
*need* those files, unless you intend to do server-side code development.

regards, tom lane