wrong libsodium lib version

Try:
Code:
yum -y install libsodium-devel --enablerepo=epel
 
What's the version of it?
Why didn't custombuild install that for him?
I've also got libsodium-devel-1.0.18 (seems not 1.0.18-1) installed it seems, from custombuild.
Code:
/usr/local/directadmin/custombuild/libsodium-1.0.18.tar.gz
/usr/local/include/libsodium
/usr/local/lib/libsodium.a
/usr/local/lib/libsodium.la
/usr/local/lib/libsodium.so
/usr/local/lib/libsodium.so.23
/usr/local/lib/libsodium.so.23.3.0
/usr/local/lib/pkgconfig/libsodium.pc

but:
Code:
[root@server23: ~]# rpm -q libsodium-devel 
package libsodium-devel is not installed
so not installed via yum. So DA did install it before? And why not now anymore then?

Should this be installed and updated via yum then?
 
Why didn't custombuild install that for him?
I've also got libsodium-devel-1.0.18 (seems not 1.0.18-1) installed it seems, from custombuild.
Code:
/usr/local/directadmin/custombuild/libsodium-1.0.18.tar.gz
/usr/local/include/libsodium
/usr/local/lib/libsodium.a
/usr/local/lib/libsodium.la
/usr/local/lib/libsodium.so
/usr/local/lib/libsodium.so.23
/usr/local/lib/libsodium.so.23.3.0
/usr/local/lib/pkgconfig/libsodium.pc

but:
Code:
[root@server23: ~]# rpm -q libsodium-devel
package libsodium-devel is not installed
so not installed via yum. So DA did install it before? And why not now anymore then?

Should this be installed and updated via yum then?
It can be managed by either of them, new installations default to yum for this library and it's been like this for a long time.
 
new installations default to yum for this library and it's been like this for a long time.
Well... not that long, shorter than 2 years, because newest server was installed september 2019.

Does it get auto updated by Custombuild once installed via custombuild? Or is it better (for those not installed by yum) to install the yum version too?
 
Back
Top