From marc.battyani at fractalconcept.com Sat Mar 4 15:00:15 2006 From: marc.battyani at fractalconcept.com (Marc Battyani) Date: Sat, 4 Mar 2006 16:00:15 +0100 Subject: [mod-lisp-devel] New version of mod-lisp2 compatible with Apache 2.2/APR 1.2.2 References: <43EBA642.8090801@mail.msen.com> Message-ID: <00c601c63f9c$583dc8d0$1402a8c0@marcx2> A new version of mod-lisp2 compatible with Apache 2.2/APR 1.2.2 (sent by Nash Foster and Nikola Vouk) is on the repository: http://www.fractalconcept.com:8000/public/open-source/mod_lisp/ As my Debian package system (apt-get) is broken, I could not upgrade my Apache version to test it. (Any Debian expert here? ;-) Marc From prashant.acharekar at gmail.com Tue Mar 14 11:10:25 2006 From: prashant.acharekar at gmail.com (Prashant Acharekar) Date: Tue, 14 Mar 2006 16:40:25 +0530 Subject: [mod-lisp-devel] installing mod-lisp2 on debian Message-ID: <877719440603140310i69d6564emc0d0fd68558df7e1@mail.gmail.com> Hi, I am tring to install mod_lisp2 with debian amd-64 testing. I have download and compiled apache 2.2.0. I have downloaded the latest mod_lisp2.c from the fractalconcept repo and compilled it using the apxs tool which came with apache. I did not see any apxs2. apxs -i -c mod_lisp2.c I have added line LoadModule lisp_module /usr/lib/apache2/modules/mod_lisp.so in the httpd.conf file. After that when i restart apache 2 i am getting following error: API module structure 'lisp_module' in file /usr/local/../mod_lisp2.so is garbled -perhaps it is not an apache module DSO? failed ! any pointers ? thanks, Prashant From marc.battyani at fractalconcept.com Tue Mar 14 19:25:24 2006 From: marc.battyani at fractalconcept.com (Marc Battyani) Date: Tue, 14 Mar 2006 20:25:24 +0100 Subject: [mod-lisp-devel] installing mod-lisp2 on debian References: <877719440603140310i69d6564emc0d0fd68558df7e1@mail.gmail.com> Message-ID: <0a4f01c6479d$0b35ca70$1402a8c0@marcx2> "Prashant Acharekar" wrote: To: Sent: Tuesday, March 14, 2006 12:10 PM Subject: [mod-lisp-devel] installing mod-lisp2 on debian > I am tring to install mod_lisp2 with debian amd-64 testing. I >have download and compiled apache 2.2.0. I have downloaded the latest >mod_lisp2.c from the fractalconcept repo and compilled it using the >apxs tool which came with apache. I did not see any apxs2. > >apxs -i -c mod_lisp2.c >I have added line >LoadModule lisp_module /usr/lib/apache2/modules/mod_lisp.so >in the httpd.conf file. > >After that when i restart apache 2 i am getting following error: > >API module structure 'lisp_module' in file /usr/local/../mod_lisp2.so >is garbled -perhaps it is not an apache module DSO? >failed ! > >any pointers ? On my Debian box, apxs is for Apache 1 and you have to use apxs2 for Apache 2. Have you checked if it's something like that? Marc From marc.battyani at fractalconcept.com Tue Mar 14 21:10:04 2006 From: marc.battyani at fractalconcept.com (Marc Battyani) Date: Tue, 14 Mar 2006 22:10:04 +0100 Subject: [mod-lisp-devel] New mod_lisp2 version (version 117 was bugged) References: <877719440603140310i69d6564emc0d0fd68558df7e1@mail.gmail.com> Message-ID: <0aea01c647ab$a9ef4d90$1402a8c0@marcx2> The previous version of mod_lisp2 was bugged, header strings were sent twice. The fixed version is here (thanks to Lars Rune N?stdal for the patch): http://www.fractalconcept.com:8000/public/open-source/mod_lisp/mod_lisp2.c Marc