#39971: bro uses system python; needs to use MacPorts python --------------------------+----------------------- Reporter: ryandesign@… | Owner: tanawts@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: | Port: bro --------------------------+----------------------- bro finds the system python and links with it. configure output: {{{ -- Found SWIG: /opt/local/bin/swig (found version "2.0.9") -- Found PythonInterp: /usr/bin/python (found version "2.7.2") -- Found PythonDev: /usr/bin/python-config }}} otool output: {{{ $ otool -L /opt/local/lib/broctl/_SubnetTree.so /opt/local/lib/broctl/_SubnetTree.so: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 744.18.0) /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0) /System/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.2) /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 56.0.0) }}} bro needs to use a MacPorts python instead. python27 would be fine, or you could provide variants for additional versions if desired. -- Ticket URL: <https://trac.macports.org/ticket/39971> MacPorts <http://www.macports.org/> Ports system for OS X