Code:
ld-elf.so.1: Shared object "libicuuc.so.64" not found, required by "sendmail"
/etc/rc.d/sendmail: WARNING: failed to start sendmail
I have a laptop I use for playing around with code on and realized I never had base sendmail running on it. I did
Code:
service sendmail onestart
My library version is libicuuc.so.67. Putting a symlink in for that only causes another issue wanting libssl.so.something else.
So I don't recall what to do about that.