nfs41client loaded successfully_storcli创建raid

nfs41client loaded successfully_storcli创建raid1、系统准备系统:ubuntu14.04,按照官网系统需要安装以下环境 环境 说明 安装配置方法 Ccompiler 编译器 移植时configure配置为交叉编译器 make 执行Makefile Ubuntu…

大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。

Jetbrains全系列IDE使用 1年只要46元 售后保障 童叟无欺

1、系统准备

系统:ubuntu14.04,按照官网系统需要安装以下环境

环境

说明

安装配置方法

C compiler

编译器

移植时configure配置为交叉编译器

make

执行Makefile

Ubuntu系统安装后具备

libtool

通用库工具

Ubuntu系统安装后具备

rst2man

用于生成man文件

移植到嵌入式系统不需要安装

Bison和Flex

语法和词法分析

sudo apt-get install flex bison

zlib

 

sudo apt-get install libz-dev

json-c

 

sudo apt-get install libz-dev

libuuid

 

configure配置关闭

libgcrypt

 

sudo apt-get install libgcrypt-dev

nfs41client loaded successfully_storcli创建raid

 

 

 

2、依赖库

 

依赖库

下载

交叉编译

liblogging

https://github.com/rsyslog/liblogging

./autogen.sh

./configure –prefix=安装目录 –host=arm-linux-gnueabihf

CC=arm-linux-gnueabihf-gcc

make && make install

libfastjson

https://github.com/rsyslog/libfastjson

 

./autogen.sh

./configure –prefix=安装目录 –host=arm-linux-gnueabihf

CC=arm-linux-gnueabihf-gcc

make && make install

libestr

https://github.com/rsyslog/libestr

./configure –prefix=安装目录 –host=arm-linux-gnueabihf

CC=arm-linux-gnueabihf-gcc

make && make install

curl

https://github.com/curl/curl

./configure –prefix=安装目录 –host=arm-linux-gnueabihf

CC=arm-linux-gnueabihf-gcc

make && make install

zlib

https://sourceforge.net/projects/libpng/files/zlib/1.2.11/zlib-1.2.11.tar.gz/download?use_mirror=nchc&download=

AR=arm-linux-gnueabihf CC=arm-linux-gnueabihf-gcc ./configure –prefix=安装目录

make && make install

 

3、rsyslogd源码下载

https://www.rsyslog.com/news-releases/,我使用的是最新的8.1910版本

nfs41client loaded successfully_storcli创建raid

 

4、配置

说明:/home/hello/rsyslog/install是前面依赖库的安装目录

#!/bin/bash

./configure –prefix=/usr/ –host=arm-linux-gnueabihf CC=arm-linux-gnueabihf-gcc –disable-uuid 

LIBESTR_CFLAGS=/home/hello/rsyslog/install/include LIBESTR_LIBS=/home/hello/rsyslog/install/lib/libestr.so LIBFASTJSON_CFLAGS=/home/hello/rsyslog/install/include LIBFASTJSON_LIBS=/home/hello/rsyslog/install/lib/libfastjson.so  LIBGCRYPT_CFLAGS=/home/hello/rsyslog/install/include LIBGCRYPT_LIBS=/home/hello/rsyslog/install/lib/libgcrypt.so LIBLOGGING_CFLAGS=/home/hello/rsyslog/install/include LIBLOGGING_LIBS=/home/hello/rsyslog/install/lib/liblogging-stdlog.so CURL_LIBS=/home/hello/rsyslog/install/lib/ CURL_CFLAGS=/home/lhello/rsyslog/install/include

5、问题

缺什么补什么

6、部署

把相关依赖库部署到嵌入式文件系统,简单点就是把编译完成后安装生成的文件拷贝到嵌入式文件系统目录(configure配置的prefix目录,这里使用/usr/)

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/170599.html原文链接:https://javaforall.cn

【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛

【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...

(0)


相关推荐

发表回复

您的电子邮箱地址不会被公开。

关注全栈程序员社区公众号