Kevin Brubeck Unhammer <[email protected]> writes: > Per Tunedal <[email protected]> > writes: > >> Hi, >> succeeded after some trouble: >> >> sudo sh apertium-generate-modes modes.xml >> Gives: sh: Can't open apertium-generate-modes >> >> Tested: >> sudo sh autogen.sh && make >> Couldn't remove the existing mode files. >> >> Removed the files with: >> rm * >> cd .. >> Removed the directory with: >> rmdir >> >> And finally: >> sudo sh autogen.sh && make >> Worked!! > > Don't use sudo before autogen, the only thing that should require sudo > is "make install". If anything else requires sudo, there's likely either > a bug in the makefile, or you at some point earlier sudo'ed when you > shouldn't have ;)
Aaand now I see there that that makefile will give the modes directory root permission when you do "sudo make install". I uploaded a fix, you might have to "sudo rm -r modes" once if you've done a "sudo make install". -- Kevin Brubeck Unhammer GPG: 0x766AC60C ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Apertium-stuff mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/apertium-stuff
