View Single Post
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#51
I made an experiment: I got all the rpm's from a fedora build of openoffice.org for armel (they are in http://ooo.services.openoffice.org/pub/OpenOffice.org/cws/upload/armeabiport01/ as reported elsewhere) and unpacked them on my desktop. They go all neatly in a subfolder under /opt, about 350 megs of stuff.
Then, I transferred the whole in my n800 tablet and tried to start the executable 'soffice'. My tablet didn't blast or commit suicide.

Well that's what I got:
Code:
/ # /opt/openoffice.org2.3/program/soffice
/opt/openoffice.org2.3/program/pagein: relocation error: /opt/openoffice.org2.3/program/libgcc_s.so.1: symbol __stack_chk_guard, version GLIBC_2.4 not defined in file ld-linux.so.3 with link time reference
/opt/openoffice.org2.3/program/soffice.bin: relocation error: /opt/openoffice.org2.3/program/libgcc_s.so.1: symbol __stack_chk_guard, version GLIBC_2.4 not defined in file ld-linux.so.3 with link time reference
As far as I can understand, this is a compiler type issue, right? Do you think it's one thing one can work upon?