help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compiling 2.0.5b1 on Solaris 8


From: Mike Delaney
Subject: Re: compiling 2.0.5b1 on Solaris 8
Date: Sun, 9 Feb 2003 08:12:17 -0800
User-agent: slrn/0.9.7.4 (FreeBSD)

On Sat, 8 Feb 2003 23:05:58 -0800, dnguyen@talaris.com wrote:
:  Here's the message:
:  checking for OpenSSL location... /usr/local/ssl
:  checking OpenSSL Version... configure: error: This release of cfengine 
:  requires openssl 0.9.6b or later
:  
:  I'm running 
:  SMCossl 0.9.6g,      --> later than 0.9.6.b?????

IIRC, SMCossl includes the shared versions of the OpenSSL libs.
Likely the test program is failing because ld.so can't find the OpenSSL
libraries at run-time.  A quick look at the end of config.log should
confirm that.

Some solutions:

    1.)  Set your LD_LIBRARY_PATH environment to include /usr/local/ssl/lib
         before running configure.  Of course, you'll also need this
         in your environment whenever you run cfengine. 

    2.)  Set the LDFLAGS environment variable to include -R/usr/local/ssl/lib
         before running configure.  This will cause /usr/local/ssl/lib
         to be included in the linked in library search path.

    3.)  Set LD_RUN_PATH environment variable to include all the directories
         in which shared libraries needed by cfengine might reside.
         This will explicitly set the linked-in library search path.

    4.)  Use crle to add /usr/local/ssl/lib to the list of trusted library
         paths.  (man crle for details)


       



reply via email to

[Prev in Thread] Current Thread [Next in Thread]