From: <mro...@cs...> - 2006-10-31 21:13:47
|
John, Help please.... This is a brand new GUS 3.5 from SVN install. After installation i have only done: +meta to ga and +create to all plugins. At postgres: insert into core.databaseversion ( database_version_id, version, modification_date, user_read, user_write, group_read, group_write, other_read, other_write, row_user_id, row_group_id, row_project_id, row_alg_invocation_id ) values ( nextval('core.databaseversion_sq'), 3.5, now(), 1, 0, 1, 0, 1, 0, 1, 1, 1, 1 ); We had the IT department install "Error.pm version 0.17006" today, and then I run ga GUS::Supported::Plugin::InsertSequenceFeatures --help Getting the same errors as before: Base class package "Error" is empty. (Perhaps you need to 'use' the module which defines that package first= .) at /home/acrl-storage-1/gusdb-dev/GUS/gus_home/lib/perl/GUS/PluginMgr /PluginError.pm line 3 BEGIN failed--compilation aborted at /home/acrl-storage-1/gusdb-dev/GUS/ gus_home/lib/perl/GUS/PluginMgr/PluginError.pm line 3. Compilation failed in require at /home/acrl-storage-1/gusdb-dev/GUS/ gus_home/lib/perl/GUS/PluginMgr/Plugin.pm line 29. BEGIN failed--compilation aborted at /home/acrl-storage-1/gusdb-dev/GUS/ gus_home/lib/perl/GUS/PluginMgr/Plugin.pm line 29. Compilation failed in require at /home/acrl-storage-1/gusdb-dev/GUS/ gus_home/lib/perl/GUS/PluginMgr/GusApplication.pm line 27. BEGIN failed--compilation aborted at /home/acrl-storage-1/gusdb-dev/GUS/ gus_home/lib/perl/GUS/PluginMgr/GusApplication.pm line 27. Compilation failed in require at /home/acrl-storage-1/gusdb-dev/GUS/ gus_home/bin/ga line 7. BEGIN failed--compilation aborted at /home/acrl-storage-1/gusdb-dev/GUS/ gus_home/bin/ga line 7. Could you please tell what I am doing wrong Thank you Michael > Hi Michael - Sorry to just be responding...Mark is right that > PluginError.pm is a subclass of Error.pm. Were you successful with > the installation? > > I will add this to the documentation of required packages. > > thanks > john > > > At 07:46 PM 10/27/2006, you wrote: >>Mark >> >>Yes I downloaded the tar file, I am going to read the installation >>instructions and let you know how it went >> >>Thanks again >> >>Michael >> >> >> >> > See "HOW TO INSTALL IT" in the README that comes in the Error tar >> > file (that's the actual letter case used; I'm not shouting at you). >> > >> > Did you download the tar file or just the Error.pm file? Get the tar >> > file. >> > >> > By default it installs into your system-wide Perl library (so you'll >> > likely need root privileges). Technically you could install it in >> > your gus_home, but don't do tha |