porting Apache->gensym

2001-12-12 Thread Stas Bekman
I need Apache->gensym (actually I need the C function modperl_gensym), I wanted to port it from 1.x but todo says: Apache->gensym: >> Apache::compat ? we don't need it anymore? I know we don't need it for the Perl side, but we do need it for the C side. This is a slightly adjusted copy from

Re: [Fwd: Re: using one mod_perl's .so in another .so?]

2001-12-12 Thread Stas Bekman
Doug MacEachern wrote: > you won't be able to call it directly without some work. see the manpage > on dlopen and see how XSLoader/DynaLoader opens the file. you could > change dl_load_flags to be 0x01 and bing it'll work. but that's on your > linux box, problems will happen on other platfo