ClamAV for Xenialpup missing dependencies

Using applications, configuring, problems
Message
Author
User avatar
Keef
Posts: 987
Joined: Thu 20 Dec 2007, 22:12
Location: Staffordshire

#21 Post by Keef »

I don't normally use Xenial, but gave it a run and did not get any problems with openssl. It is quite possible to compile the latest version though.

Code: Select all

root# openssl version
OpenSSL 3.0.0-alpha4-dev  (Library: OpenSSL 3.0.0-alpha4-dev ) 
It hasn't broken anything so far. libcrypto and libssl are part of the build.

Code: Select all

root# ldd /usr/bin/openssl 
	linux-gate.so.1 =>  (0xb7714000)
	libssl.so.3 => /usr/lib/libssl.so.3 (0xb7671000)
	libcrypto.so.3 => /usr/lib/libcrypto.so.3 (0xb7285000)
	libpthread.so.0 => /lib/libpthread.so.0 (0xb7268000)
	libc.so.6 => /lib/libc.so.6 (0xb70b2000)
	libdl.so.2 => /lib/libdl.so.2 (0xb70ad000)
	/lib/ld-linux.so.2 (0xb7715000)
Other than that, I know nothing...

Post Reply