Advertisement
siliconmeadow

rvm install problems

Dec 3rd, 2013
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. 1.9.3-p484 install
  2. ----
  3. make[2]: Leaving directory '/home/rsheppard/.rvm/src/ruby-1.9.3-p484/ext/ripper'
  4. linking shared-object zlib.so
  5. /usr/bin/ld: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/libz.a(crc32.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
  6. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/libz.a: could not read symbols: Bad value
  7. collect2: error: ld returned 1 exit status
  8. Makefile:216: recipe for target '../../.ext/x86_64-linux/zlib.so' failed
  9. make[2]: *** [../../.ext/x86_64-linux/zlib.so] Error 1
  10. make[2]: Leaving directory '/home/rsheppard/.rvm/src/ruby-1.9.3-p484/ext/zlib'
  11. exts.mk:158: recipe for target 'ext/zlib/all' failed
  12. make[1]: *** [ext/zlib/all] Error 2
  13. make[1]: *** Waiting for unfinished jobs....
  14. linking shared-object tcltklib.so
  15. make[2]: Leaving directory '/home/rsheppard/.rvm/src/ruby-1.9.3-p484/ext/tk'
  16. make[1]: Leaving directory '/home/rsheppard/.rvm/src/ruby-1.9.3-p484'
  17. uncommon.mk:178: recipe for target 'build-ext' failed
  18. make: *** [build-ext] Error 2
  19. rsheppard@damnyank ~ %
  20.  
  21. 2.0.0-p353
  22. ----
  23. compiling ossl_x509attr.c
  24. linking shared-object zlib.so
  25. /usr/bin/ld: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/libz.a(crc32.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
  26. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/libz.a: could not read symbols: Bad value
  27. collect2: error: ld returned 1 exit status
  28. Makefile:235: recipe for target '../../.ext/x86_64-linux/zlib.so' failed
  29. make[2]: *** [../../.ext/x86_64-linux/zlib.so] Error 1
  30. make[2]: Leaving directory '/home/rsheppard/.rvm/src/ruby-2.0.0-p353/ext/zlib'
  31. exts.mk:200: recipe for target 'ext/zlib/all' failed
  32. make[1]: *** [ext/zlib/all] Error 2
  33. make[1]: *** Waiting for unfinished jobs....
  34. compiling ossl_x509name.c
  35. linking shared-object socket.so
  36. compiling ossl_x509store.c
  37. make[2]: Leaving directory '/home/rsheppard/.rvm/src/ruby-2.0.0-p353/ext/socket'
  38. compiling ossl_pkey_rsa.c
  39. compiling ossl_cipher.c
  40. compiling openssl_missing.c
  41. compiling ossl_bn.c
  42. compiling ossl_x509.c
  43. compiling ossl_ssl.c
  44. installing default openssl libraries
  45. linking shared-object tcltklib.so
  46. installing default tcltklib libraries
  47. make[2]: Leaving directory '/home/rsheppard/.rvm/src/ruby-2.0.0-p353/ext/tk'
  48. linking shared-object openssl.so
  49. make[2]: Leaving directory '/home/rsheppard/.rvm/src/ruby-2.0.0-p353/ext/openssl'
  50. linking shared-object ripper.so
  51. make[2]: Leaving directory '/home/rsheppard/.rvm/src/ruby-2.0.0-p353/ext/ripper'
  52. make[1]: Leaving directory '/home/rsheppard/.rvm/src/ruby-2.0.0-p353'
  53. uncommon.mk:179: recipe for target 'build-ext' failed
  54. make: *** [build-ext] Error 2
  55. 240.43s user 11.46s system 383% cpu 1:05.62 total
  56. rsheppard@damnyank ~ %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement