Re: Installation error on make test ... please help if you can

2000-10-31 Thread Joshua Chamas
Shane Reid wrote: Was wanting to add mod_perl so that I could run Apache::ASP, but ran into a problem with it. I am configuring it with the Apache 1.3.14, and am running into this error: modules/src.Use of uninitialized value at modules/src.t line 27. FAILED tests 3-5

Re: Error in make test

1999-12-10 Thread G.W. Haywood
Greetings, On Thu, 9 Dec 1999, Sakuji Toyama wrote: I have compiled mod_perl-1.21 with apache_1.3.9 under Solaris2.5 machine. ... "--prefix=/usr/local/etc/httpd" I think this is your problem. Something similar happened to me. Try putting everything in /usr/local/apache_1.3.9 with a

Error in make test

1999-12-09 Thread Sakuji Toyama
I have compiled mod_perl-1.21 with apache_1.3.9 under Solaris2.5 machine. The configuration options were; perl Makefile.PL \ APACHE_SRC=../apache-1.3.9/src \ DO_HTTPD=1 \ USE_APACI=1 \ EVERYTHING=1 \ and CC="cc" \ CFLAGS="-fast" \ ./configure \ "--with-layout=Apache" \