Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2001 23:02:51 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27721: Update port: www/mod_auth_pam
Message-ID:  <20010528210251.265213D29@totem.fix.no>

next in thread | raw e-mail | index | archive | help

>Number:         27721
>Category:       ports
>Synopsis:       Update port: www/mod_auth_pam
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 28 14:10:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anders Nordby
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

Add information on what to do if the module isn't loading because of missing
symbols. Several people have been asking for this, and I'd prefer to have
this information in the port then.

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

diff -Nur mod_auth_pam.old/pkg-message mod_auth_pam/pkg-message
--- mod_auth_pam.old/pkg-message	Sat Apr  7 06:25:18 2001
+++ mod_auth_pam/pkg-message	Mon May 28 23:04:17 2001
@@ -12,4 +12,10 @@
 # apachectl configtest (see if there are any config errors)
 # apachectl restart
 
+If you have trouble loading this module due to missing
+symbols, try adding the following line to the top of your
+apachectl script (on line 2):
+
+LD_PRELOAD=/usr/lib/libpam.so.1; export LD_PRELOAD
+
 ************************************************************
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010528210251.265213D29>