Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I downloaded source tarball sage-5.2.tar and compiled it as suggested in #debian. At the end of compilation my problem wasn't solved.

I have found the following hack that now seemds to work:

mkdir /opt/sage/local/libhacks
ln -s /usr/lib/x86_64-linux-gnu/libgnutls.so.26 /opt/sage/local/libhacks/
export LD_LIBRARY_PATH=/opt/sage/local/libhacks/:$LD_LIBRARY_PATH
BEFORE executing Django manage.py or Apache2 or whatever else has to do with psycopg2

I will write an update if it doesn't work...

fero