Thread: building psycopg2

building psycopg2

From
Thomas Burnett
Date:
Hello,
I'm trying to put together a fully contained runtime environment and am having trouble with fully qualified path names
todynamic library being included in _psycopg2.so (I'm on a Mac).  See below: 


^@^L^@^@^@`^@^@^@^X^@^@^@^B^@^@^@^@^E^E^@^@^@^E^@/Users/tburnett/Development/Lab7/main/alpha/build/BPD/lib/libpq.5.dylib^@^L^@^@^@h^@^@^@^X^@^@^@^B^@^@^@^@^@^A^@^@^@^A^@/Users/tburnett/Development/Lab7/main/alpha/build/BPD/lib/libssl.1.0.0.dylib^@^@^@^@^L^@^@^@h^@^@^@^X^@^@^@^B^@^@^@^@^@^A^@^@^@^A^@/Users/tburnett/Development/Lab7/main/alpha/build/BPD/lib/libcrypto.1.0.0.dylib^@^L^@^@^@8^@^@^@^X^@^@^@^B^@^@^@^@^C©^@^@^@^A^@/usr/lib/libSystem.B.dylib^@^@^@^

How can I remove the fully qualified paths so that I can find them through DYLD_LIBRARY_PATH?

Thanks.
Thomas.