On Mon, 2006-10-16 at 22:22 -0400, tony seth wrote: > I went and got the linux x86 installer of aq, and have a couple of > questions about it. First, is there more docs on what to do when the > install works but the prog doesn't run? That's what happened to me, > and the first clue that something might be fishy was that when the > installer was copying the docs, it couldn't find the manual but seemed > to have loaded everything else.
Apologies for this; I will fix it in the next release. I was not expecting anyone to use the Linux installer and thus must not have tested it when the last release was made -- sorry! > Upon making sure the start.pl script is exicutable, tried to run it, > not as root though, as I didn't install it as root, and got the > following error message: You shouldn't really run it as root (or anything, else) -- also you shouldn't //need// to; if you do, there is a problem somewhere. The error message means that you have not got the Config::Tiny Perl extension installed. If you were using a Debian-like system, you could install it by doing ``apt-get install libconfig-tiny-perl'' but as you're not I'm not sure what the package name would be -- it's probably quite similar though; have a search for it. If you still don't have any luck I'll consider including Config::Tiny in the Linux installer; I just assumed that the package would be easy to install (or already included). Please let me know if you have any further problems -- I can foresee one: you need X (sorry; I'm working on making this not required in future). I hope this helps, best regards, -- Matthew T. Atkinson <[EMAIL PROTECTED]> _______________________________________________ AGRIP-discuss mailing list [email protected] http://lists.agrip.org.uk/cgi-bin/mailman/listinfo/agrip-discuss
