Hello,
I looked in what places I could, and could not find an answer to
this. If there is something in one of the archives, please point me
in the right direction.
:)
I recently managed to get mod_perl installed on my Solaris 2.6 box
with Apache 1.3.9, mod_perl 1.21 and Perl 5.005_03.
When I installed DBD::Solid, I had to link it statically, and so I
ended up with 'solperl' instead of the normal 'perl'.
Anyhow, when I run my (very basic) mod_perl program, I get this error:
========
[Thu Oct 14 01:12:35 1999] [error] [Thu Oct 14 01:12:35 1999]
dbg3.pl: install_driver(Solid) failed: [Thu Oct 14 01:12:35 1999]
Solid.pm: [Thu Oct 14 01:12:35 1999] Solid.pm: [Thu Oct 14 01:12:35
1999] Const.pm: [Thu Oct 14 01:12:35 1999] Const.pm: Can't locate
loadable object for module DBD::Solid::Const in @INC (@INC contains:
/var/www/cgi-bin/libs /usr/local/apache/mod_perl
/usr/local/apache/mod_perl /usr/local/apache/mod_perl
/usr/local/apache/mod_perl /usr/local/lib/perl5/5.00503/sun4-solaris
/usr/local/lib/perl5/5.00503
/usr/local/lib/perl5/site_perl/5.005/sun4-solaris
/usr/local/lib/perl5/site_perl/5.005 . /usr/local/apache/
/usr/local/apache/lib/perl) at
/usr/local/lib/perl5/site_perl/5.005/sun4-solaris/DBD/Solid.pm line 14
[Thu Oct 14 01:12:35 1999] dbg3.pl: [Thu Oct 14 01:12:35 1999]
Solid.pm: [Thu Oct 14 01:12:35 1999] Solid.pm: BEGIN
failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.005/sun4-solaris/DBD/Solid.pm line
14.
[Thu Oct 14 01:12:35 1999] dbg3.pl: Perhaps a module that DBD::Solid
requires hasn't been fully installed
[Thu Oct 14 01:12:35 1999] dbg3.pl: at
/usr/local/apache/mod_perl/hello.pl line 18
========
The only thing I can think of is that it's not finding the statically
linked 'solperl', but my script still references it in the first line:
#!/usr/local/bin/solperl
The script runs fine when run from the command line, BTW.
If you can help with this, I would appreciate it.
Thanks,
Tim
--
Tim McLaughlin [EMAIL PROTECTED]
Web Application Developer
-----------------------------------------------------------
Media Access Internet Solutions Tel: 888.750.0777
http://www.mediaaccess.com/ Fax: 360.299.8175
-----------------------------------------------------------
PGP Public Key: <http://www.macwebb.com/pgptim.txt>