remove clamav and ioncube update

Hostmavi

Verified User
Joined
Jul 7, 2019
Messages
77
@ smalltalk

./build remove_clamav not working after command notting happens

centos 7
DA Version 1.646 (d3158e3390559e3a6b3087859445166421a902fd)

./build version
2.0.0
i checked the file /usr/local/directadmin/custombuild/build

i found this part code missing in build file

Code:
remove_clamav)             enable_logging;           exec_with_lock clean_after doRemoveClamav;;

i added the line and test it.

found other issue removing clamd systemd and freschclam systemd script also not working

clamd systemd and freschclam systemd files they are not in /etc/systemd/system
they are in /usr/lib/systemd/system
and also exist symbolic links from /etc/systemd/system/multi-user.target.wants to /usr/lib/systemd/system

2. thing ionCube update

if defaul php set
php1_release=8.2

./build update
./build update_versions
show
Latest version of ionCube: 12.0.4
ionCube loader 0 to 12.0.4 update is available.

i know ther is no ioncube for the php 8.2
command ./build update_versions install ioncube each time.

Best Regards
 
Back
Top