ProFTPd 1.3.7a error at the end of update

wattie

Verified User
Joined
May 31, 2008
Messages
864
Location
Bulgaria
On FreeBSD 11.3 I get this error at the end of the build:

Code:
...
Done proftpd.
./build: unsetenv: not found
Enabling ProFTPd ClamAV module for upload scanning
libtool --mode=compile gcc -DFREEBSD11 -DFREEBSD11_2 -g2 -O2 -Wall -fno-omit-frame-pointer -DPR_SHARED_MODULE -I. -I/usr/include/proftpd -c mod_clamav.c
libtool: compile: unable to infer tagged configuration
libtool:   error: specify a tag with '--tag'
prxs: error executing command (1)
Restarting ProFTPd.
Shutting down proftpd:          [ OK ]
Starting proftpd:               [ OK ]

Despite that, it's working. However I think it's still the old version because:

Code:
root@srv2:/usr/local/directadmin/custombuild # proftpd --version
ProFTPD Version 1.3.6

So I guess it's not updated. But DA thinks that it is (it is no longer listed as available update. So it's kind of partially updated I guess...
 
Obviously it's related to the proftpd_uploadscan feature. When set to "no" in options.conf, it compiles with no problem (still the unsetenv error appears but it's not a problem). The following command fails:

Code:
/usr/bin/prxs -c -i -d mod_clamav.c

and the error is:

Code:
libtool --mode=compile gcc -DFREEBSD11 -DFREEBSD11_2 -g2 -O2 -Wall -fno-omit-frame-pointer -DPR_SHARED_MODULE -I. -I/usr/include/proftpd -c mod_clamav.c
libtool: compile: unable to infer tagged configuration
libtool:   error: specify a tag with '--tag'
prxs: error executing command (1)
 
Back
Top