On Wed, Oct 15, 2008 at 09:16:00AM +0200, Antonio Pérez wrote: > Hi! > > I'm trying to compile Cherokee on AIX 5.2 and I have two problems for > now... First one I think is not important: > > checking host platform characteristics... configure: WARNING: *** > Please add powerpc-ibm-aix5.2.0.0 to configure.in checks! > ok > > Second one is an error... > > checking crypt.h usability... yes > checking crypt.h presence... yes > checking for crypt.h... yes > checking for crypt... yes > checking for crypt in -lcrypt... yes > checking for crypt_r... yes > checking for crypt_r in -lcrypt... yes > checking for struct crypt_data... configure: error: struct crypt_data > is not known
Sounds to me like AIX lacks the crypt_data struct in their libcrypt library. You'll have to spend the time to figure out what AIX uses, and what include files are required to make it work. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
