EBI-predocs / research-software

:computer: Instructions, tips and issue tracker for the software on the EBI computing cluster
6 stars 2 forks source link

Python compiled without sqlite #59

Closed mattjeffryes closed 8 years ago

mattjeffryes commented 8 years ago

The version of Python installed in /nfs/software/software/prefix was compiled without sqlite support:

$ equery uses python
...
 - - sqlite   : Add support for sqlite - embedded sql database
mschubert commented 8 years ago

related: https://bugs.gentoo.org/show_bug.cgi?id=587664

mschubert commented 8 years ago

fix for undefned symbols yp_master & crypt

cd $EPREFIX/usr/lib
ln -s /usr/lib/libcrypt.so .
ln -s /usr/lib/libnsl.so .

then re-emerge python w/ sqlite. fixed.