Thanks, Guys,
 
I ended up installing Apache::DBI from CPAN and it is under /home/dssweb/local-perl/lib/site_perl/5.8.3.   I was mistaken that  Apache::DBI would come with apache.
Event though it was, for some reason it didn't get installed.
 
Anyways, it is working now.   
 
Cheers, Isarin 


Perrin Harkins <[EMAIL PROTECTED]> wrote:
On Wed, 2004-05-12 at 14:32, I S wrote:
> Sorry for being unclear. I mean Apache subdirectory
> under site_perl directory. I can seee Registry.pm
> under .../site_perl/5.8.3/sun4-solaris/Apache
> directory. (Apache::Registry) I would expect DBI in
> the same directory but it is not there.

That's what I was saying: Apache::DBI is pure perl, so it doesn't go in
that directory. Look in /site_perl/5.8.3/Apache instead.

> I figured
> that out after it gave me an error that it can't find
> Apache::DBI.

If you have Apache::Registry installed, you should also have Apache::DBI
installed. Look for it with find or locate, and check the permissions
on the directories above it.

> b) Add DBI module and others
> other modules such as LWP, HTTP are under:
> /home/dssweb/local-perl/lib/site_perl/5.8.3
>
> yet my DBI module is under:
> /home/dssweb/local-perl/lib/site_perl/5.8.3/sun4-solaris

Are you talking about DBI, not Apache::DBI? That's an XS module so it
goes into the architecture-dependent directory.

> My mod_perl and some Apache stuff are under
> /home/dssweb/local-perl/lib/site_perl/5.8.3/sun4-solaris

Then you should find Apache/DBI.pm under
/home/dssweb/local-perl/lib/site_perl/5.8.3.

- Perrin


--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html


Do you Yahoo!?
Yahoo! Movies - Buy advance tickets for 'Shrek 2'

Reply via email to