libreadline error
vinay · Thu Mar 14, 2013 1:39 pm
I was trying to install Singular-3-1-6 on a server using tar.gz files. I do not have a root access on this server. (I cannot even compile the code on this server.)
Apparently it seems the server does not have libreadline.so.6 installed and the administers refuse to do so. The error I am getting is
The current versions of libreadline installed are:
Actually all of them link to /usr/lib64/libreadline.so.4.3.
So is there any other way?
e.g. If I create a link to the above lib somewhere in my homedir and pass that path to Singular?
Or download copy libreadlin.so.6 somewhere in my homedir?
The details of the system are:
Thanks
VInay
Apparently it seems the server does not have libreadline.so.6 installed and the administers refuse to do so. The error I am getting is
Code:
Singular: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory
The current versions of libreadline installed are:
Code:
vinay.wagh@master:~/ $> locate libreadline.so
/usr/lib/libreadline.so.4
/usr/lib/libreadline.so.4.3
/usr/lib64/libreadline.so.4
/usr/lib64/libreadline.so
/usr/lib64/libreadline.so.4.3
/usr/lib/libreadline.so.4
/usr/lib/libreadline.so.4.3
/usr/lib64/libreadline.so.4
/usr/lib64/libreadline.so
/usr/lib64/libreadline.so.4.3
Actually all of them link to /usr/lib64/libreadline.so.4.3.
So is there any other way?
e.g. If I create a link to the above lib somewhere in my homedir and pass that path to Singular?
Or download copy libreadlin.so.6 somewhere in my homedir?
The details of the system are:
Code:
vinay.wagh@master:~ $> uname -a
Linux master 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:32:02 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux
v
Linux master 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:32:02 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux
v
Thanks
VInay