> Starting httpd... pid = 8057 ok
>
> Testing mod_perl mode...
>
> ascii... 8057:/usr/local/apache/bin/httpd: rld:
> Fatal Error: attempted access to unresolvable symbol in
> blib/arch/auto/HTML/Embperl/Embperl.so: mod_perl_sent_header
As long as "make test" did not work, we don't need to look at the
configuration!
I already answered to that problem and thought you have solved this already.
Please make sure that "make test" works without problems. I guess afterwards
the rest will work also!
Here is what I wrote in my last mail:
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Gerald Richter
Sent: Monday, October 04, 1999 9:11 PM
To: Jearanai Vongsaard
Cc: [EMAIL PROTECTED]
Subject: RE: Embperl make test need help...
>
> Thank you very much. I got it run already. I can start my http but I still
> get some errors. What should I do? Can I ignore these errors or I have
> to fix them? --Thanks
>
> ...
> Use of uninitialized value at (eval1218) line 1.
> Starting httpd... pid = 5764 ok
>
> Testing mod_perl mode...
>
> ascii...
> 5764:/opt/local/download/apache_1.3.9/src/httpd: rld: Fatal Error:
> attempted access to unresolvable symbol in
Apache does not export any symbols. You need to rebuild your Apache with
symbols exported. Look in the FAQ for some hints.
Gerald