亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
12下一頁
最近訪問板塊 發(fā)新帖
查看: 4099 | 回復(fù): 10
打印 上一主題 下一主題

[FastDFS] linux for power安裝fastdfs編譯報(bào)錯 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2015-04-16 12:47 |只看該作者 |倒序?yàn)g覽
如題,
一批IBM powerlinux機(jī)器安裝的linux for power 6.4 64bit系統(tǒng),完全安裝,安裝fastdfs5.05的時候編譯報(bào)錯。
我是先編譯安裝libfastcommon-master成功,然后ln軟鏈接,再編譯安裝fastdfs的時候編譯出錯。懷疑lib庫的問題,也有可能是java的原因,這個linux只能安裝ibm定制過得java:ibm-java-ppc64-sdk-6.0-16.3。不知道該怎么處理啊,redhat6.4上都安裝ok的

[13:29:22][root@JJZD-WEBAPP2-7R1 libfastcommon-master]# ./make.sh install
[13:29:22]mkdir -p /usr/lib64
[13:29:22]install -m 755 libfastcommon.so /usr/lib64
[13:29:22]mkdir -p /usr/include/fastcommon
[13:29:22]install -m 644 common_define.h hash.h chain.h logger.h base64.h shared_func.h pthread_func.h ini_file_reader.h _os_bits.h sockopt.h sched_thread.h http_func.h md5.h local_ip_func.h avl_tree.h ioevent.h ioevent_loop.h fast_task_queue.h fast_timer.h process_ctrl.h fast_mblock.h connection_pool.h /usr/include/fastcommon
[13:29:34][root@JJZD-WEBAPP2-7R1 libfastcommon-master]# ln -s /usr/lib64/libfastcommon.so /usr/local/lib/libfastcommon.so
[13:29:34][root@JJZD-WEBAPP2-7R1 libfastcommon-master]# ln -s /usr/lib64/libfastcommon.so /usr/lib/libfastcommon.so
[13:29:34][root@JJZD-WEBAPP2-7R1 libfastcommon-master]# ln -s /usr/lib64/libfdfsclient.so /usr/local/lib/libfdfsclient.so
[13:29:34][root@JJZD-WEBAPP2-7R1 libfastcommon-master]# ln -s /usr/lib64/libfdfsclient.so /usr/lib/libfdfsclient.so
[13:29:39][root@JJZD-WEBAPP2-7R1 libfastcommon-master]# cd ..

[13:33:02][root@JJZD-WEBAPP2-7R1 fastdfs-5.05]# ./make.sh
[13:33:02]cc -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -g -O -DDEBUG_FLAG -DOS_LINUX -DIOEVENT_USE_EPOLL -c -o ../common/linux_stack_trace.o ../common/linux_stack_trace.c  -I../common -I/usr/include/fastcommon
[13:33:02]../common/linux_stack_trace.c: In function ‘signal_stack_trace_print’:
[13:33:02]../common/linux_stack_trace.c:82: error: ‘mcontext_t’ has no member named ‘gregs’
[13:33:02]../common/linux_stack_trace.c:149: error: ‘sz’ undeclared (first use in this function)
[13:33:02]../common/linux_stack_trace.c:149: error: (Each undeclared identifier is reported only once
[13:33:02]../common/linux_stack_trace.c:149: error: for each function it appears in.)
[13:33:02]../common/linux_stack_trace.c:149: warning: implicit declaration of function ‘backtrace’
[13:33:02]../common/linux_stack_trace.c:149: error: ‘bt’ undeclared (first use in this function)
[13:33:02]../common/linux_stack_trace.c:150: error: ‘strings’ undeclared (first use in this function)
[13:33:02]../common/linux_stack_trace.c:150: warning: implicit declaration of function ‘backtrace_symbols’
[13:33:02]../common/linux_stack_trace.c:67: warning: unused variable ‘buff’
[13:33:02]../common/linux_stack_trace.c:66: warning: unused variable ‘cmd’
[13:33:02]../common/linux_stack_trace.c:65: warning: unused variable ‘ip’
[13:33:02]../common/linux_stack_trace.c:64: warning: unused variable ‘bp’
[13:33:02]../common/linux_stack_trace.c:63: warning: unused variable ‘dlinfo’
[13:33:02]../common/linux_stack_trace.c:61: warning: unused variable ‘f’
[13:33:02]make: *** [../common/linux_stack_trace.o] Error 1
[13:33:02]cc -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -g -O -DDEBUG_FLAG -DOS_LINUX -DIOEVENT_USE_EPOLL -c -o ../common/linux_stack_trace.o ../common/linux_stack_trace.c  -I. -Itrunk_mgr -I../common -I../tracker -I../client -Ifdht_client -I/usr/include/fastcommon
[13:33:02]../common/linux_stack_trace.c: In function ‘signal_stack_trace_print’:
[13:33:02]../common/linux_stack_trace.c:82: error: ‘mcontext_t’ has no member named ‘gregs’
[13:33:02]../common/linux_stack_trace.c:149: error: ‘sz’ undeclared (first use in this function)
[13:33:02]../common/linux_stack_trace.c:149: error: (Each undeclared identifier is reported only once
[13:33:02]../common/linux_stack_trace.c:149: error: for each function it appears in.)
[13:33:02]../common/linux_stack_trace.c:149: warning: implicit declaration of function ‘backtrace’
[13:33:02]../common/linux_stack_trace.c:149: error: ‘bt’ undeclared (first use in this function)
[13:33:02]../common/linux_stack_trace.c:150: error: ‘strings’ undeclared (first use in this function)
[13:33:02]../common/linux_stack_trace.c:150: warning: implicit declaration of function ‘backtrace_symbols’
[13:33:02]../common/linux_stack_trace.c:67: warning: unused variable ‘buff’
[13:33:02]../common/linux_stack_trace.c:66: warning: unused variable ‘cmd’
[13:33:02]../common/linux_stack_trace.c:65: warning: unused variable ‘ip’
[13:33:02]../common/linux_stack_trace.c:64: warning: unused variable ‘bp’
[13:33:02]../common/linux_stack_trace.c:63: warning: unused variable ‘dlinfo’
[13:33:02]../common/linux_stack_trace.c:61: warning: unused variable ‘f’
[13:33:02]make: *** [../common/linux_stack_trace.o] Error 1
[13:33:02]make: Nothing to be done for `all'.

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2015-04-16 13:09 |只看該作者
自己頂一個,翻看以前的帖子也沒找到解決辦法,是我沒認(rèn)真看嗎。。。。linux for power這個系統(tǒng)用的不多誒

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2015-04-16 13:19 |只看該作者
@happy_fish100 斑竹求救。。。
我要是想試試安裝低版本的,怎么刪除之前安裝的?

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2015-04-16 15:25 |只看該作者
我們同事說可能因?yàn)閘inux for power是PPC,需要fastDFS的PPC版本,不知道斑竹有沒有?

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2015-04-17 17:05 |只看該作者
自己頂一個,希望能解決

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2015-04-20 11:04 |只看該作者
斑竹在嗎?

論壇徽章:
0
7 [報(bào)告]
發(fā)表于 2015-04-22 14:45 |只看該作者
樓主問題解決了嗎?遇到同樣的錯誤

論壇徽章:
0
8 [報(bào)告]
發(fā)表于 2015-05-06 14:07 |只看該作者
回復(fù) 7# slniansmile


恩解決了,需要修改源文件


   

論壇徽章:
0
9 [報(bào)告]
發(fā)表于 2015-05-11 17:18 |只看該作者
回復(fù) 8# 1909698521


    能把修改后的源文件發(fā)我一份嗎?513918845@qq.com

論壇徽章:
0
10 [報(bào)告]
發(fā)表于 2015-11-27 17:33 |只看該作者
問題一樣,請問您是怎么解決的,可否給個參考。
方便的話發(fā)個改后的文件,萬分感謝。
jason_wu116@126.com
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP