[Date Prev][Date Next] [Chronological] [Thread] [Top]

AIX 4.3.3 compilation



Hello all,

I cannot compile openldap-2.1.4 under aix.
error : struct sockaddr_storage is undefined.

What is the correct method to compile this openldap version under aix ?

Here is the command I launch :
==============================
export LIBPATH=/usr/lib:/usr/local/lib
export CC=xlc_r
export CPPFLAGS="-I/usr/local/BerkeleyDB.4.0/include"
export LDFLAGS="-L/usr/local/BerkeleyDB.4.0/lib"
export MKDEP"=<srcpath>/openldap-2.1.4/build/mkdep.aix"

cd <srcpath>/openldap-2.1.4/
./configure --disable-shared
/usr/local/bin/make depend
/usr/local/bin/make


Thanks in advance

Guy