16 Aug
2006
16 Aug
'06
3:53 p.m.
On Tue, 2006-08-15 at 22:22 +0200, websafe wrote:
./configure
--prefix=/usr
--localstatedir=/var
--sysconfdir=/etc
--enable-debug \
--enable-debug is a bad idea to use in production. It just slows things down and may flood your log files with useless information.
--enable-shared \
Usually better if you don't change these from defaults. Although I suppose this is the default.