okrische <[EMAIL PROTECTED]> writes:

> Hello,
>
> i forgot to mention, that i was trying to compile it on a 64bit Linux. 
>
> Anyways, it was compilable with the -fPIC switch. 

Yes, the `-fPIC' switch would get it complied on a 64-bit system, but it
would still fail on a 32-bit one. To get it built on a 32-bit system,
you would do:

$(apr-config --cflags --cppflags) ./configure --with-OTHER-OPTIONS

which also works on a 64-bit one.

> Ding Deng wrote:
>> 
>> okrische <[EMAIL PROTECTED]> writes:
>>> Hello,
>>> i just wonder, if there is any plan to fix mod_caucho for Apache 2.2.x? I
>>> guess not, there is no snapshot of Resin 2.x on caucho.com anymore. Mh.
>>> Or is anyone owner of a patch which helps me compiling mod_caucho for
>>> Apache
>>> 2.2.x?
>> 
>> More details? It works here (Apache 2.2.3 + Resin 2.1.17) without any
>> 3rd party patches anyway.
>> 


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to