Cfengine Help: Re: delete file .libs/ message

2010-12-19 Thread no-reply
Forum: Cfengine Help Subject: Re: delete file .libs/ message Author: phnakarin Link to topic: https://cfengine.com/forum/read.php?3,19417,19851#msg-19851 You might want to include libpromises.so to your binary with --enable-shared=no cd cfengine-3.1.2 ./configure --enable-shared=no make Cheers

Cfengine Help: Re: delete file .libs/ message

2010-12-18 Thread no-reply
Forum: Cfengine Help Subject: Re: delete file .libs/ message Author: eystein Link to topic: https://cfengine.com/forum/read.php?3,19417,19845#msg-19845 Why don't you copy the libraries to /var/cfengine/lib, then? Use --prefix=/var/cfengine to make them automatically go there during make install.

Cfengine Help: Re: delete file .libs/ message

2010-12-17 Thread no-reply
Forum: Cfengine Help Subject: Re: delete file .libs/ message Author: bbomgardner Link to topic: https://cfengine.com/forum/read.php?3,19417,19834#msg-19834 For those interested (as I didn't know) to keep libpromises in /usr/local/lib, you can add the path to /etc/ld.so.conf: echo "/usr/local/li

Cfengine Help: Re: delete file .libs/ message

2010-12-17 Thread no-reply
Forum: Cfengine Help Subject: Re: delete file .libs/ message Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,19417,19830#msg-19830 This does seem to conflict with the desire to keep CF self contained. It is no use copying the binaries to /var/cfengine if the libraries ar

Cfengine Help: Re: delete file .libs/ message

2010-12-17 Thread no-reply
Forum: Cfengine Help Subject: Re: delete file .libs/ message Author: bbomgardner Link to topic: https://cfengine.com/forum/read.php?3,19417,19828#msg-19828 This was confusing for me too until I saw the note during the libtool process. (I usually never got to running make install either but inste

Cfengine Help: Re: delete file .libs/ message

2010-11-27 Thread no-reply
Forum: Cfengine Help Subject: Re: delete file .libs/ message Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,19417,19452#msg-19452 Must have been me. I built it again and everything worked. The wrapper scripts are still there but the make install works normally. _

Cfengine Help: Re: delete file .libs/ message

2010-11-27 Thread no-reply
Forum: Cfengine Help Subject: Re: delete file .libs/ message Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,19417,19451#msg-19451 On the same host (debian), using the same configure, make steps in 3.1.0 and 3.1.1 produces something different. n...@ettin ~/src $ file cfe

Cfengine Help: Re: delete file .libs/ message

2010-11-26 Thread no-reply
Forum: Cfengine Help Subject: Re: delete file .libs/ message Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,19417,19445#msg-19445 This is odd. I built community 3.1.1 with a default configure (Debian 64 bit). It installed to /usr/local. Look at this: ettin:/usr/local

Cfengine Help: Re: delete file .libs/ message

2010-11-26 Thread no-reply
Forum: Cfengine Help Subject: Re: delete file .libs/ message Author: mark Link to topic: https://cfengine.com/forum/read.php?3,19417,19423#msg-19423 Maybe check to see if you are using the binary or the build file file /var/cfengine/bin/cf-promises If it is a shell script, then you need to do m

Cfengine Help: Re: delete file .libs/ message

2010-11-25 Thread no-reply
Forum: Cfengine Help Subject: Re: delete file .libs/ message Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,19417,19420#msg-19420 I don't have any directory called .libs in my master files. Something in the CF binaries is creating /var/cfengine/bin/libs. ettin:/var/cfe

Cfengine Help: Re: delete file .libs/ message

2010-11-25 Thread no-reply
Forum: Cfengine Help Subject: Re: delete file .libs/ message Author: mark Link to topic: https://cfengine.com/forum/read.php?3,19417,19418#msg-19418 Look like files that libtool builds. Note that there was a decision to build shared lib versions by default. Looks like some build files got tranfe