[mod_python] Compile failure - init_socket multiply defined

Jon Ribbens jon+modpython at unequivocal.co.uk
Tue Oct 10 14:59:32 EST 2000


Jon Ribbens <jon+modpython at unequivocal.co.uk> wrote:
> I am completely mystified as to why it says that init_socket is multiply
> defined.

Hmm, ok, fixed that one. Compiled Python wrong with two _socket modules.

Next problem. ld gives thousands of:

ld: /usr/local/lib/python2.0/config/libpython2.0.a(main.o): RRS text relocation at 0x114bc6 for "___sF"
ld: /usr/local/lib/python2.0/config/libpython2.0.a(main.o): RRS text relocation at 0x114bb8 for "_fprintf"
ld: /usr/local/lib/python2.0/config/libpython2.0.a(main.o): RRS text relocation at 0x114bb3 for "___sF"
ld: /usr/local/lib/python2.0/config/libpython2.0.a(getbuildinfo.o): RRS text relocation at 0x115308 for "_sprintf"

etc. I have no idea what this means either ;-)



More information about the Mod_python mailing list