The easiest way I found to do this is by running: perl -MCPAN -e shell
you'll be at a prompt that looks similar to: cpan[1]> At this point run "install <package_name" for each of the missing dependencies. For example: install Data::ICal This prompt is case sensitive, so make sure it matches each failed dependency exactly. You can also run a "yum search" and install the missing packages if you find them, I fould the CPAN shell a little easier. Hope this helps. -Matt Jnaneshwar The Don wrote: > > Hi Joop, > > Even After running > > make fixdeps > > I am still getting the same error. > > Rgds, > Jnani > > Joop wrote: >> Jnaneshwar Bantanur wrote: >>> Hi All, >>> >>> While Installing, I got the below error. >>> >>> SOME DEPENDENCIES WERE MISSING. >>> make: *** [testdeps] Error 1 >> run the following: >> make fixdeps >> >> Regards, >> >> Joop >> > > > begin:vcard > fn:Jnaneshwar Bantanur > n:Bantanur;Jnaneshwar > org:Kavach Networks Pvt Ltd > adr:3rd Phase, JP Nagar;;#431, 1st Floor, 5th Cross, 7th > Main;Bangalore;Karnataka;560078;India > email;internet:[email protected] > title:Senior Consultant and Management Representative > tel;work:9379277645 > tel;fax:+91-80-26591577 > tel;home:9379277645 > tel;cell:+91-9590295866 > url:www.kavach.net > version:2.1 > end:vcard > > > > Discover RT's hidden secrets with RT Essentials from O'Reilly Media. > Buy a copy at http://rtbook.bestpractical.com > -- View this message in context: http://old.nabble.com/Installation-Error-tp28093136p32151890.html Sent from the Request Tracker - User mailing list archive at Nabble.com. -------- 2011 Training: http://bestpractical.com/services/training.html
