Upgrade or compile last apache - Apache 2.4.43 to 2.4.46 Not work [Custombuild 2.0 v.2539]

DRKT

Verified User
Joined
Oct 8, 2003
Messages
201
Hi

On last Centos 6, if i compile with last custombuild 2.0,not work, i have this message:

-------
2020-08-11 17:32:43 (327 MB/s) - `/usr/local/directadmin/custombuild/patches/mod_suexec_directory.patch' saved [1305/1305]
MD5 Checksum on patches/mod_suexec_directory.patch passed.
Cannot find libcap.so for apache. Please install libcap
yum -y install libcap-devel
Done!
--------

But if i do: yum -y install libcap-devel

i have this message:
Package libcap-devel-2.22-8.el6.x86_64 already installed and latest version
Nothing to do


How to fix it exactly?

Thanks
 
I was unable to reproduce the issue. If your license includes support - I'd suggest opening a DA ticket for it, otherwise - turning mod_ruid2 off may solve it, or just post the output of:
Code:
find / -name 'libcap.so' -print

This would provide more information on the case.
 
look:

find / -name 'libcap.so' -print

/usr/lib64/libcap.so


all Centos 6 have this problem

Thanks
 
Last edited:
Back
Top