找回密码
 新注册用户
搜索
查看: 3364|回复: 5

编译boinc: Couldn't find a new-enough version of 'libtoolize'

[复制链接]
发表于 2017-3-23 22:17:07 | 显示全部楼层 |阅读模式
由于准备在集群上测试运行boinc,但节点系统是centos5,没有支持的boinc,只能自行编译centos5下的boinc。编译时遇到问题Couldn't find a new-enough version of 'libtoolize', please install one!   在此贴记录一下该问题及其解决办法。


[root@local boinc]# ./_autosetup
Bootstrapping configure script and makefiles:
Checking version of 'make' >= 379... succeeded. (381)
Checking version of 'm4' >= 104... succeeded. (104)
Checking version of 'pkg-config' >= 15... succeeded. (23)
Checking version of 'autoreconf' >= 258... succeeded. (263)
Checking version of 'automake' >= 108... succeeded. (111)
Checking version of 'libtoolize' >= 105... Didn't find application
failed. (0)
Couldn't find a new-enough version of 'libtoolize', please install one!
If you have a newer version, set the environment variable 'LIBTOOLIZE' to its path


解决办法 yum install libtool


评分

参与人数 1基本分 +15 收起 理由
zhouxiaobo + 15 赞一个!

查看全部评分

回复

使用道具 举报

 楼主| 发表于 2017-3-23 22:20:41 | 显示全部楼层
yum install libtool之后,再次./_autosetup,就OK了

然后就是
  1. ./configure --disable-server --disable-manager
  2. make -j20
复制代码
回复

使用道具 举报

 楼主| 发表于 2017-3-23 22:22:53 | 显示全部楼层
编译生成的boinc客户端程序在boinc源码文件夹下的client文件夹里,即 boinc_client和boinccmd 这2个可执行文件
  1. [root@local client]# ll boinc*
  2. -rwxr-xr-x 2 root root 13636848 3月  23 22:22 boinc
  3. -rwxr-xr-x 2 root root 13636848 3月  23 22:22 boinc_client
  4. -rw-r--r-- 1 root root  1006984 3月  23 22:22 boinc_client-acct_mgr.o
  5. -rw-r--r-- 1 root root   587248 3月  23 22:22 boinc_client-acct_setup.o
  6. -rw-r--r-- 1 root root   659080 3月  23 22:22 boinc_client-app_config.o
  7. -rw-r--r-- 1 root root   791376 3月  23 22:22 boinc_client-app_control.o
  8. -rw-r--r-- 1 root root   886024 3月  23 22:22 boinc_client-app.o
  9. -rw-r--r-- 1 root root   766624 3月  23 22:22 boinc_client-app_start.o
  10. -rw-r--r-- 1 root root   623416 3月  23 22:22 boinc_client-async_file.o
  11. -rw-r--r-- 1 root root   688912 3月  23 22:22 boinc_client-check_state.o
  12. -rw-r--r-- 1 root root   541568 3月  23 22:22 boinc_client-client_msgs.o
  13. -rw-r--r-- 1 root root  1323688 3月  23 22:22 boinc_client-client_state.o
  14. -rw-r--r-- 1 root root   996376 3月  23 22:22 boinc_client-client_types.o
  15. -rw-r--r-- 1 root root   543488 3月  23 22:21 boinc_client-coproc_sched.o
  16. -rw-r--r-- 1 root root   958728 3月  23 22:22 boinc_client-cpu_sched.o
  17. -rw-r--r-- 1 root root   937256 3月  23 22:22 boinc_client-cs_account.o
  18. -rw-r--r-- 1 root root   602752 3月  23 22:22 boinc_client-cs_apps.o
  19. -rw-r--r-- 1 root root   457952 3月  23 22:22 boinc_client-cs_benchmark.o
  20. -rw-r--r-- 1 root root   533704 3月  23 22:21 boinc_client-cs_cmdline.o
  21. -rw-r--r-- 1 root root   574456 3月  23 22:22 boinc_client-cs_files.o
  22. -rw-r--r-- 1 root root  1502896 3月  23 22:22 boinc_client-cs_notice.o
  23. -rw-r--r-- 1 root root   604456 3月  23 22:21 boinc_client-cs_platforms.o
  24. -rw-r--r-- 1 root root   758464 3月  23 22:22 boinc_client-cs_prefs.o
  25. -rw-r--r-- 1 root root    87920 3月  23 22:21 boinc_client-cs_proxy.o
  26. -rw-r--r-- 1 root root  1122120 3月  23 22:22 boinc_client-cs_scheduler.o
  27. -rw-r--r-- 1 root root  1072912 3月  23 22:22 boinc_client-cs_statefile.o
  28. -rw-r--r-- 1 root root   704552 3月  23 22:22 boinc_client-cs_trickle.o
  29. -rw-r--r-- 1 root root   468096 3月  23 22:21 boinc_client-current_version.o
  30. -rw-r--r-- 1 root root    10088 3月  23 22:21 boinc_client-dhrystone2.o
  31. -rw-r--r-- 1 root root    31912 3月  23 22:21 boinc_client-dhrystone.o
  32. -rw-r--r-- 1 root root   552560 3月  23 22:22 boinc_client-file_names.o
  33. -rw-r--r-- 1 root root   565168 3月  23 22:22 boinc_client-file_xfer.o
  34. -rw-r--r-- 1 root root   357992 3月  23 22:22 boinc_client-gpu_amd.o
  35. -rw-r--r-- 1 root root   880712 3月  23 22:22 boinc_client-gpu_detect.o
  36. -rw-r--r-- 1 root root   102784 3月  23 22:21 boinc_client-gpu_intel.o
  37. -rw-r--r-- 1 root root   321632 3月  23 22:22 boinc_client-gpu_nvidia.o
  38. -rw-r--r-- 1 root root   586976 3月  23 22:22 boinc_client-gpu_opencl.o
  39. -rw-r--r-- 1 root root   409984 3月  23 22:21 boinc_client-gui_http.o
  40. -rw-r--r-- 1 root root   592120 3月  23 22:22 boinc_client-gui_rpc_server.o
  41. -rw-r--r-- 1 root root  1179832 3月  23 22:22 boinc_client-gui_rpc_server_ops.o
  42. -rw-r--r-- 1 root root   125000 3月  23 22:21 boinc_client-hostinfo_network.o
  43. -rw-r--r-- 1 root root   434360 3月  23 22:22 boinc_client-hostinfo_unix.o
  44. -rw-r--r-- 1 root root   673576 3月  23 22:22 boinc_client-http_curl.o
  45. -rw-r--r-- 1 root root   986704 3月  23 22:22 boinc_client-log_flags.o
  46. -rw-r--r-- 1 root root    14552 3月  23 22:21 boinc_client-mac_address.o
  47. -rw-r--r-- 1 root root   467584 3月  23 22:22 boinc_client-main.o
  48. -rw-r--r-- 1 root root   679424 3月  23 22:22 boinc_client-net_stats.o
  49. -rw-r--r-- 1 root root   620584 3月  23 22:22 boinc_client-pers_file_xfer.o
  50. -rw-r--r-- 1 root root  1190176 3月  23 22:22 boinc_client-project.o
  51. -rw-r--r-- 1 root root   690656 3月  23 22:22 boinc_client-result.o
  52. -rw-r--r-- 1 root root   805392 3月  23 22:22 boinc_client-rr_sim.o
  53. -rw-r--r-- 1 root root   440128 3月  23 22:22 boinc_client-sandbox.o
  54. -rw-r--r-- 1 root root  2017648 3月  23 22:22 boinc_client-scheduler_op.o
  55. -rw-r--r-- 1 root root     8464 3月  23 22:22 boinc_client-thread.o
  56. -rw-r--r-- 1 root root   448920 3月  23 22:22 boinc_client-time_stats.o
  57. -rw-r--r-- 1 root root    25904 3月  23 22:22 boinc_client-whetstone.o
  58. -rw-r--r-- 1 root root   882688 3月  23 22:22 boinc_client-work_fetch.o
  59. -rwxr-xr-x 1 root root  2486879 3月  23 22:22 boinccmd
  60. -rw-r--r-- 1 root root   685584 3月  23 22:22 boinccmd-boinc_cmd.o
  61. -rw-r--r-- 1 root root    21863 3月  23 22:11 boinc_cmd.cpp
  62. -rw-r--r-- 1 root root     7630 3月  23 22:11 boinc_log.cpp
  63. -rw-r--r-- 1 root root      767 3月  23 22:11 boinc.xml
复制代码
回复

使用道具 举报

 楼主| 发表于 2017-3-23 22:30:01 | 显示全部楼层
  1. [root@local client]# ./boinc_client --version
  2. 7.7.0 x86_64-pc-linux-gnu
  3. [root@local client]# ./boinccmd --version
  4. boinccmd,  built from BOINC 7.7.0
  5. [root@local client]#
复制代码
回复

使用道具 举报

发表于 2017-3-23 22:34:27 | 显示全部楼层
怪不得WCG爆发了
回复

使用道具 举报

发表于 2017-3-24 10:06:55 | 显示全部楼层
围观集群齐射
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 新注册用户

本版积分规则

论坛官方淘宝店开业啦~

Archiver|手机版|小黑屋|中国分布式计算总站 ( 沪ICP备05042587号 )

GMT+8, 2024-3-29 08:07

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表