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.

Furthermore, if you think shared libraries are very hard, why don't you build 
it statically?
./configure ... --enable-static --disable-shared

The shared default ensures even more efficiency (no reloading of the same code) 
and 80% size reduction (!) - both install size and run-time memory size.

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to