Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6110] New: wireshark 1.6.0 and python support: installer f

Date: Mon, 11 Jul 2011 11:30:36 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6110

           Summary: wireshark 1.6.0 and python support: installer fails to
                    create the wspy_dissectors subdirectory and ...
           Product: Wireshark
           Version: 1.6.0
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Major
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: jpo@xxxxxxxxxxxx


Build Information:
$ tshark -v
dlopen(libwireshark.dylib, 6): image not found
[Errno 2] No such file or directory:
'/opt/local/lib/wireshark/python/1.6.0/wspy_dissectors'
TShark 1.6.0 (SVN Rev Unknown from unknown)

Copyright 1998-2011 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (32-bit) with GLib 2.28.8, with libpcap 1.1.1, with libz 1.2.5,
without
POSIX capabilities, without libpcre, with SMI 0.4.8, with c-ares 1.7.4, with
Lua
5.1, with Python, without GnuTLS, with Gcrypt 1.5.0, with MIT Kerberos, without
GeoIP.

Running on Mac OS 10.5.8 (Darwin 9.8.0), with libpcap version 1.1.1, with libz
1.2.5.

Built using gcc 4.0.1 (Apple Inc. build 5493).
--
Operating system: Both MacOSX 10.5 and 10.6
Building system: MacPorts 1.9.2


Wireshark built with Python support enabled produces a couple of spurious
messages. These two messages can be seen by running 'tshark -v' (as above).

The second message can be eliminated by manually creating the 'wspy_dissectors'
subdirectory in the '/opt/local/lib/wireshark/python/1.6.0' directory.  I
believe this subdirectory should have been created by the
epan/wspython/Makefile[.am].

The first message can be eliminated by editing the wspy_libws.py file and
doing the following search&replace (this appears to be related to the dynamic
linker search path):

   s|libwireshark.dylib|/opt/local/lib/libwireshark.dylib|g


Regards,
jpo

PS - MacPorts ticket on these problems: https://trac.macports.org/ticket/29968

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.