I did this too. 'make' now works. 'make test' fails with: ############################################################################## #35 escape.htm... Error in Line 44 Is: >HashinA<ahref="http://localhost/tests?B=2&A=1">< Should: >HashinA<ahref="http://localhost/tests?A=1&B=2">< ##############################################################################
@Gerald: could you fix the Makefile.PL?! Thanks! Lets look if Embperl really works... Von: Benni Baermann <[EMAIL PROTECTED]> am 07.11.2003 15:41 An: [EMAIL PROTECTED] Kopie: Thema: Re: compile embperl on fedora core 1 On Fri, Nov 07, 2003 at 03:31:29PM +0100, Alexander Hartmaier wrote: > I just looked after the missing .h files: > > They are located in '/usr/include/apr-0' (from the apr-devel rpm). > > Maybe this path needs to be included as well as '/usr/include/httpd'??? For me this works. (See one of the previous threads). Add "-I/usr/include/apr-0" at the appropriate point in Makefile.PL. I have done this at the point, where $i got his value. maybe there is a better point for this. just a dirty hack. Benni -- http://www.aymargeddon.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] *1* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
