From: Kevin S. <ksc...@mi...> - 2006-06-03 22:05:48
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Verdana">Hello,<br> I'm having some difficulty getting pam_mysql to compile on Solaris 10. I configure by running<br> <br> configure --prefix=/usr/local/ (./configure does the same)<br> <br> which results in a <br> <br> configure: WARNING: pam_appl.h: present but cannot be compiled<br> configure: WARNING: pam_appl.h: check for missing prerequisite headers?<br> configure: WARNING: pam_appl.h: see the Autoconf documentation<br> configure: WARNING: pam_appl.h: section "Present But Cannot Be Compiled"<br> configure: WARNING: pam_appl.h: proceeding with the preprocessor's result<br> configure: WARNING: pam_appl.h: in the future, the compiler will take precedence<br> configure: WARNING: ## ------------------------------------ ##<br> configure: WARNING: ## Report this to the pam_mysql lists. ##<br> configure: WARNING: ## ------------------------------------ ##<br> configure: error: Cannot find pam headers. Please check if your system is ready for pam module development.<br> <br> Everything else has compiled on this system except for PAM. What do I need to do to make this work?<br> <br> Thanks<br> Kevin<br> </font> </body> </html> |