Embedded 在BusyBox嵌入式系统上安装OpenVPN

Embedded 在BusyBox嵌入式系统上安装OpenVPN,embedded,openvpn,busybox,Embedded,Openvpn,Busybox,首先感谢你的帮助。我正在尝试在运行linux和Busybox的嵌入式设备上安装openVPN。但是现在我在安装它时遇到了一个问题。Busybox不接受任何sudo apt get安装,我尝试从网站手动安装openvpn,并将其放置在正确的地图中。。在执行安装程序后,它给我带来了很多错误,而且它似乎不受VO或busybox支持。。。有人能帮我解决吗 我从该站点安装了openvpn: 将tar.gz映射移动到嵌入式系统并运行:./configure,结果如下: # ./configure check

首先感谢你的帮助。我正在尝试在运行linux和Busybox的嵌入式设备上安装openVPN。但是现在我在安装它时遇到了一个问题。Busybox不接受任何sudo apt get安装,我尝试从网站手动安装openvpn,并将其放置在正确的地图中。。在执行安装程序后,它给我带来了很多错误,而且它似乎不受VO或busybox支持。。。有人能帮我解决吗

我从该站点安装了openvpn: 将tar.gz映射移动到嵌入式系统并运行:./configure,结果如下:

# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... no
checking whether make supports nested variables... no
checking build system type... armv5tejl-unknown-linux-gnueabihf
checking host system type... armv5tejl-unknown-linux-gnueabihf
checking whether make supports the include directive... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/etc/openvpn':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
问候,


M S

请展示您已经做了什么,而不是告诉我们。那么
config.log
的内容是什么?还有,您尝试过什么
apt-get
apt
命令?您的“嵌入式系统”是否有您尝试使用的工具?编译时使用工具链,尝试安装deb数据包时使用apt。嵌入式系统的文档通常应该告诉您如何安装附加软件。在最坏的情况下,您可能需要在另一台计算机上交叉编译并复制生成的二进制文件。请显示您已经完成的操作,而不是告诉我们。那么
config.log
的内容是什么?还有,您尝试过什么
apt-get
apt
命令?您的“嵌入式系统”是否有您尝试使用的工具?编译时使用工具链,尝试安装deb数据包时使用apt。嵌入式系统的文档通常应该告诉您如何安装附加软件。在最坏的情况下,您可能需要在另一台计算机上交叉编译并复制生成的二进制文件。这是我在config.log文件中得到的。这是我在config.log文件中得到的。

# vi config.log
configure:3361: result: awk
configure:3372: checking whether make sets $(MAKE)
configure:3398: result: no
configure:3423: checking whether make supports nested variables
configure:3440: result: no
configure:3569: checking build system type
configure:3583: result: armv5tejl-unknown-linux-gnueabihf
configure:3603: checking host system type
configure:3616: result: armv5tejl-unknown-linux-gnueabihf
configure:3640: checking whether make supports the include directive
configure:3655: make -f confmf.GNU && cat confinc.out
configure: ./configure.lineno: line 3674: make: not found
configure:3658: $? = 127
configure:3655: make -f confmf.BSD && cat confinc.out
configure: ./configure.lineno: line 3674: make: not found
configure:3658: $? = 127
configure:3677: result: no
configure:3747: checking for gcc
configure:3777: result: no
configure:3840: checking for cc
configure:3887: result: no
configure:3943: checking for cl.exe
configure:3973: result: no
configure:3997: error: in `/etc/openvpn':
configure:4000: error: no acceptable C compiler found in $PATH