On July 6, 2004 at 10:25, saf wrote: > Unable to load MHonArc: Can't locate mhamain.pl in @INC (@INC contains: > /home/saf/tmp/mharc-0.7.3/lib ./bin/../lib /etc/perl > /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 > /usr/local/lib/site_perl .) at ./bin/mhonarc-check line 43. > > with the command make configure > > I seeked for the file: > saf:/home/saf/tmp/mharc-0.7.3# find . | grep -i mhamain > saf:/home/saf/tmp/mharc-0.7.3# > > hmmm where is the file?
mhamain.pl is part of mhonarc. You need mhonarc installed since mharc uses it. If you have it installed, edit mharc's config.sh file and set the MHONARC_LIB variable to path where mhonarc library files have been installed. If you ran mharc's install script, it should have told you if it was able to find mhonarc or not. If mhonarc is installed in a non-standard location, you will have to edit config.sh to tell mharc where mhonarc is (as noted above). --ewh P.S. There is a mharc-users mailing list, so if you have any more questions, you may want to subscribe to it and post your questions there.