axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] yet another problem with dependencies


From: Ralf Hemmecke
Subject: Re: [Axiom-developer] yet another problem with dependencies
Date: Fri, 20 Oct 2006 09:46:02 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060909)

Have you tried to set your environment variable

echo $LD_LIBRARY_PATH

to some nicer value. It is like PATH, so you can add a lokal directory and say

cd $HOME
mkdir lib
cd lib
ln -s /path/to/libreadline.so.5 libreadline.so.4
export LD_LIBRARY_PATH=$HOME/lib

Should help...(I hope). You don't need to be root.

Ralf

On 10/19/2006 10:38 PM, Martin Rubey wrote:
"Alfredo Portes" <address@hidden> writes:

This happens to me in Arch Linux also. They distribute a newer
libreadline.so.5. Try a syslink to libreadline or libreadline.so.5 if
you have it. That solved the problem for me.

I'm not root :-(

Martin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]