45
« on: June 24, 2006, 08:02:30 am »
Hi all,
I recently switch to cako 1.23 full, and intall pdaxqtrom ,i had the same trouble as you about libpng,libgobject and pixbuff.
if you look at the /home/QtPalmtop/lib you should have something like this for these libs :
lrwxrwxrwx 1 root root 57 Jun 19 08:27 libgmodule-1.2.so.0 -> /mnt/pdaXqtrom-base/opt/QtPalmtop/lib/libgmodule-1.2.so.0
lrwxrwxrwx 1 root root 62 Jun 19 08:27 libgmodule-1.2.so.0.0.10 -> /mnt/pdaXqtrom-base/opt/QtPalmtop/lib/libgmodule-1.2.so.0.0.10
lrwxrwxrwx 1 root root 55 Jun 19 08:27 libgmodule-2.0.so -> /mnt/pdaXqtrom-base/opt/QtPalmtop/lib/libgmodule-2.0.so
lrwxrwxrwx 1 root qpe 45 Jun 23 16:58 libgmodule-2.0.so.0 -> /home/QtPalmtop/lib/libgmodule-2.0.so.0.800.1
-rwxr-xr-x 1 root qpe 11332 Aug 9 2003 libgmodule-2.0.so.0.200.1
lrwxrwxrwx 1 root root 63 Jun 19 08:27 libgmodule-2.0.so.0.800.1 -> /mnt/pdaXqtrom-base/opt/QtPalmtop/lib/libgmodule-2.0.so.0.800.1
lrwxrwxrwx 1 root qpe 25 Nov 5 2005 libgmodule-2.0.so.0.back -> libgmodule-2.0.so.0.200.1
lrwxrwxrwx 1 root root 51 Jun 19 08:27 libgmodule.so -> /mnt/pdaXqtrom-base/opt/QtPalmtop/lib/libgmodule.so
for example,there is a existing lib in cacko rom name libgmodule-2.0.so.0.200.1 and libgmodule-1.2.so.0 is linked to this one, pdaxqtrom seems to add libgmodule-2.0.so.0.800.1 but libgmodule-1.2.so.0 stay linked to the cacko one after the pdaxqtrom install. So for the 3 or 4 libs in this case, where an update lib is added by pdaxqtrom (look if the same lib with a .800 or .600 exists linked to the cramfs) i have add .back to the cacko link and linked manualy the pdaxqtrom one. So now everything works under pdaxqtrom. note that if you run ldconfig the original config is restored (for exemple when you install a new app). maybe it is better to remove the cako lib and keep only the one from pdaxqtrom,but i'm not sure about the other qt apps...
Another point is that now opera is not working anymore...
finally,there was this thing in another thread about gdk-pixbuf.loaders
su
ln -sf /opt/QtPalmtop/lib/gtk-2.0 /usr/lib/gtk-2.0
gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders
hope this can help.
any idea why opera is no more working ?