Linux-Noob Forums
dependency issues - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: How Do I? (https://www.linux-noob.com/forums/forum-60.html)
+--- Thread: dependency issues (/thread-1817.html)



dependency issues - speX - 2006-09-15


k.. im currently using fluxbox on fedora core 5 .. and so far things are going ok but when i try to install idesk it says this

 



Code:
*** The imlib2-config script installed by imlib2 could not be found
*** If imlib2 was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the IMLIB2_CONFIG environment variable to the
*** full path to imlib2-config.
configure: error: Cannot find imlib2: Is imlib2-config in the path?
           You need Imlib2 to build Idesk.  Verify that you have Imlib2-dev




 

i duno where i can get these dependicies etc.. plz help




dependency issues - hybrid - 2006-09-15


Quote:k.. im currently using fluxbox on fedora core 5 .. and so far things are going ok but when i try to install idesk it says this 



Code:
*** The imlib2-config script installed by imlib2 could not be found
*** If imlib2 was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the IMLIB2_CONFIG environment variable to the
*** full path to imlib2-config.
configure: error: Cannot find imlib2: Is imlib2-config in the path?
           You need Imlib2 to build Idesk.  Verify that you have Imlib2-dev

<div>


 

i duno where i can get these dependicies etc.. plz help

</div>
 

Try this:

 

Open a terminal

 



Code:
su -
<<Enter root's password when prompted>>
yum install imlib2 imlib2-devel




 

Note that I haven't tried this to confirm, but there's a good chance it will work and fix the problem you're having.

 

Then try installing idesk again.