~ubuntu-branches/ubuntu/gutsy/wireshark/gutsy-security

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2007-04-01 08:58:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070401085840-or3qhrpv8alt1bwg
Tags: 0.99.5-1
* New upstream release.
* debian/patches/09_idl2wrs.dpatch: updated to patch idl2wrs.sh.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
 
149
149
    --enable-setuid-install
150
150
        Use this switch to install the packet analyzers as setuid.
151
 
        Installating Wireshark and TShark as setuid 'root' is
152
 
        dangerous. Repeat: IT'S DANGEROUS. Don't do it.
 
151
        Installing Wireshark and TShark as setuid 'root' is
 
152
        dangerous. Repeat: IT'S DANGEROUS. Don't do it.  (In fact,
 
153
        applications using GTK+ 2.x will refuse to run setuid at
 
154
        all, so Wireshark might not even run setuid.)
153
155
 
154
156
    --with-ssl=DIR
155
157
        If your SNMP library needs the SSL library, and your
157
159
        you can specify where your SSL library is with this switch.
158
160
 
159
161
    --without-net-snmp
160
 
        If 'configure' finds a supported version of the NET SNMP library
 
162
        If 'configure' finds a supported version of the Net-SNMP library
161
163
        on your system,  the SNMP dissector will be enhanced to use
162
 
        routines from that SNMP library. Use this switch to avoid
163
 
        using the NET SNMP library even if you have it installed.
 
164
        routines from the Net-SNMP library. Use this switch to avoid
 
165
        using the Net-SNMP library even if you have it installed.
164
166
 
165
167
    --with-net-snmp=PATH
166
168
        Tell the 'configure' script where your net-snmp-config shell script 
167
169
        that comes with the net-snmp package is located, if not in a standard 
168
170
        location.
169
171
 
170
 
    --without-ucd-snmp
171
 
        If 'configure' finds a supported version of the UCD SNMP library
172
 
        on your system,  the SNMP dissector will be enhanced to use
173
 
        routines from that SNMP library. Use this switch to avoid
174
 
        using the UCD SNMP library even if you have it installed.
175
 
 
176
 
    --with-ucd-snmp=DIR
177
 
        Tell the 'configure' script where your UCD SNMP library
178
 
        is located, if not in a standard location.
179
 
 
180
172
    --without-plugins
181
173
        By default, if your system can support run-time loadable modules,
182
174
        the packet analyzers are build with support for plugins.