I am using systemd to set up aerospike. I am using ubuntu 22. However, the process is exiting, and getting this
systemd[1]: Starting Aerospike Server...
systemd[1]: Started Aerospike Server.
asd[2023]: /usr/bin/asd: error while loading shared libraries: liblber-2.4.so.2: cannot open shared object file: No such file or directory
systemd[1]: **aerospike.service: Main process exited, code=exited, status=127/n/a**
systemd[1]: **aerospike.service: Failed with result 'exit-code'.**
In my system, I already am having libldap-2.5-0, however if I am going to install liblber-2.4, I am getting:
Package libldap-2.4-2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libldap-common
I have installed libldap-common, but still getting the same issue