Skip to content
Prev 66724 / 398506 Next

dependency help for FC2 rpm

On 29 Mar 2005 22:04:51 +0200
Peter Dalgaard <p.dalgaard at biostat.ku.dk> wrote:

            
It is most likely the rpm looks for this lib at /usr/lib, you may create a symbolic link 
eg 

cd /usr/lib
ln -s /usr/local/libtk8.4.so .

of cource, you must have a root access to do this.