Looks like you did not build mod perl with Apache::URI.
Your Apache::WebSQL is attempting to dynamically load it, but
the module is not available.
You probably need to rebuild mod_perl with EVERYTHING. see
the faq or the perl.apache.org/guide.
cliff rayman
genwax.com
Joe Ryan wrote:
> I am getting the following error when trying to
>
> use Apache::URI
>
> ---------------------------------------------------------------------------
> [Thu Dec 16 11:52:28 1999] [error] Apache::WebSQL: `Can't locate loadable object for
>module Apache::URI in @INC (@INC contains: . /sysdev/web/apache/lib
>/usr/local/lib/perl5/sun4-solaris/5.00404 /usr/local/lib/perl5
>/usr/local/lib/perl5/site_perl/sun4-solaris /usr/local/lib/perl5/site_perl
>/sysdev/web/apache/ /sysdev/web/apache/lib/perl) at
>/usr/local/lib/perl5/site_perl/mod_perl.pm line 16
> ---------------------------------------------------------------------------
>
> here are the lines in mod_perl.pm causing problems
>
> ---------------------------------------------------------------------------
> 14 if ($ENV{MOD_PERL}) {
> 15 (defined &{$class.'::bootstrap'} ?
> 16 \&{$class.'::bootstrap'} :
> 17 \&DynaLoader::bootstrap)->
> 18 ($class, $version);
> 19 }
> ---------------------------------------------------------------------------
>
> Any ideas?
> Thanks very much for any help!
>
> Joe
> --
> Joseph Ryan
> Programmer
> National Human Genome Research Institute