king781206 发表于 2023-02-06 15:58

fastdfs V6.9.3 make 失败

root@qiu-VirtualBox:/home/zcy/fastdfs-master# ./make.sh
gcc -Wall -Wformat-truncation=0 -Wformat-overflow=0 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -g -O1 -DDEBUG_FLAG -o fdfs_trackerd fdfs_trackerd.c../common/fdfs_global.o tracker_proto.o tracker_mem.o tracker_service.o tracker_status.o tracker_global.o tracker_func.o fdfs_server_id_func.o fdfs_shared_func.o tracker_relationship.o tracker_dump.o -L/usr/lib64 -lpthread -lfastcommon -lserverframe -I../common -I/usr/local/include
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/libserverframe.so: undefined reference to `tcp_socket_connected'
collect2: error: ld returned 1 exit status
make: *** 错误 1
gcc -Wall -Wformat-truncation=0 -Wformat-overflow=0 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -g -O1 -DDEBUG_FLAG -o fdfs_storaged fdfs_storaged.c../common/fdfs_global.o ../tracker/fdfs_shared_func.o ../tracker/fdfs_server_id_func.o ../tracker/tracker_proto.o tracker_client_thread.o storage_global.o storage_func.o storage_sync_func.o storage_service.o storage_sync.o storage_dio.o storage_ip_changed_dealer.o storage_param_getter.o storage_disk_recovery.o trunk_mgr/trunk_mem.o trunk_mgr/trunk_shared.o trunk_mgr/trunk_sync.o trunk_mgr/trunk_client.o trunk_mgr/trunk_free_block_checker.o ../client/client_global.o ../client/tracker_client.o ../client/storage_client.o ../client/client_func.o fdht_client/fdht_proto.o fdht_client/fdht_client.o fdht_client/fdht_func.o fdht_client/fdht_global.o storage_dump.o -L/usr/lib64 -lpthread-lfastcommon -lserverframe -I. -Itrunk_mgr -I../common -I../tracker -I../client -Ifdht_client -I/usr/include/fastcommon
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/libserverframe.so: undefined reference to `tcp_socket_connected'
collect2: error: ld returned 1 exit status
make: *** 错误 1
gcc -Wall -Wformat-truncation=0 -Wformat-overflow=0 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -g -O1 -DDEBUG_FLAG -o fdfs_monitor fdfs_monitor.c../common/fdfs_global.o ../common/fdfs_http_shared.o ../common/mime_file_parser.o ../tracker/tracker_proto.o ../tracker/fdfs_shared_func.o ../tracker/fdfs_server_id_func.o ../storage/trunk_mgr/trunk_shared.o tracker_client.o client_func.o client_global.o storage_client.o -L/usr/lib64 -lpthread -lfastcommon -lserverframe -I../common -I../tracker -I/usr/include/fastcommon
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/libserverframe.so: undefined reference to `tcp_socket_connected'
collect2: error: ld returned 1 exit status
make: *** 错误 1


happy_fish100 发表于 2023-02-07 08:41

fastdfs V6.9开始依赖 libserverframe,需要先下载libserverframe并编译和安装。

king781206 发表于 2023-02-07 11:38

回复 2# happy_fish100 安装了libserverframe并成功了,在make fastdfs时出现上面错我


happy_fish100 发表于 2023-02-08 09:01

要使用 libfastcommon最新版本 1.65
页: [1]
查看完整版本: fastdfs V6.9.3 make 失败