Re: Compiling pam_mysql
- From: "Alastair Calderwood" <alastair@xxxxxxxxxxxxxx>
- Date: 28 Jan 2006 15:17:32 -0800
Here's my solution - ./configure had been using the header file
/usr/include/md5.h. There are several different versions of md5.h, so I
tried
locate md5.h
and found about 8 on my system (all of different sizes). I then
configured pam_mysql again using
../configure --with-mysql=/usr/lib
--with-openssl=/path/to/each/md5/header
make
until I found an md5.h that allowed the build to complete without
errors. (The --with-openssl option is only used to locate cryptographic
headers/libraries for use by "make"). Not a very scientific approach,
but it worked.
Alastair Calderwood
.
- References:
- Compiling pam_mysql
- From: Alastair Calderwood
- Compiling pam_mysql
- Prev by Date: Re: RHCT Books and Preperation???
- Next by Date: Re: RHCT Books and Preperation???
- Previous by thread: Compiling pam_mysql
- Next by thread: RHCT Books and Preperation???
- Index(es):
Relevant Pages
|