Hi, configure is ok. "make" finished with : g++: /usr/lib/libXi.so: No such file or directory g++: /usr/lib/libXrandr.so: No such file or directory g++: /usr/lib/libXcursor.so: No such file or directory g++: /usr/lib/libXinerama.so: No such file or directory g++: /usr/lib/libXft.so: No such file or directory Error creating ./digikam/digikam/libdigikam.la. Exit status 1. make: *** [all] Error 1 the files "libXi.so" and others are in /usr/lib/X11R6/ AND /usr/lib/ Where is the problem... Regards!! _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On Monday 23 October 2006 15:33, Trebol-a wrote:
> Hi, > configure is ok. > "make" finished with : > > g++: /usr/lib/libXi.so: No such file or directory > g++: /usr/lib/libXrandr.so: No such file or directory > g++: /usr/lib/libXcursor.so: No such file or directory > g++: /usr/lib/libXinerama.so: No such file or directory > g++: /usr/lib/libXft.so: No such file or directory > Error creating ./digikam/digikam/libdigikam.la. Exit status 1. > make: *** [all] Error 1 > > the files "libXi.so" and others are in /usr/lib/X11R6/ AND /usr/lib/ > Where is the problem... Your linker try to link with X11 library. Are you installed this shared libs in your computer, or these files path exists ? Gilles Caulier _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
El Lunes, 23 de Octubre de 2006 15:43, Gilles Caulier escribió:
> On Monday 23 October 2006 15:33, Trebol-a wrote: > > Hi, > > configure is ok. > > "make" finished with : > > > > g++: /usr/lib/libXi.so: No such file or directory > > g++: /usr/lib/libXrandr.so: No such file or directory > > g++: /usr/lib/libXcursor.so: No such file or directory > > g++: /usr/lib/libXinerama.so: No such file or directory > > g++: /usr/lib/libXft.so: No such file or directory > > Error creating ./digikam/digikam/libdigikam.la. Exit status 1. > > make: *** [all] Error 1 > > > > the files "libXi.so" and others are in /usr/lib/X11R6/ AND /usr/lib/ > > Where is the problem... > > Your linker try to link with X11 library. Are you installed this shared > libs in your computer, or these files path exists ? > > Gilles Caulier Hi, i dont sure understand you but.... Yes, i have installed this libs (libXi.so, libXrandr.so, libX**) in my computer and the file paths exists. Now I work with Digikam beta 2 and there arent problems. I have in SuSE 10.1 with KDE 3.5.5 export KDEDIR=/opt/kde3 --configure (is all right) If i run " dir /usr/lib/libX*.so " : lrwxrwxrwx 1 root root 15 2006-10-06 00:47 /usr/lib/libX11.so -> libX11.so.6.2.0 lrwxrwxrwx 1 root root 15 2006-10-06 00:46 /usr/lib/libXau.so -> libXau.so.6.0.0 lrwxrwxrwx 1 root root 16 2006-10-06 00:48 /usr/lib/libXaw6.so -> libXaw6.so.6.0.1 lrwxrwxrwx 1 root root 16 2006-10-06 00:48 /usr/lib/libXaw7.so -> libXaw7.so.7.0.0 lrwxrwxrwx 1 root root 16 2006-10-06 00:48 /usr/lib/libXaw8.so -> libXaw8.so.8.0.0 lrwxrwxrwx 1 root root 10 2006-10-06 00:48 /usr/lib/libXaw.so -> libXaw8.so lrwxrwxrwx 1 root root 22 2006-10-06 00:48 /usr/lib/libXcomposite.so -> libXcomposite.so.1.0.0 lrwxrwxrwx 1 root root 19 2006-10-06 00:48 /usr/lib/libXcursor.so -> libXcursor.so.1.0.2 lrwxrwxrwx 1 root root 19 2006-10-06 00:48 /usr/lib/libXdamage.so -> libXdamage.so.1.0.0 lrwxrwxrwx 1 root root 17 2006-10-06 00:46 /usr/lib/libXdmcp.so -> libXdmcp.so.6.0.0 lrwxrwxrwx 1 root root 17 2006-10-06 00:48 /usr/lib/libXevie.so -> libXevie.so.1.0.0 lrwxrwxrwx 1 root root 16 2006-10-06 00:47 /usr/lib/libXext.so -> libXext.so.6.4.0 lrwxrwxrwx 1 root root 18 2006-10-06 00:47 /usr/lib/libXfixes.so -> libXfixes.so.3.1.0 lrwxrwxrwx 1 root root 22 2006-10-06 00:48 /usr/lib/libXfontcache.so -> libXfontcache.so.1.0.0 lrwxrwxrwx 1 root root 17 2006-10-06 00:48 /usr/lib/libXfont.so -> libXfont.so.1.4.1 lrwxrwxrwx 1 root root 15 2006-10-06 00:48 /usr/lib/libXft.so -> libXft.so.2.1.2 lrwxrwxrwx 1 root root 20 2006-10-06 00:48 /usr/lib/libXinerama.so -> libXinerama.so.1.0.0 lrwxrwxrwx 1 root root 14 2006-10-06 00:48 /usr/lib/libXi.so -> libXi.so.6.0.0 lrwxrwxrwx 1 root root 15 2006-10-06 00:47 /usr/lib/libXmu.so -> libXmu.so.6.2.0 lrwxrwxrwx 1 root root 16 2006-10-06 00:47 /usr/lib/libXmuu.so -> libXmuu.so.1.0.0 lrwxrwxrwx 1 root root 16 2006-10-06 00:47 /usr/lib/libXpm.so -> libXpm.so.4.11.0 lrwxrwxrwx 1 root root 25 2006-10-06 00:48 /usr/lib/libXprintAppUtil.so -> libXprintAppUtil.so.1.0.0 lrwxrwxrwx 1 root root 22 2006-10-06 00:47 /usr/lib/libXprintUtil.so -> libXprintUtil.so.1.0.0 lrwxrwxrwx 1 root root 14 2006-10-06 00:47 /usr/lib/libXp.so -> libXp.so.6.2.0 lrwxrwxrwx 1 root root 18 2006-10-06 00:48 /usr/lib/libXrandr.so -> libXrandr.so.2.0.0 lrwxrwxrwx 1 root root 19 2006-10-06 00:47 /usr/lib/libXrender.so -> libXrender.so.1.3.0 lrwxrwxrwx 1 root root 16 2006-10-06 00:48 /usr/lib/libXRes.so -> libXRes.so.1.0.0 lrwxrwxrwx 1 root root 15 2006-10-06 00:48 /usr/lib/libXss.so -> libXss.so.1.0.0 lrwxrwxrwx 1 root root 17 2006-10-06 00:48 /usr/lib/libXTrap.so -> libXTrap.so.6.4.0 lrwxrwxrwx 1 root root 14 2006-10-06 00:47 /usr/lib/libXt.so -> libXt.so.6.0.0 lrwxrwxrwx 1 root root 16 2006-10-06 00:48 /usr/lib/libXtst.so -> libXtst.so.6.1.0 lrwxrwxrwx 1 root root 16 2006-10-06 00:48 /usr/lib/libXvMC.so -> libXvMC.so.1.0.0 lrwxrwxrwx 1 root root 17 2006-10-06 00:48 /usr/lib/libXvMCW.so -> libXvMCW.so.1.0.0 lrwxrwxrwx 1 root root 14 2006-10-06 00:47 /usr/lib/libXv.so -> libXv.so.1.0.0 lrwxrwxrwx 1 root root 20 2006-10-06 00:48 /usr/lib/libXxf86dga.so -> libXxf86dga.so.1.0.0 lrwxrwxrwx 1 root root 21 2006-10-06 00:48 /usr/lib/libXxf86misc.so -> libXxf86misc.so.1.1.0 lrwxrwxrwx 1 root root 19 2006-10-06 00:48 /usr/lib/libXxf86vm.so -> libXxf86vm.so.1.0.0 ---------------------------- Regards _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On Monday 23 October 2006 16:13, Trebol-a wrote:
> El Lunes, 23 de Octubre de 2006 15:43, Gilles Caulier escribió: > > On Monday 23 October 2006 15:33, Trebol-a wrote: > > > Hi, > > > configure is ok. > > > "make" finished with : > > > > > > g++: /usr/lib/libXi.so: No such file or directory > > > g++: /usr/lib/libXrandr.so: No such file or directory > > > g++: /usr/lib/libXcursor.so: No such file or directory > > > g++: /usr/lib/libXinerama.so: No such file or directory > > > g++: /usr/lib/libXft.so: No such file or directory > > > Error creating ./digikam/digikam/libdigikam.la. Exit status 1. > > > make: *** [all] Error 1 > > > > > > the files "libXi.so" and others are in /usr/lib/X11R6/ AND /usr/lib/ > > > Where is the problem... > > > > Your linker try to link with X11 library. Are you installed this shared > > libs in your computer, or these files path exists ? > > > > Gilles Caulier > > Hi, > i dont sure understand you but.... Yes, i have installed this libs > (libXi.so, libXrandr.so, libX**) in my computer and the file paths exists. > Now I work with Digikam beta 2 and there arent problems. > > I have in SuSE 10.1 with KDE 3.5.5 > export KDEDIR=/opt/kde3 > --configure (is all right) > > If i run " dir /usr/lib/libX*.so " : > > lrwxrwxrwx 1 root root 15 2006-10-06 00:47 /usr/lib/libX11.so -> > libX11.so.6.2.0 > lrwxrwxrwx 1 root root 15 2006-10-06 00:46 /usr/lib/libXau.so -> > libXau.so.6.0.0 > lrwxrwxrwx 1 root root 16 2006-10-06 00:48 /usr/lib/libXaw6.so -> > libXaw6.so.6.0.1 > lrwxrwxrwx 1 root root 16 2006-10-06 00:48 /usr/lib/libXaw7.so -> > libXaw7.so.7.0.0 > lrwxrwxrwx 1 root root 16 2006-10-06 00:48 /usr/lib/libXaw8.so -> > libXaw8.so.8.0.0 > lrwxrwxrwx 1 root root 10 2006-10-06 00:48 /usr/lib/libXaw.so -> libXaw8.so > lrwxrwxrwx 1 root root 22 2006-10-06 00:48 /usr/lib/libXcomposite.so -> > libXcomposite.so.1.0.0 > lrwxrwxrwx 1 root root 19 2006-10-06 00:48 /usr/lib/libXcursor.so -> > libXcursor.so.1.0.2 > lrwxrwxrwx 1 root root 19 2006-10-06 00:48 /usr/lib/libXdamage.so -> > libXdamage.so.1.0.0 > lrwxrwxrwx 1 root root 17 2006-10-06 00:46 /usr/lib/libXdmcp.so -> > libXdmcp.so.6.0.0 > lrwxrwxrwx 1 root root 17 2006-10-06 00:48 /usr/lib/libXevie.so -> > libXevie.so.1.0.0 > lrwxrwxrwx 1 root root 16 2006-10-06 00:47 /usr/lib/libXext.so -> > libXext.so.6.4.0 > lrwxrwxrwx 1 root root 18 2006-10-06 00:47 /usr/lib/libXfixes.so -> > libXfixes.so.3.1.0 > lrwxrwxrwx 1 root root 22 2006-10-06 00:48 /usr/lib/libXfontcache.so -> > libXfontcache.so.1.0.0 > lrwxrwxrwx 1 root root 17 2006-10-06 00:48 /usr/lib/libXfont.so -> > libXfont.so.1.4.1 > lrwxrwxrwx 1 root root 15 2006-10-06 00:48 /usr/lib/libXft.so -> > libXft.so.2.1.2 > lrwxrwxrwx 1 root root 20 2006-10-06 00:48 /usr/lib/libXinerama.so -> > libXinerama.so.1.0.0 > lrwxrwxrwx 1 root root 14 2006-10-06 00:48 /usr/lib/libXi.so -> > libXi.so.6.0.0 lrwxrwxrwx 1 root root 15 2006-10-06 00:47 > /usr/lib/libXmu.so -> > libXmu.so.6.2.0 > lrwxrwxrwx 1 root root 16 2006-10-06 00:47 /usr/lib/libXmuu.so -> > libXmuu.so.1.0.0 > lrwxrwxrwx 1 root root 16 2006-10-06 00:47 /usr/lib/libXpm.so -> > libXpm.so.4.11.0 > lrwxrwxrwx 1 root root 25 2006-10-06 00:48 /usr/lib/libXprintAppUtil.so -> > libXprintAppUtil.so.1.0.0 > lrwxrwxrwx 1 root root 22 2006-10-06 00:47 /usr/lib/libXprintUtil.so -> > libXprintUtil.so.1.0.0 > lrwxrwxrwx 1 root root 14 2006-10-06 00:47 /usr/lib/libXp.so -> > libXp.so.6.2.0 lrwxrwxrwx 1 root root 18 2006-10-06 00:48 > /usr/lib/libXrandr.so -> libXrandr.so.2.0.0 > lrwxrwxrwx 1 root root 19 2006-10-06 00:47 /usr/lib/libXrender.so -> > libXrender.so.1.3.0 > lrwxrwxrwx 1 root root 16 2006-10-06 00:48 /usr/lib/libXRes.so -> > libXRes.so.1.0.0 > lrwxrwxrwx 1 root root 15 2006-10-06 00:48 /usr/lib/libXss.so -> > libXss.so.1.0.0 > lrwxrwxrwx 1 root root 17 2006-10-06 00:48 /usr/lib/libXTrap.so -> > libXTrap.so.6.4.0 > lrwxrwxrwx 1 root root 14 2006-10-06 00:47 /usr/lib/libXt.so -> > libXt.so.6.0.0 lrwxrwxrwx 1 root root 16 2006-10-06 00:48 > /usr/lib/libXtst.so -> > libXtst.so.6.1.0 > lrwxrwxrwx 1 root root 16 2006-10-06 00:48 /usr/lib/libXvMC.so -> > libXvMC.so.1.0.0 > lrwxrwxrwx 1 root root 17 2006-10-06 00:48 /usr/lib/libXvMCW.so -> > libXvMCW.so.1.0.0 > lrwxrwxrwx 1 root root 14 2006-10-06 00:47 /usr/lib/libXv.so -> > libXv.so.1.0.0 lrwxrwxrwx 1 root root 20 2006-10-06 00:48 > /usr/lib/libXxf86dga.so -> libXxf86dga.so.1.0.0 > lrwxrwxrwx 1 root root 21 2006-10-06 00:48 /usr/lib/libXxf86misc.so -> > libXxf86misc.so.1.1.0 > lrwxrwxrwx 1 root root 19 2006-10-06 00:48 /usr/lib/libXxf86vm.so -> > libXxf86vm.so.1.0.0 > Something is broken in your computer (ldd config ?). I'm using Suse 10.1 here without problem. Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi Gilles,
Could this be my problem. I'm pretty sure there is something not right in my setup to handle the compile and make of digiKam. I say this because a while back I tried to compile in a release of digiKam and didn't succede so I settled for using a rpm through Synaptic. BTW I have uninstalled that while I try this beta version. I'm using Fedora Core4. Maybe there are issues with it? How can I check my tools e.g. ldd, are OK? Do you need more info? Adam On 23/10/06, Gilles Caulier
<[hidden email]> wrote: On Monday 23 October 2006 16:13, Trebol-a wrote: _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gilles Caulier-2
El Lunes, 23 de Octubre de 2006 15:43, Gilles Caulier escribió:
Well, the problem was a wrong updated to Xorg 7.1, i come back to Xorg 6.9 and the error is solved. Great digikam !! :D > > Hi, > > configure is ok. > > "make" finished with : > > > > g++: /usr/lib/libXi.so: No such file or directory > > g++: /usr/lib/libXrandr.so: No such file or directory > > g++: /usr/lib/libXcursor.so: No such file or directory > > g++: /usr/lib/libXinerama.so: No such file or directory > > g++: /usr/lib/libXft.so: No such file or directory > > Error creating ./digikam/digikam/libdigikam.la. Exit status 1. > > make: *** [all] Error 1 > > > > the files "libXi.so" and others are in /usr/lib/X11R6/ AND /usr/lib/ > > Where is the problem... > > Your linker try to link with X11 library. Are you installed this shared > libs in your computer, or these files path exists ? > > Gilles Caulier _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |