Hi,
I use Mandriva 2009.1 and i had a working instalation of lazarus 0.9.26.2 on it, and ZEOS-6.6.5.
When i downloaded and installed lazarus0.9.28 and tried to add ZEOS, i got a message about not having the proper version of gdk_pixbuf .
This is what I do when i try to add ZEOS:
1. Start Lazarus
2. On the menu, I choose "Package"->"Open package file (.lpk)"
3. Browse to the folder with my ZEOS files, and choose zcomponent.lpk
4. When a smaller window appears, i click the "Install" button, and when asked "Do you want to rebuild Lazarus now ?" I answer with "Yes".
The rebuilding stops after a while, and giving me :
/usr/bin/ld: cannot find -lgdk_pixbuf-2.0
/usr/lib/lazarus/ide/lazarus.pp(129,1) Error: Error while linking
/usr/lib/lazarus/ide/lazarus.pp(129,1) Fatal: There were 1 errors compiling module, stopping
under /usr/lib there are :
lrwxrwxrwx 1 root root 34 2009-10-30 14:45 libgdk_pixbuf-2.0 -> libgdk_pixbuf_xlib-2.0.so.0.1600.1*
lrwxrwxrwx 1 root root 29 2009-05-10 22:29 libgdk_pixbuf-2.0.so.0 -> libgdk_pixbuf-2.0.so.0.1600.1*
-rwxr-xr-x 1 root root 112348 2009-04-20 15:57 libgdk_pixbuf-2.0.so.0.1600.1*
lrwxrwxrwx 1 root root 22 2009-10-30 15:19 libgdk_pixbuf.so -> libgdk_pixbuf.so.2.0.0*
lrwxrwxrwx 1 root root 22 2009-05-13 19:46 libgdk_pixbuf.so.2 -> libgdk_pixbuf.so.2.0.0*
-rwxr-xr-x 1 root root 90556 2008-11-07 14:57 libgdk_pixbuf.so.2.0.0*
lrwxrwxrwx 1 root root 34 2009-05-10 22:29 libgdk_pixbuf_xlib-2.0.so.0 -> libgdk_pixbuf_xlib-2.0.so.0.1600.1*
-rwxr-xr-x 1 root root 62984 2009-04-20 15:57 libgdk_pixbuf_xlib-2.0.so.0.1600.1*
What can I do to correct this ?