> #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"><
Ignore this, this is just a problem of hash order. I need to fix this for Perl 5.8.1 anyway. No problem of Embperl itself. > > @Gerald: could you fix the Makefile.PL?! Thanks! > I have done some work in this direction. The include path is taken form the mod_perl installation, to make sure Embperl uses the same Apache as mod_perl (otherwise it would crash). It looks like mod_perl debian packet is compiled differently then the usual way or the Apache header files have been moved after the compile of mod_perl. To narrow down the problem, could you please send me the the files from your perl installation lib/site_perl/5.8.0/i686-linux-thread-multi/Apache/BuildConfig.pm. Of course you need to replace the Perl version and architecture directories with your version. In case you have an Apache2 directory, please send me the BuildConfig.pm from there also Gerald > 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 -------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh IT-Securityl�sungen * dynamische Webapplikationen * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 939-122 WWW: http://www.ecos.de/ Fax: +49 6133 939-333 -------------------------------------------------------------- | | ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info | +------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
