Can anyone help with this? With /bin/sh, trying to do something like
yields an error:
If, in my regular shell, I fix LD_LIBRARY_PATH, it finds the library, but gives the error
when trying to mailx myself something. (The file
does exist.
So, does anyone know how to make it so that a non-nms friendly command line util that normally uses sendmail directly can send messages?
--
Andy
Code:
echo test | mailx myaddress@example.com
Code:
ld.so.1: mail: fatal: libadmsslutil60.so: open failed: No such file or directory
If, in my regular shell, I fix LD_LIBRARY_PATH, it finds the library, but gives the error
Code:
Cannot open message registry file
Code:
/etc/msgregistry.inf
So, does anyone know how to make it so that a non-nms friendly command line util that normally uses sendmail directly can send messages?
--
Andy