Matthias Arndt wrote: >I recently switched from SuSE Linux 7.2 to Mandrake Linux 8.2. >Beonex Communicator v0.8 works still fine but PNG pictures do not display anymore. >Link errors against libpng occur: > Thanks for the report!
>nsNativeComponentLoader: SelfRegisterDll(/opt/beonex-comm/components/libimgpng.so) >Load FAILED with error: libpng.so.2: cannot open shared object file: No such file or >directory > > >$ ls -lap /usr/lib/libpng* >-rw-r--r-- 1 root root 184604 M�r 4 22:42 /usr/lib/libpng.a >lrwxrwxrwx 1 root root 11 Jul 10 19:22 /usr/lib/libpng.so -> >libpng.so.3 >lrwxrwxrwx 1 root root 17 Jul 10 19:17 /usr/lib/libpng.so.3 -> >libpng.so.3.1.2.1 >-rwxr-xr-x 1 root root 156628 M�r 4 22:42 /usr/lib/libpng.so.3.1.2.1 > >Is there a workaround perhaps by compiling an old version of libpng? > try su cd /usr/lib/ ln -s libpng.so libpng.so.2
