Addtional info:
mod_perl itself actually failes when "make test"; adding env LD_LIBRARY_PATH=/usr/local/lib to include where gdbm lib is got around this problem. However, the same measure does not work with my modules.
ldd /usr/local/perl-5.8.4/lib/site_perl/5.8.4/sun4-solaris/auto/APR/APR.so
libapr-0.so.0 => /usr/local/apache_2.0.51_prefork/lib/libapr-0.so.0
run
ldd -r /usr/local/apache_2.0.51_prefork/lib/libaprutil-0.so.0
since that's where your problem is:
/usr/local/apache_2.0.51_prefork/lib/libaprutil-0.so.0: symbol db_strerror: referenced symbol not found
at /usr/local/perl-5.8.4/lib/5.8.4/sun4-solaris/DynaLoader.pm line 230.
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- 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