Re: tapache browser problem

> kb.cgi aborts as follows:
> 
> $ ./kb.cgi
> Can't locate TAP/Client.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl . .) at kb.cgi line 5.
> BEGIN failed--compilation aborted at kb.cgi line 5.

To install it, do this:

Copy kb.cgi into your Apache cgi-bin directory, such as /var/www/cgi-bin
on most RedHat systems.

Copy the core/TAP directory into that same directory.

Edit kb.cgi and change the lines:

#my $backend = "http://tap.stanford.edu/data/";
my $backend = "http://panic.stanford.edu/data/";

to:

my $backend = "http://tap.stanford.edu/data/";


You should then be able to access http://yourserver/cgi-bin/kb.cgi and see
the TAP ontology.

Received on Friday, 27 December 2002 15:39:31 UTC