On 07/07/10 14:22, Partha Mukhopadhyay wrote: > Dear Colin > > Many thanks. It worked!!! > > My question > > Is the line ( Can't locate inc/Module/Install.pm) in the output tell us to > install Module::Install? Yes. Strictly speaking it is saying I can't locate module_X in the directories you've told me to search for modules in. (within perl you can see that list in the @INC global variable) so you may see it if you've done some thing to change your @INC or deleted the directory. More commonly, in installing it means 'some thing has a use ModuleY;' and I can't find module Y.
Cheers Colin -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 208 366 1295 (phone) +44 (0) 7759 633626 (mobile) [email protected] skype: colin_campbell2 http://www.ptfs-europe.com _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
