Oh, I see I just undid your commit. Did this really work for you?
I was always getting, from a clean checkout:
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl ./t/TEST
[warning] generating SSL CA for asf
[ error] configure() has failed:
open t/conf/ca.cnf: No such file or directory at /blah/TestSSLCA.pm line 494.
[warning] forcing Apache::TestConfig object save
[warning] run 't/TEST -clean' to clean up before continuing
No, I think yours is right. I guess I had the ssl conf cached so I didn't notice that, when doing a batch of fixes. Thanks for the fix, Joe.
On Mon, Feb 09, 2004 at 06:07:49PM -0000, [EMAIL PROTECTED] wrote:
--- TestSSLCA.pm 8 Jan 2004 17:15:37 -0000 1.15
+++ TestSSLCA.pm 9 Feb 2004 18:07:49 -0000 1.16
@@ -170,7 +170,7 @@
sub config_file {
my $name = shift;
- my $file = "conf/$name.cnf";
+ my $file = "t/conf/$name.cnf";
return $file if -e $file;
my $dn = dn($name);
-- __________________________________________________________________ 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