Linux-Noob Forums

Full Version: dependency issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

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


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.