You are not logged in.
Hi,
I have installed visibility package from AUR.
Now, after the update before a week, it is broken. I misses the libpng12.so.0 library.
The installed library is
libpng 1.4.0-2.
What is the recommended solution of this problem. For a quick fix, creating a symlink should also work.
[hardik@moonlight: ~ ]$ ldd `which visibility`
linux-gate.so.1 => (0xb779a000)
libpng12.so.0 => not found
libXft.so.2 => /usr/lib/libXft.so.2 (0xb776b000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb7762000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb7734000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb76af000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xb7595000)
libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0xb758f000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb749b000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb747e000)
libc.so.6 => /lib/libc.so.6 (0xb7337000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7321000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb72fb000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb72e3000)
libdl.so.2 => /lib/libdl.so.2 (0xb72df000)
libm.so.6 => /lib/libm.so.6 (0xb72b9000)
/lib/ld-linux.so.2 (0xb779b000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb72b5000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb72b0000)Last edited by rangalo (2010-02-11 22:41:39)
Offline
Hi,
I have installed visibility package from AUR.
Now, after the update before a week, it is broken. I misses the libpng12.so.0 library.
The installed library is
libpng 1.4.0-2.
What is the recommended solution of this problem. For a quick fix, creating a symlink should also work.
that's not the proper fix. The proper fix is to rebuild that package against new libpng.
Give what you have. To someone, it may be better than you dare to think.
Offline
Can you also point me to the documentation on how to do this ?
Offline
Can you also point me to the documentation on how to do this ?
in the same way you did the first time. using any aur helper or http://wiki.archlinux.org/index.php/AUR_User_Guidelines
Give what you have. To someone, it may be better than you dare to think.
Offline
Thanks, This helped.
Offline