Thread: libpq for AIX...

libpq for AIX...

From
twinsen
Date:
Hi all

I admit defeat after two days of fiddling..I cannot
get Postgresql compiled on our AIX 4.3.4 development
box. I am running the server on Linux no problem. The
clients however, need to be developed and will run on
AIX boxes - so all I actually need are the libraries
and the header files right? If so is there any way to
just attempt to compile those?

else

Does anyone maybe have binaries for me?

__________________________________
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools


Re: libpq for AIX...

From
Tom Lane
Date:
twinsen <twins3n@yahoo.com> writes:
> AIX boxes - so all I actually need are the libraries
> and the header files right? If so is there any way to
> just attempt to compile those?

Should work to make and make install in just the src/interfaces
and src/bin subtrees, in fact only the parts you need of each.

You might need to persuade src/port to compile first, but try without.
        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


Re: libpq for AIX...

From
Tom Lane
Date:
twinsen <twins3n@yahoo.com> writes:
> AIX boxes - so all I actually need are the libraries
> and the header files right? If so is there any way to
> just attempt to compile those?

Should work to make and make install in just the src/interfaces
and src/bin subtrees, in fact only the parts you need of each.

You might need to persuade src/port to compile first, but try without.
        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org