[Xymon] 4.3.5 compile problems Solaris 10 x86

Henrik Størner henrik at hswn.dk
Fri Sep 23 15:31:53 CEST 2011


Den 23-09-2011 07:47, Roland Soderstrom skrev:
> SSL with Solaris is not working after all.
> I finally got to do the make install and it failed on SSL,
>
> Because I don't use it I never really cared before, I just started over
> again and said no to use SSL.
> Someone might care and I'm happy to help out debugging.
> As everything seems to be there it must be a simple config problem.

It is - your SSL libraries are not in the default runtime library path, 
and since the installation tools ends up being linked so they refer to 
the SSL libraries, they fail to run.

Do an
   LD_LIBRARY_PATH=/usr/local/ssl/lib
   export LD_LIBRARY_PATH
before running "make install", and I think it should work.

See the description of how to configuring the system runtime library 
environment with "crle" at 
http://www.xymon.com/xymon/help/known-issues.html#solarislinker for a 
solution to these annoying library issues.



Regards,
Henrik



More information about the Xymon mailing list