error compiling bitcoin


SUBMITTED BY: Guest

DATE: Feb. 3, 2013, 1:02 p.m.

FORMAT: Bash

SIZE: 2.7 kB

HITS: 1355

  1. # cat /etc/centos-release
  2. CentOS release 6.3 (Final)
  3. # yum install boost-devel
  4. Loaded plugins: fastestmirror
  5. Loading mirror speeds from cached hostfile
  6. * base: mirror.5ninesolutions.com
  7. * extras: mirrors.adams.net
  8. * rpmforge: mirror.hmc.edu
  9. * updates: mirrors.finalasp.com
  10. Setting up Install Process
  11. Package boost-devel-1.41.0-11.el6_1.2.i686 already installed and latest version
  12. Nothing to do
  13. # yum install openssl-devel
  14. Loaded plugins: fastestmirror
  15. Loading mirror speeds from cached hostfile
  16. * base: mirror.5ninesolutions.com
  17. * extras: mirrors.adams.net
  18. * rpmforge: mirror.hmc.edu
  19. * updates: mirrors.finalasp.com
  20. Setting up Install Process
  21. Package openssl-devel-1.0.0-25.el6_3.1.i686 already installed and latest version
  22. Nothing to do
  23. # yum install db4-devel
  24. Loaded plugins: fastestmirror
  25. Loading mirror speeds from cached hostfile
  26. * base: mirror.5ninesolutions.com
  27. * extras: mirrors.rit.edu
  28. * rpmforge: mirror.hmc.edu
  29. * updates: mirrors.finalasp.com
  30. Setting up Install Process
  31. Package db4-devel-4.7.25-17.el6.i686 already installed and latest version
  32. Nothing to do
  33. # yum install gcc
  34. Loaded plugins: fastestmirror
  35. Loading mirror speeds from cached hostfile
  36. * base: mirror.rackspace.com
  37. * extras: mirror.linux.duke.edu
  38. * rpmforge: mirror.hmc.edu
  39. * updates: mirrors.finalasp.com
  40. Setting up Install Process
  41. Package gcc-4.4.6-4.el6.i686 already installed and latest version
  42. Nothing to do
  43. # yum install glibc-headers
  44. Loaded plugins: fastestmirror
  45. Loading mirror speeds from cached hostfile
  46. * base: mirror.5ninesolutions.com
  47. * extras: mirrors.rit.edu
  48. * rpmforge: mirror.hmc.edu
  49. * updates: mirrors.finalasp.com
  50. Setting up Install Process
  51. Package glibc-headers-2.12-1.80.el6_3.7.i686 already installed and latest version
  52. Nothing to do
  53. # make -f makefile.unix
  54. g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/bitcoin/bitcoin/bitcoin-0.7.2-linux/src/src -I/bitcoin/bitcoin/bitcoin-0.7.2-linux/src/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
  55. In file included from alert.cpp:9:
  56. key.h:16:49: warning: openssl/ec.h: No such file or directory
  57. In file included from alert.cpp:9:
  58. key.h:112: error: ISO C++ forbids declaration of ‘EC_KEY’ with no type
  59. key.h:112: error: expected ; before ‘*’ token
  60. make: *** [obj/alert.o] Error 1

comments powered by Disqus