Mailinglist Archive: opensuse (2225 mails)

< Previous Next >
Re: SV: [opensuse] Compile help please
  • From: Per Jessen <per@xxxxxxxxxxxx>
  • Date: Thu, 05 Nov 2009 10:04:50 +0100
  • Message-id: <hcu4fi$8ii$1@xxxxxxxxxxxxxxxx>
Anders Norrbring wrote:

Anders Norrbring wrote:

I'm trying to build the pam_mysql module
(http://pam-mysql.sourceforge.net) on a 11.1 x86_64 system.
The problem I have is that the configure script doesn't "pick up"
the md5.h file on the system..

I get this:
checking if md5.h is derived from Cyrus SASL Version 1... no
checking md5.h usability... no
checking md5.h presence... no
checking for md5.h... no
checking if md5.h is Solaris's... no
checking for md5.h... (cached) no
checking for MD5Data... no

Looking for md5.h gives this:
/usr/include/sasl/md5.h
/usr/include/openssl/md5.h

The configure script is run with this line:
./configure --prefix=/usr --with-pam-mods-dir=/lib64/security/
--with-cyrus-sasl=/usr/include/sasl/
--with-cyrus-sasl2=/usr/include/sasl/
--with-openssl=/usr/include/openssl/

Any ideas on this problem?

You could try creating a symlink /usr/include/md5.h -> openssl/md5.h


/Per


Thanks Per... That helped.. ;-)

Anders.

It's probably not quite the "right" solution, but I don't think it
should cause any problems.

/Per

--
Per Jessen, Zürich (7.9°C)

--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >