This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problem with running a direct command


I'm having the following issue with Systemtap:

When I probe a specific application with the following command:
~/systemtap/stap/bin/stap ~/systemtap/probes/logIOWrites.stp
-DMAXMAPENTRIES=10000 -DSTP_NO_OVERLOAD -DMAXSTRINGLEN=4096
-DTRYLOCKDELAY=300 -DMAXSKIPPED=10000 -DMAXACTION=1000 -c'./tribler.sh'

The application gives me an error:
Traceback (most recent call last):
  File "Tribler/Main/tribler.py", line 28, in <module>
    from Tribler.Core.Libtorrent.LibtorrentMgr import LibtorrentMgr
  File "/home/user/src/tribler/Tribler/Core/Libtorrent/LibtorrentMgr.py",
line 6, in <module>
    import libtorrent as lt
ImportError: libboost_python-py27.so.1.49.0: cannot open shared object file:
No such file or directory

However, when I start the probe without the direct command and start
./tribler.sh in another terminal, the probe and application work fine. Does
Systemtap make a change in the LD_LIBRARY_PATH or something?

--CP



--
View this message in context: http://sourceware-org.1504.n7.nabble.com/problem-with-running-a-direct-command-tp231745.html
Sent from the Sourceware - systemtap mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]