I'm trying to build the extension on SunOS against MySQL 4.1.9:
>> uname -X
>> System = SunOS
>> Node = lpe1
>> Release = 5.8
And I keep getting this error when trying to do "python setup.py build"
libmysqlclient_r.a(my_compress.o)
compress 0x124 /services/LPE/V0.1/COMPILED/lib/
libmysqlclient_r.a(my_compress.o)
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
On the same machine I was able to successfully build the Ruby MySQL extension if that's any help.
Any help would be much appreciated!
Thanks!
Chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm trying to build the extension on SunOS against MySQL 4.1.9:
>> uname -X
>> System = SunOS
>> Node = lpe1
>> Release = 5.8
And I keep getting this error when trying to do "python setup.py build"
libmysqlclient_r.a(my_compress.o)
compress 0x124 /services/LPE/V0.1/COMPILED/lib/
libmysqlclient_r.a(my_compress.o)
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
On the same machine I was able to successfully build the Ruby MySQL extension if that's any help.
Any help would be much appreciated!
Thanks!
Chris