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

Re: E: libactiviz: ldconfig-symlink-referencing-wrong-file



On Fri, May 15, 2009 at 5:38 PM, Mathieu Malaterre
<mathieu.malaterre@gmail.com> wrote:
> Hello,
>
>  I am trying to package a *binary* package. This is a commercial
> software but for ease of installation I am simply repackaging it.
>
>  I am getting closer to my goal, one of the remaining issue is:
>
> E: libactiviz: ldconfig-symlink-referencing-wrong-file
> usr/lib/libvtktiff.so.5.4 -> ./libvtktiff.so.5.4.0 instead of
> libvtktiff.so.5.4.0
>
>  I have not been able to figure out how to regenerate those symlinks
> using ldconfig...
>
> Ref:
> http://www.debian.org/doc/debian-policy/ch-sharedlibs.html#s-sharedlibs-runtime

Symply redoing the 'ln -s' command myself solve the issue. I needed to do:

 ln -s libfoo.1.2.3 libfoo.1.2

while apparently something like that was done:

 ln -s libfoo.1.2.3 ./libfoo.1.2

Sorry for the noise,
-- 
Mathieu


Reply to: