Xymon Mailing List Archive search

4.3.5 compile problems Solaris 10 x86

list Henrik Størner
Fri, 23 Sep 2011 15:31:53 +0200
Message-Id: <user-3997a4b9eb61@xymon.invalid>

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