|
From: | Darren Nguyen |
Subject: | RE: compiling 2.0.5b1 on Solaris 8 |
Date: | Mon, 10 Feb 2003 10:53:15 -0800 |
-----Original Message-----
From: Wheeler, John [mailto:JWheeler@us.britannica.com]
Sent: Monday, February 10, 2003 6:58 AM
To: help-cfengine@gnu.org
Subject: RE: compiling 2.0.5b1 on Solaris 8I just went through my make file ( couldn't remember If I had to do this hack) several programs that I've had to compile for solaris require /usr/ucblib in the library path. mtr is one I can think of right away. You can accomplish this many different ways. First, just to see if this is your problem try exporting the LD_LIBRARY_PATH as follows:
LD_LIBRARY_PATH=/usr/lib:/usr/ucblib;export LD_LIBRARY_PATH
run configure.
If configure succeeds, you could move forward with compilation. I think I passed configure some additional command line options to populate the LDFLAGS var in my make file, or I just edited the make file. Here is my final LDFLAGS line:
LDFLAGS = -L/usr/local/BerkeleyDB.4.0/lib -R/usr/local/BerkeleyDB.4.0/lib -L/usr
/local/openssl/lib -R/usr/local/openssl/lib -R/usr/ucblibYou could also just rely on the environment ( I don't recommend) or use crle on all the 2.8 hosts ( don't think crle is on 2.6).
Oh this was on 2.0.3. I haven't had time to upgrade, waiting on namespaces ;-)
Hope this helps.
-----Original Message-----
From: Darren Nguyen [mailto:dnguyen@talaris.com]
Sent: Monday, February 10, 2003 12:36 AM
To: Thomas Glanzmann; help-cfengine@gnu.org
Subject: RE: compiling 2.0.5b1 on Solaris 8
Hi Thomas,
I looked at your posting. Still kind of lost about how to compile cfengine still.
I have the Openssl and DB package installed already from sunfreeware. I run./configure --with-berkeleydb=/usr/local/BerkeleyDB --with-openssl=/usr/local/ssl
That should be correct. I have compile many different applications with berkeley db and ssl and they work. Is it something to do with static and dynamic libraries?
Thanks
-----Original Message-----
From: Thomas Glanzmann [mailto:sithglan@stud.uni-erlangen.de]
Sent: Sunday, February 09, 2003 2:06 AM
To: help-cfengine@gnu.org
Subject: Re: compiling 2.0.5b1 on Solaris 8
> I'm running
> SMCossl 0.9.6g, --> later than 0.9.6.b?????
> BerkeleyDB 4.0.x.
> Gcc 3.2.1
> Solaris patch level: Generic_108528-16> Thanks in advance
Have a look at [1].
Greetings,
Thomas
--
Thomas Glanzmann ++49 (0) 9131 85-28725 Department of Computer Science IV
Martensstrasse 1 D-91058 Erlangen Germany University of Erlangen-Nuremberg
http://wwwcip.informatik.uni-erlangen.de/CIP/
_______________________________________________
Help-cfengine mailing list
Help-cfengine@gnu.org http://mail.gnu.org/mailman/listinfo/help-cfengine
_______________________________________________
Help-cfengine mailing list
Help-cfengine@gnu.org http://mail.gnu.org/mailman/listinfo/help-cfengine
[Prev in Thread] | Current Thread | [Next in Thread] |