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
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
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
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
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
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