Difference between revisions of "Talk:Xebra Installation"

(New page: Could you precise why "Mod_xebra does currently not run with the apache distribution that comes with ubuntu." --~~~~)
 
Line 1: Line 1:
 
Could you precise why "Mod_xebra does currently not run with the apache distribution that comes with ubuntu."
 
Could you precise why "Mod_xebra does currently not run with the apache distribution that comes with ubuntu."
 
--[[User:Jfiat|Jocelyn]] 15:59, 14 August 2009 (UTC)
 
--[[User:Jfiat|Jocelyn]] 15:59, 14 August 2009 (UTC)
 +
 +
The last time I tried to run it it did not work because old versions of libapr and libapr-util (version 1.1.12) were installed on my ubuntu system. A call on apr_pstrcat would cause a segfault in libapr. I tried to install the newer versions 1.3.4 but then I could't run apache anymore...
 +
 +
 +
See this http://mail-archives.apache.org/mod_mbox/httpd-modules-dev/200905.mbox/<4A0EF1C5.7090905@eiffel.com> thread in the apache mailing list archive

Revision as of 09:47, 14 August 2009

Could you precise why "Mod_xebra does currently not run with the apache distribution that comes with ubuntu." --Jocelyn 15:59, 14 August 2009 (UTC)

The last time I tried to run it it did not work because old versions of libapr and libapr-util (version 1.1.12) were installed on my ubuntu system. A call on apr_pstrcat would cause a segfault in libapr. I tried to install the newer versions 1.3.4 but then I could't run apache anymore...


See this http://mail-archives.apache.org/mod_mbox/httpd-modules-dev/200905.mbox/<4A0EF1C5.7090905@eiffel.com> thread in the apache mailing list archive