Re: path to openssl for cfengine

2009-12-08 Thread Eystein Måløy Stenberg
Hi, I have seen this on a machine with two versions of Berkeley DB installed. If you do too, read on. If berkeley db 4.5 is found, CF_OLD_DB gets defined, and Cfengine uses the berkeley db 4.5 api. But if berkeley db 4.7 is installed also, Cfengine may try link to these functions. Thus we try to

Re: path to openssl for cfengine

2009-12-08 Thread mashtin . bakir
Thanks, that got me further. It required a few more dependancies including bison and flex. It now runs configure fine and most(?) of the make but fails at OpenDB with a warning about dbp. I'm getting a similar error as listed in https://cfengine.org/pipermail/help-cfengine/2009-June/005534.htm

Re: path to openssl for cfengine

2009-12-08 Thread NWatson
You might need the openssl-devel package to be installed. Sincerely, -- Neil Watson 416-673-3465 CONFIDENTIALITY WARNING This communication, including any attachments, is for the exclusive use of addressee and may contain proprietary and/or confidential information. If you are not the intende

path to openssl for cfengine

2009-12-08 Thread mashtin . bakir
I compiled cfengine 3.0.2 on a Suse 10.2 box without any problem. This machine is my server and is working fine as are most of the clients. One of my clients is SLES 11.0 Altho it's the same architecture, I figured I either need to or at least should recompile on this box. I've installed BerkeleyDB