in reply to Everything and Perl 5.6
There are generally only two reasons why you might see this error. Either the database was not started, or there's no 'system settings' node in the database.
You can run Everything from the command line -- just execute the index.pl file. It should give you a similar error message.
The ecore nodeball probably didn't install correctly. Make sure you don't have a root password on the database, then run
That ought to do it.make realclean perl Makefile.PL make make install bin/nbmasta install ecore.nbz everything
Update: Oops, there's an ecore directory. Try:
bin/nbmasta install <full path>/<to>/ecore everything
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Everything and Perl 5.6
by chorg (Monk) on Feb 12, 2001 at 05:30 UTC | |
by Chmrr (Vicar) on Feb 12, 2001 at 07:21 UTC |