apxs "DEFS"

2011-03-13 Thread MK
I hope it is okay to be asking questions about apxs here. In the makefile created by apxs, there is the following: # additional defines, includes and libraries #DEFS=-Dmy_define=my_value AFAICT, uncommenting this and using "DEFS" to add a define does not do anything -- it does not even appear

Re: apxs "DEFS"

2011-03-18 Thread MK
On Mon, 14 Mar 2011 08:14:19 + Nick Kew wrote: > > However, it can't be done with apxs :( > > It hadn't crossed my mind to try that with apxs (adjust by hand where > necessary). But in principle, Good Idea! Patches welcome! > > Sorry, no new suggestions The "problem" turns out to sort of

Re: how to parse html content in handler

2011-03-25 Thread MK
On Thu, 24 Mar 2011 20:10:46 +0800 (CST) Whut  Jia wrote: > Hi,all > I want to parse a html content and withdraw some element in myself > apache handler.Please ask how to do it. Thanks, > Jia I think right now the only public C library for parsing html is in the venerable and long unmaintained li

illegal instruction 4

2011-07-07 Thread MK
I have a mod_perl based module running a service on an openVZ slice. It was working fine for a few weeks, but when I went to use it today I get delivered an empty page and in the apache error.log: child exit signal Illegal instruction (4) Which AFAIK is a very strange thing (SIGILL); actual perl

Re: illegal instruction 4

2011-07-07 Thread MK
On Thu, 7 Jul 2011 10:33:59 -0400 MK wrote: > Same thing. Ie, suddenly perl modules are working. I did not compile > apache or mod_perl myself. Sorry, that should read "suddenly perl modules are NOT working", hopefully that was not too confusing ;) -- "Enthusiasm is

Re: illegal instruction 4

2011-07-08 Thread MK
On Thu, 7 Jul 2011 23:24:12 +0200 Ben Noordhuis wrote: > I'm not sure if this is the right mailing list I guess I have to get on mod_perl -- I've already been signed up here for a while and browse the posts daily, seems like a well informed bunch so I thought I'd see if anyone had any prior exper