where does macports installs programs?

Brandon Allbery allbery.b at gmail.com
Wed Jul 9 18:23:52 PDT 2014


On Wed, Jul 9, 2014 at 8:48 PM, Fabrizio Salvatore <
p.fabrizio.salvatore at googlemail.com> wrote:

> on both macs and I have checked that I have
>
> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/libPyROOT.so
> -> /opt/local/libexec/root5/lib/root/libPyROOT.so
> /opt/local/libexec/root5/lib/root/libPyROOT.so -> libPyROOT.5.34.so
>
> so I really don't understand why pyROOT works on one and not on the
> other....
>

Having PyROOT.so is not sufficient in and of itself. You also need the
appropriate Python glue (Python code that tells it that the module ROOT
needs to load libPyROOT.so); Python has no idea that the two are related
otherwise.

You might want to compare the output of `port contents root5` on the
working and non-working systems.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-users/attachments/20140709/2a001154/attachment.html>


More information about the macports-users mailing list