On Fri, 2004-01-23 at 13:54, [EMAIL PROTECTED] wrote: > I only have one version of mod_perl installed, I uninstalled the > version that came with it.
To follow up a little more, did you by any chance install another Perl, from source or RPM, at any time on your system? I recently got the error you are getting when trying to install libapreq on a system where /usr/bin/perl and /usr/local/bin/perl were not the same thing, so one of them couldn't find the mod_perl libs. By the way, the Bricolage installer is not going to work anyway. It will fail when it tries to install libapreq even if you do have mod_perl installed correctly because it will try to run Apache::Test as root, which doesn't work. What I suggest is that you: 1) Verify that you have a working mod_perl installed. You should see mod_perl.pm in your @INC path, which you can test with this: perl -Mmod_perl -e '1' 2) Install Apache::Test by hand. You can't use CPAN.pm for this at the moment because of the root issue. 3) Install libapreq by hand, for the same reason. 4) Run the Bricolage installer again. I totally sympathize with having problems with the Bricolage installer. I have lost hours to it today, and it tries to build and install Cache::Cache every single time I run it, despite the fact that it is installed already. I don't know if everyone has this much trouble with it, or if it's something about my system. - Perrin -- Reporting bugs: 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