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)>
Responsible Changed From-To: freebsd-ports->olgeni Over to maintainer.
State Changed From-To: open->closed Done, thank you for the tip :)