On Wed, Aug 04, 2010 at 03:27:50PM +0000, Philip M. Gollucci wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 08/04/10 10:48, Andrea Venturoli wrote:
> > Hello.
> > I've been using mod_auth_pam everywhere for years.
> > Yet I cannot seem to get it to work on a 7.2/i386 box of mine.
> > 
> > Here's what I get when I try to start it:
> > 
> > httpd: Syntax error on line 104 of /usr/local/etc/apache22/httpd.conf:
> > Cannot load /usr/local/libexec/apache22/mod_auth_pam.so into server:
> > /usr/local/libexec/apache22/mod_auth_pam.so: Undefined symbol "pam_end"
> 
> ldd /usr/local/libexec/apache22/mod_auth_pam.so
> 
> Looks like my
> AP_FAST_BUILD=  yes
> AP_GENPLIST=    yes
> 
> sweep broke it.  I'll revert / fix this later today, in the meantime,
> just use the previous version of the port.

here's a patch.

clem
--- Makefile.orig       2010-08-08 17:27:24.000000000 +0200
+++ Makefile    2010-08-08 17:27:47.000000000 +0200
@@ -28,6 +28,7 @@
 
 AP_FAST_BUILD= yes
 AP_GENPLIST=   yes
+AP_EXTRAS+=    -L/usr/lib -lpam
 
 post-install:
 .if !defined(NOPORTEXAMPLES)

Attachment: pgpX2enOEomz2.pgp
Description: PGP signature

Reply via email to