ProFTPD errors after update

wattie

Verified User
Joined
May 31, 2008
Messages
1,206
Location
Bulgaria
After updating ProFTPD to 1.3.6 on FreeBSD 11 box I get some errors.

If "LoadModule mod_clamav.c" is enabled in /etc/proftpd.clamav.conf, then the following error occurs on start:

Code:
mod_dso/0.5: unable to load 'mod_clamav.c'; check to see if '/usr/local/libexec/mod_clamav.la' exists
fatal: LoadModule: error loading module 'mod_clamav.c': No such file or directory on line 2 of '/etc/proftpd.clamav.conf'
warning: unable to include '/etc/proftpd.clamav.conf': Operation not permitted

Also the newsyslog reports error with the pid file:

Code:
newsyslog: pid file does not start with a valid number: /var/run/proftpd/proftpd.pid

The file exists but it's empty. The /etc/proftpd.conf has:

Code:
ScoreboardFile                  /var/run/proftpd/proftpd.pid
 
Hello,

Once a I had a similar error on a Linux box (don't recall all the details), and I installed ProFTPd with mod_clam w/out mod_dso. So you probably could try the same if you want.
 
Back
Top