Hi all,
First time monit installer here...  Running on an x86 Solaris machine.

I installed monit from the "official" solaris package...

[EMAIL PROTECTED]:/etc# pkginfo|grep -i monit
application GNUmonit                     monit

But when I run monit I get:

[EMAIL PROTECTED]:/etc# /usr/local/bin/monit -c /etc/monitrc
ld.so.1: monit: fatal: libssl.so.0.9.7: open failed: No such file or
directory
Killed

I have libssl as so:

[EMAIL PROTECTED]:/etc# find / -name libssl.so.0.9.7
/usr/sfw/lib/amd64/libssl.so.0.9.7
/usr/sfw/lib/libssl.so.0.9.7

Originally I did not have the 'amd64' library path added, so i added it
before the standard one:

[EMAIL PROTECTED]:/etc# crle

Configuration file [version 4]: /var/ld/ld.config
  Default Library Path (ELF):
/lib:/usr/lib:/usr/sfw/lib/amd64:/usr/sfw/lib
  Trusted Directories (ELF):    /lib/secure:/usr/lib/secure  (system
default)

But still no joy.

[EMAIL PROTECTED]:/etc# file /usr/local/bin/monit
/usr/local/bin/monit:   ELF 64-bit LSB executable AMD64 Version 1 [SSE2 SSE
FXSR FPU], dynamically linked, stripped

[EMAIL PROTECTED]:/etc# file /usr/sfw/lib/amd64/libssl.so.0.9.7
/usr/sfw/lib/amd64/libssl.so.0.9.7:     ELF 64-bit LSB dynamic lib AMD64
Version 1, dynamically linked, not stripped, no debugging information
available

Any ideas before I pull the package and reinstall from source?

Thanks!
--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general

Reply via email to