I've tried to install ruby 1.9 from source or apt-get in my ubuntu.
But it returned segmentation fault in both case.
I've checked the /var/log/kern.log:
ruby1.9[4553]: segfault at 4 ip 00fb4202 sp bfb75254 error 4 in
ld-2.10.1.so[faa000+1b000]
What should I do?
Thanks,
Arthur
Con
(Con)
2
I’ve tried to install ruby 1.9 from source or apt-get in my ubuntu.
But it returned segmentation fault in both case.
I’ve checked the /var/log/kern.log:
ruby1.9[4553]: segfault at 4 ip 00fb4202 sp bfb75254 error 4 in
ld-2.10.1.so[faa000+1b000]
What should I do?
Thanks,
Arthur
Arthur, your question should have been posted to comp.lang.ruby. However, I’ll take a stab at
trying to assist you. What were the exact commands that you used to try to install Ruby 1.9
because the above doesn’t provide enough information?
-Conrad