Установка OpenVPN на встроенную систему BusyBox - PullRequest
1 голос
/ 09 января 2020

Прежде всего, спасибо за вашу помощь. Я пытаюсь установить openVPN на встроенное устройство под управлением linux вместе с Busybox. Но сейчас у меня проблема с его установкой. Busybox не принимает установки sudo apt-get, и я попытался вручную установить openvpn с веб-сайта и поместить его на нужную карту. После выполнения установщика он вызывает много ошибок и кажется, что он не поддерживается. Voor busybox ... Может кто-нибудь помочь мне или есть решение?

Я установил openvpn с этого сайта: https://openvpn.net/community-downloads/ Переместил карту tar.gz во встроенную систему и запустил: ./ настроить, это то, что результаты:

# ./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

С уважением,

MS

1 Ответ

0 голосов
/ 10 января 2020

# 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
...