PDA

View Full Version : [SOLVED] Package not found


ndowens
12th July 2011, 11:02 PM
I am packaging gadmin-httpd and during the compile process it gives me that gtk+-2.0 is not found
checking for PACKAGE... configure: error: Package requirements (gtk+-2.0 >= 1.3.13) were not met:

No package 'gtk+-2.0' found


But it is, so far I am not having luck on getting it to reconize that it is installed.

michaaa62
12th July 2011, 11:38 PM
In a compile process you always need the devel packages of the missing dependency. To add to the difficulties for novices those are sometimes lib...-devel packages. Use your imagination to guess the right devel packages. There might be some really helpful hints in the Readme or Install files in the Source directory.
Good luck!

ndowens
13th July 2011, 12:16 AM

I was debating if I would need the development version before it will install, I will give it a try.

---------- Post added at 05:16 PM ---------- Previous post was at 04:49 PM ----------

Well thanks it worked. Crazy me, Thanks :)