[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Compile issues on AIX 5.1
Hi,
I did it that way:
(AIX 5.1 , gcc 2.9-aix51-020209)
== openssl 0.9.7b
./Configure --prefix=/usr/local aix43-gcc
make
make test
make install
== db-4.1.25
env CC="gcc" CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib"
./configure --prefix=/usr/local
make
make test
make install
== openldap 2.1.17
env CC="gcc" CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib"
./configure --with-tls
make
make depend
make install
Piotr Rybok