~ubuntu-branches/ubuntu/trusty/syslog-ng/trusty-proposed

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2010-03-14 12:57:49 UTC
  • mfrom: (1.3.1 upstream) (12.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100314125749-m3ats648sp2urg0f
Tags: 3.0.5-1
New upstream release, new maintainer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
  --enable-spoof-source     enable spoof_source feature (also requires libnet) (disabled by default)
72
72
  --enable-ipv6             enable support for IPv6
73
73
  --enable-static-linking   compile syslog-ng as a static binary
74
 
  --enable-dynamic-linking  compile syslog-ng as a completely dynamic binary,
75
 
                            if not specified syslog-ng links dynamically to
76
 
                            system libraries and statically to everything else.
 
74
  --disable-dynamic-linking compile syslog-ng against system libraries
 
75
                            dynamically, and statically against everything else
 
76
 
 
77
NOTE: if you intend to use an NFS mounted /usr you might need to configure
 
78
syslog-ng with either --enable-static-linking or with
 
79
--disable-dynamic-linking as syslog-ng needs to start _before_ your
 
80
networking is up.
77
81
 
78
82
Platform specific compilation issues
79
83
====================================