From: Andrea Venturoli on
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"


Any hint?

bye & Thanks
av.
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: "Philip M. Gollucci" on
-----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.




- --
- ------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci(a)p6m7g8.com) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer, FreeBSD Foundation
Consultant, P6M7G8 Inc.
Sr. System Admin, Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (FreeBSD)

iD8DBQFMWYb2dbiP+9ubjBwRAkMcAJ4qlAIq159+VMDUw0590YMyGytbuwCghO6D
ascao/b/XMWAznNMX4p0LyA=
=+v5O
-----END PGP SIGNATURE-----
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Clement Laforet on

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
From: Clement Laforet on
On Sun, Aug 08, 2010 at 05:32:23PM +0200, Clement Laforet wrote:
>
> here's a patch.
>
> clem

oops. "-L/usr/lib" is useless

clem
From: Andrea Venturoli on
Il 08/08/10 18:04, Clement Laforet ha scritto:
> On Sun, Aug 08, 2010 at 05:32:23PM +0200, Clement Laforet wrote:
>>
>> here's a patch.
>>
>> clem
>
> oops. "-L/usr/lib" is useless
>
> clem

Thanks, it works now.

bye
av.
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"