I'm guessing this happened because I did not run setup.py install which I assume would run patchelf and update the RPATH? If so, could running patchelf be part of the build process for the libs that are in the pyside_package folder? It would seem they only need RPATH=$ORIGIN since the pyside_package folder is a flat list of all of the libraries PySide uses.
On Sun, Feb 9, 2014 at 10:36 PM, Tony Barbieri <[email protected]> wrote: > I apologize for sending that last email out without a subject. I included > a subject in this so it could be searched later if needed. > > > I've build PySide 1.2.1 on CentOS 6.2 with Qt 4.7.4 and python 2.6 using: > > python setup.py build --qmake=~/qt/4.7.4/bin/qmake --standalone > > Everything built fine but when I run: > > from PySide import QtCore, QtGui I get the following error: > > ImportError: libpyside-python2.6.so.1.2: cannot open shared object file: > No such file or directory > > Any clue as to what would cause this? > > Any help is appreciated, > > -- > -tony > -- -tony
_______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
