Bug 46968 - Library version number used in webmin start up script
Summary: Library version number used in webmin start up script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jimmy Olgeni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-11 05:20 UTC by glennpj
Modified: 2003-01-14 12:21 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description glennpj 2003-01-11 05:20:01 UTC
        The sample webmin startup script has a call for libpam.so.1,
        which will fail on a FreeBSD 5.0 system.  The call should be to
        libpam.so which should be a symlink to the proper version.

Fix: 

Change the 
	
	LD_PRELOAD=/usr/lib/libpam.so.1 to 

	LD_PRELOAD=/usr/lib/libpam.so
How-To-Repeat: 
        <code/input/activities to reproduce the problem (multiple
        lines)>
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2003-01-11 05:23:26 UTC
Responsible Changed
From-To: freebsd-ports->olgeni

Over to maintainer.
Comment 2 Jimmy Olgeni freebsd_committer freebsd_triage 2003-01-14 12:19:59 UTC
State Changed
From-To: open->closed

Done, thank you for the tip :)