Solaris Python2.1 mod_snake
Status: Alpha
Brought to you by:
jick
Hello
if i compile mod_snake on linux with python2.1
every thing is fine. If i compile mod_snake
and python2.1 on solaris every thing compiles
fine but the linker isn't really happy. I looks
like the is an -fpic problem. I think the
problem is that the mod_snake links the
libpython.a an this lib isn't compliled with
-fpic.
What can i do to make the linker happy-:)
Meno
Logged In: YES
user_id=33602
Fix the python build process to make shared libraries.