Webmin install

When I install webmin on Freebsd 8.1 I get this error when running the setup.sh

Code:
Creating web server config files..
..done

Creating access control file..
..done

Creating start and stop scripts..
..done

Copying config files..
..done

Changing ownership and permissions ..
..done

Running postinstall scripts ..

:Permission denied 
syslog-ng: not found
:Permission denied 
.. done
I am running as su.
 
The first time I when installing pure-ftpd I clicked to install perl-threaded.

Is that why webmin wouldn't install?
 
For grins, do:
# cd /usr/ports/sysutils/webmin && make distclean
... and try again.

If it's still not working, please actually read the log that thread mentioned.
 
I have even installed it through this:

Code:
fetch [url]http://prdownloads.sourceforge.net/webadmin/webmin-1.520.tar.gz[/url]
gunzip webmin-1.520.tar.gz
tar -xvf webmin-1.520.tar
cd webmin-1.520
./setup.sh

And still get the same error.

I have also just reinstalled perl too.
 
Back
Top