Xymon Mailing List Archive search

4.3.5 compile problems Solaris 10 x86

list Roland Soderstrom
Mon, 26 Sep 2011 14:03:16 +1000
Message-Id: <user-0619d0f5da3a@xymon.invalid>

Hi,

Thanks, that worked just fine.

- Roland

On 23/09/11 11:31 PM, Henrik Størner wrote:
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