Forum rules
Please report your experience with testing branch. Include what you were using and how
If there is a problem, the more info the better!
-
h888866j
- OpenVpn Newbie
- Posts: 3
- Joined: Sun Apr 03, 2016 9:12 am
[Solved] error: route utility is required but missing
Is there anyone who can help me? i got «configure: error: route utility is required but missing» error, but don’t know what to do, thanks!
[root@localhost ~]# cd openvpn-2.3.10
[root@localhost openvpn-2.3.10]# ./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… /usr/bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking whether make supports nested variables… yes
.
.
.
checking for ENGINE_register_all_complete… yes
checking for ENGINE_cleanup… yes
checking for ssl_init in -lpolarssl… no
checking for aes_crypt_cbc in -lpolarssl… no
checking for lzo1x_1_15_compress in -llzo2… yes
checking lzo/lzoutil.h usability… yes
checking lzo/lzoutil.h presence… yes
checking for lzo/lzoutil.h… yes
checking lzo/lzo1x.h usability… yes
checking lzo/lzo1x.h presence… yes
checking for lzo/lzo1x.h… yes
checking git checkout… no
configure: error: route utility is required but missing
-
Traffic
- OpenVPN Protagonist
- Posts: 4071
- Joined: Sat Aug 09, 2014 11:24 am
Re: configure: error: route utility is required but missing
Post
by Traffic » Sun Apr 03, 2016 3:24 pm
You need iproute2 ..
Or possibly:
-
h888866j
- OpenVpn Newbie
- Posts: 3
- Joined: Sun Apr 03, 2016 9:12 am
Re: configure: error: route utility is required but missing
Post
by h888866j » Wed Apr 06, 2016 8:18 am
Traffic wrote:You need iproute2 ..
Or possibly:
./configure —disable-iproute2 will return the same error message
[root@localhost openvpn-2.3.10]# ./configure>>output.txt ; grep -rn no$ ./output.txt
configure: error: route utility is required but missing
14:checking whether we are cross compiling… no
34:checking minix/config.h usability… no
35:checking minix/config.h presence… no
36:checking for minix/config.h… no
44:checking for ifconfig… no
45:checking for route… no
48:checking for netstat… no
49:checking for man2html… no
50:checking for git… no
66:checking for dlltool… no
73:checking for sysroot… no
74:checking for mt… no
75:checking if : is a manifest tool… no
78:checking if gcc supports -fno-rtti -fno-exceptions… no
81:checking if gcc static flag -static works… no
85:checking whether -lc should be explicitly linked in… no
92:checking for windres… no
136:checking io.h usability… no
137:checking io.h presence… no
138:checking for io.h… no
139:checking direct.h usability… no
140:checking direct.h presence… no
141:checking for direct.h… no
169:checking windows.h usability… no
170:checking windows.h presence… no
171:checking for windows.h… no
172:checking winsock2.h usability… no
173:checking winsock2.h presence… no
174:checking for winsock2.h… no
175:checking ws2tcpip.h usability… no
176:checking ws2tcpip.h presence… no
177:checking for ws2tcpip.h… no
178:checking versionhelpers.h usability… no
179:checking versionhelpers.h presence… no
180:checking for versionhelpers.h… no
202:checking stropts.h usability… no
203:checking stropts.h presence… no
204:checking for stropts.h… no
214:checking sys/sockio.h usability… no
215:checking sys/sockio.h presence… no
216:checking for sys/sockio.h… no
239:checking for net/if_utun.h… no
240:checking for sys/kern_control.h… no
243:checking for struct sock_extended_err… no
254:checking vfork.h usability… no
255:checking vfork.h presence… no
256:checking for vfork.h… no
293:checking for chsize… no
296:checking for getpeereid… no
304:checking for socket in -lsocket… no
327:checking net/if_tun.h usability… no
328:checking net/if_tun.h presence… no
329:checking for net/if_tun.h… no
330:checking net/tun/if_tun.h usability… no
331:checking net/tun/if_tun.h presence… no
332:checking for net/tun/if_tun.h… no
336:checking tap-windows.h usability… no
337:checking tap-windows.h presence… no
338:checking for tap-windows.h… no
342:checking for PKCS11_HELPER… no
349:checking for ssl_init in -lpolarssl… no
350:checking for aes_crypt_cbc in -lpolarssl… no
358:checking git checkout… no
[root@localhost openvpn-2.3.10]#
and
[root@localhost openvpn-2.3.10]# ./configure —disable-iproute2>>output2.txt ; grep -rn no$ ./output2.txt
configure: error: route utility is required but missing
14:checking whether we are cross compiling… no
34:checking minix/config.h usability… no
35:checking minix/config.h presence… no
36:checking for minix/config.h… no
44:checking for ifconfig… no
45:checking for route… no
48:checking for netstat… no
49:checking for man2html… no
50:checking for git… no
66:checking for dlltool… no
73:checking for sysroot… no
74:checking for mt… no
75:checking if : is a manifest tool… no
78:checking if gcc supports -fno-rtti -fno-exceptions… no
81:checking if gcc static flag -static works… no
85:checking whether -lc should be explicitly linked in… no
92:checking for windres… no
136:checking io.h usability… no
137:checking io.h presence… no
138:checking for io.h… no
139:checking direct.h usability… no
140:checking direct.h presence… no
141:checking for direct.h… no
169:checking windows.h usability… no
170:checking windows.h presence… no
171:checking for windows.h… no
172:checking winsock2.h usability… no
173:checking winsock2.h presence… no
174:checking for winsock2.h… no
175:checking ws2tcpip.h usability… no
176:checking ws2tcpip.h presence… no
177:checking for ws2tcpip.h… no
178:checking versionhelpers.h usability… no
179:checking versionhelpers.h presence… no
180:checking for versionhelpers.h… no
202:checking stropts.h usability… no
203:checking stropts.h presence… no
204:checking for stropts.h… no
214:checking sys/sockio.h usability… no
215:checking sys/sockio.h presence… no
216:checking for sys/sockio.h… no
239:checking for net/if_utun.h… no
240:checking for sys/kern_control.h… no
243:checking for struct sock_extended_err… no
254:checking vfork.h usability… no
255:checking vfork.h presence… no
256:checking for vfork.h… no
293:checking for chsize… no
296:checking for getpeereid… no
304:checking for socket in -lsocket… no
327:checking net/if_tun.h usability… no
328:checking net/if_tun.h presence… no
329:checking for net/if_tun.h… no
330:checking net/tun/if_tun.h usability… no
331:checking net/tun/if_tun.h presence… no
332:checking for net/tun/if_tun.h… no
336:checking tap-windows.h usability… no
337:checking tap-windows.h presence… no
338:checking for tap-windows.h… no
342:checking for PKCS11_HELPER… no
349:checking for ssl_init in -lpolarssl… no
350:checking for aes_crypt_cbc in -lpolarssl… no
358:checking git checkout… no
[root@localhost openvpn-2.3.10]#
can i have exact package name and version for iproute2?
-
h888866j
- OpenVpn Newbie
- Posts: 3
- Joined: Sun Apr 03, 2016 9:12 am
Re: configure: error: route utility is required but missing
Post
by h888866j » Wed Apr 06, 2016 8:36 am
found that i dont even have ifconfig…(CentOS 7 Minimal install)
yum install net-tools
fixed all my problems. No error message then…
openvpn-2.3.10 successfully installed now
Thank you ~
-
Traffic
- OpenVPN Protagonist
- Posts: 4071
- Joined: Sat Aug 09, 2014 11:24 am
Re: configure: error: route utility is required but missing
Post
by Traffic » Wed Apr 06, 2016 11:36 am
Great .. thanks for letting us know your solution
Issue
In Linux, download the openvpn source and configure, and run the commands blew.
$ wget https://swupdate.openvpn.org/community/releases/openvpn-2.4.9.tar.xz
$ tar xf openvpn-2.4.9.tar.xz
$ cd openvpn-2.4.9
$ ./configure --prefix=/opt/openvpn-2.4.9
But the following error occurs.
checking for lzo1x_1_15_compress in -llzo2... no
checking for lzo1x_1_15_compress in -llzo... no
checking for LZ4... no
checking lz4.h usability... no
checking lz4.h presence... no
checking for lz4.h... no
usable LZ4 library or header not found, using version in src/compat/compat-lz4.*
checking git checkout... no
configure: error: route utility is required but missing
Solution
It needs to install net-tool
.
- Ubuntu/Debian
Download and install net-tool
from https://pkgs.org/download/net-tools, or run the apt-get
command.
sudo apt-get install net-tools
- RHEL/CentOS
Download and install net-tool
from https://pkgs.org/download/net-tools, or run the yum
command.
sudo yum install net-tools
Содержание
- OpenVPN Support Forum
- [Solved] error: route utility is required but missing
- [Solved] error: route utility is required but missing
- Re: configure: error: route utility is required but missing
- Re: configure: error: route utility is required but missing
- unixforum.org
- Сборка openvpn из исходников, проблема с зависимостями.
- Сборка openvpn из исходников, проблема с зависимостями.
- Re: Сборка openvpn из исходников, проблема с зависимостями.
- Re: Сборка openvpn из исходников, проблема с зависимостями.
- Re: Сборка openvpn из исходников, проблема с зависимостями.
- Re: Сборка openvpn из исходников, проблема с зависимостями.
- Re: Сборка openvpn из исходников, проблема с зависимостями.
- Re: Сборка openvpn из исходников, проблема с зависимостями.
- Download a file with aria2c using multiple connections
- building error for vuduo #1
- Comments
- Footer
- OpenVPN Support Forum
- Noob trying to set up VPN ubuntu 10.10
- Noob trying to set up VPN ubuntu 10.10
OpenVPN Support Forum
Community Support Forum
[Solved] error: route utility is required but missing
[Solved] error: route utility is required but missing
Post by h888866j » Sun Apr 03, 2016 9:19 am
Is there anyone who can help me? i got «configure: error: route utility is required but missing» error, but don’t know what to do, thanks!
]# cd openvpn-2.3.10
[root@localhost openvpn-2.3.10]# ./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. /usr/bin/mkdir -p
checking for gawk. gawk
checking whether make sets $(MAKE). yes
checking whether make supports nested variables. yes
.
.
.
checking for ENGINE_register_all_complete. yes
checking for ENGINE_cleanup. yes
checking for ssl_init in -lpolarssl. no
checking for aes_crypt_cbc in -lpolarssl. no
checking for lzo1x_1_15_compress in -llzo2. yes
checking lzo/lzoutil.h usability. yes
checking lzo/lzoutil.h presence. yes
checking for lzo/lzoutil.h. yes
checking lzo/lzo1x.h usability. yes
checking lzo/lzo1x.h presence. yes
checking for lzo/lzo1x.h. yes
checking git checkout. no
configure: error: route utility is required but missing
Re: configure: error: route utility is required but missing
Post by Traffic » Sun Apr 03, 2016 3:24 pm
You need iproute2 ..
Re: configure: error: route utility is required but missing
Post by h888866j » Wed Apr 06, 2016 8:18 am
Источник
unixforum.org
Форум для пользователей UNIX-подобных систем
- Темы без ответов
- Активные темы
- Поиск
- Статус форума
Сборка openvpn из исходников, проблема с зависимостями.
Сборка openvpn из исходников, проблема с зависимостями.
Сообщение Grem1in » 06.04.2016 08:54
Доброго времени суток.
Пытюсь собрать из исходников openvpn, на стадии ./configure возникает ошибка:
сonfigure: error: ssl is required but missing
Перед этим собрал openssl, что характерно при сборке (команда make) вылетала такаяже ошибка пока не выполнил make depend после ./config, хотя в файлике INSTALL об этом небыло ни слова.
Лечится это установкой пакета openssl-devel, собственно собрать openssl можно было установив этот же пакет и не выполнять make depend.
Вот собственно вопрос, почему может не видеть предустановочный скрит openvpn библиотеки openssl и как это исправить.
ldconfig делал в т.ч. и до папки в которой собирал openssl.
Re: Сборка openvpn из исходников, проблема с зависимостями.
Сообщение Bizdelnick » 06.04.2016 09:06
в консол и вку́пе (с чем-либо) в общем в ообще |
в течени е (часа) нович ок нюанс п о умолчанию |
приемл емо пробле ма проб овать тра фик |
Re: Сборка openvpn из исходников, проблема с зависимостями.
Сообщение Grem1in » 06.04.2016 09:17
Re: Сборка openvpn из исходников, проблема с зависимостями.
Сообщение Bizdelnick » 06.04.2016 10:53
Кхм. Эдак Вы до сборки LFS дойдёте. Хотя скорее всё-таки где-то на полпути поймёте, насколько сильно заблуждаетесь. И я так и не понял, что мешает взять и собрать пакет с нужной версией на основе репозиторного.
Если бы в дистрибутиве не обновлялись вовремя уязвимые пакеты, я бы посоветовал перейти на другой дистрибутив. Но в Fedora openvpn обновили до версии 2.3.10 1 апреля — в день релиза. openssl всегда и везде обновляют очень быстро, слишком уж многое от него зависит.Так что суть претензий к майнтейнерам я не понимаю.
По существу вопроса — я так и не понял, что Вы там делали с openssl.
в консол и вку́пе (с чем-либо) в общем в ообще |
в течени е (часа) нович ок нюанс п о умолчанию |
приемл емо пробле ма проб овать тра фик |
Re: Сборка openvpn из исходников, проблема с зависимостями.
Сообщение Grem1in » 06.04.2016 11:00
При сборке openssl на этапе выполнения make возникала ошибка:
сonfigure: error: ssl is required but missing
Решается двумя путями:
1. поставить из репозитория openssl-devel (мне не понравился, чтобы собрать пакет нужно его сначала установить, гдето-то тут логическая ошибка).
2. после скрипта ./config выполнить команду make depend
Воспользовался вторым вариантом.
И вот теперь когда openssl собран, при сборке openvpn возникает таже ошибка что была при сборке openssl.
Re: Сборка openvpn из исходников, проблема с зависимостями.
Сообщение Bizdelnick » 06.04.2016 11:08
в консол и вку́пе (с чем-либо) в общем в ообще |
в течени е (часа) нович ок нюанс п о умолчанию |
приемл емо пробле ма проб овать тра фик |
Re: Сборка openvpn из исходников, проблема с зависимостями.
Сообщение Grem1in » 06.04.2016 13:03
С заявлением об openssl я пролетел, всё собралось хорошо, а вот с openvpn не получилось:
cd openvpn-2.3.10
./configure
.
.
.
.
configure: error: ssl is required but missing
Источник
Download a file with aria2c using multiple connections
In Windows, we can use Internet Download Manager (IDM) and Neat Download Manager (NDM) to download files in multiple threads, and we can also use NDM to increase download speed in Mac. But in the Linux, the commands of wget and curl do not support multiple connections to download files.
The curl command has an option of —range , which we can r etrieve a byte range (i.e. a partial docu- ment) from an HTTP/1.1, FTP or SFTP server or a local FILE. So we can write a small program to download a file with multiple connections, save them in multiple segment files, and finally merge them together. But here we can use aria2 .
aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, SFTP, BitTorrent, and Metalink. aria2 can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth. It supports downloading a file from HTTP(S)/FTP/SFTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP/SFTP is uploaded to the BitTorrent swarm. Using Metalink’s chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent.
Using aria2 as follow:
-x , —max-connection-per-server=
The maximum number of connections to one server for each download. Default: 1
-s , — -s plit=
Download a file using N connections. Default: 5
Источник
building error for vuduo #1
i can’t build image for my vu+
The text was updated successfully, but these errors were encountered:
Apply the following to meta-openembedded
And this one in openembedded-core
(That required because bitbake is newer than the one packed on Morty)
thnk’s for replay ; work fine
also in this file: SatdreamGr/oe-core/meta-openpli/recipes-support/lsdir/lsdir_git.bb
this link not existe: SRC_URI = «git://github.com/e2iplayer/lsdir.git;protocol=git»
@athoik you support gcc 8.2.0 ??
morty comes with gcc 6.2.0, so gcc 8.2.0 requires newer OE, maybe thud or warrior.
i hope u create branch : Thud so i can build with my ubuntu 18.10 🙂
hi, i get this error:
hi, i have successful build satdreamgr,
but why i don’t have your bootlogo , i get home build openpli .
and in information menu i get openpli home build and not satdreamgr ?
also i try to create feed , i don’t find 3rd-party folder in ipk folder
Do you build image using bitbake satdreamgr-image or thought make image ?
with make image
ok,
thnk’s i will try like this
cd build
source env.source
MACHINE=vuduo bitbake satdreamgr-image
hi athoik , i just build satdreamgr image, i get bootlogo, but in about i always get openpli-homebuild ,
alos with feed i get this error
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
how to build feed for satdreamgr image ?
All we need is satdreamgr-image. There is no extra feed «task».
i get this with openvpn:
| checking for lzo1x_1_15_compress in -llzo2. yes
| checking lzo/lzoutil.h usability. yes
| checking lzo/lzoutil.h presence. yes
| checking for lzo/lzoutil.h. yes
| checking lzo/lzo1x.h usability. yes
| checking lzo/lzo1x.h presence. yes
| checking for lzo/lzo1x.h. yes
| checking git checkout. no
| checking for ssh. no
| configure: error: route utility is required but missing
| ERROR: Function failed: do_configure (log file is located at /home/d-ina/SatdreamGr/oe-core/build/tmp/work/openvpn/2.3.2-r0/temp/log.do_configure.22206)
ERROR: Task (/home/d-ina/SatdreamGr/oe-core/meta-openpli/recipes-support/openvpn/openvpn_2.3.2.bb:do_configure) failed with exit code ‘1’
NOTE: Tasks Summary: Attempted 6752 tasks of which 6683 didn’t need to be rerun and 1 failed.
Summary: 1 task failed:
/home/d-ina/SatdreamGr/oe-core/meta-openpli/recipes-support/openvpn/openvpn_2.3.2.bb:do_configure
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
i don’t know how to build feed plz
Downloading http://192.168.1.73/feeds/satdreamgr-extra-vuduo/Packages.gz.
wget: server returned error: HTTP/1.1 404 Not Found
Collected errors:
can u plz show me how to get feeds/satdreamgr-extra
© 2023 GitHub, Inc.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Источник
OpenVPN Support Forum
Community Support Forum
Noob trying to set up VPN ubuntu 10.10
Noob trying to set up VPN ubuntu 10.10
Post by JACKRABBit » Fri Mar 15, 2013 9:38 pm
I am trying to set up openvpn running on a VMware Workstation virtual machine using Ubunutu 10.10. I have tried to install openvpn using two different methods but both have not seemed to quite work for me yet.
The first way opening terminal and using sudo apt-get install oepnvpn with the following results:
$ sudo apt-get install openvpn
Reading package lists. Done
Building dependency tree
Reading state information. Done
E: Unable to locate package openvpn
linux@ubuntu:
After that didn’t work I went to the openvpn website and downloaded openvpn-2.3.0.tar.gz. from there I was able to extract then cd over to openvpn-2.3.0. From here I attempted to use ./configure && make && make install and received the following:
checking for ssl_init in -lpolarssl. no
checking for aes_crypt_cbc in -lpolarssl. no
checking for lzo1x_1_15_compress in -llzo2. no
checking for lzo1x_1_15_compress in -llzo. no
checking for PKCS11_HELPER. no
checking git checkout. no
configure: error: ssl is required but missing
linux@ubuntu:
From what I googled I believe this is an openssl problem so I went back into the terminal and tried
$ sudo apt-get install openssl
Reading package lists. Done
Building dependency tree
Reading state information. Done
openssl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
linux@ubuntu:
So it seems that this is also up to date, I found two other options that said to go to system>admin>Synaptic Package Manager and try and hit reload. Also I tried to go to settings>repositories>download from>other>select best server but after searching it returns with «No suitable download server was found. Please check your internet connection.»
I’m unsure what to do after this point if someone would be kind enough to please advise how I would be able to get this set up properly that would be great!
Источник
Модератор: Модераторы разделов
-
Grem1in
- Сообщения: 22
Сборка openvpn из исходников, проблема с зависимостями.
Доброго времени суток.
Пытюсь собрать из исходников openvpn, на стадии ./configure возникает ошибка:
сonfigure: error: ssl is required but missing
Перед этим собрал openssl, что характерно при сборке (команда make) вылетала такаяже ошибка пока не выполнил make depend после ./config, хотя в файлике INSTALL об этом небыло ни слова.
Лечится это установкой пакета openssl-devel, собственно собрать openssl можно было установив этот же пакет и не выполнять make depend.
Вот собственно вопрос, почему может не видеть предустановочный скрит openvpn библиотеки openssl и как это исправить.
ldconfig делал в т.ч. и до папки в которой собирал openssl.
-
Bizdelnick
- Модератор
- Сообщения: 19825
- Статус: nulla salus bello
- ОС: Debian GNU/Linux
Re: Сборка openvpn из исходников, проблема с зависимостями.
Сообщение
Bizdelnick » 06.04.2016 09:06
Ничего не понял. Чего добиться-то хотите?
Во-первых, почему не используете репозиторный openvpn? Во-вторых, если так нужен самосборный, почему не возьмёте репозиторные сорцы и не соберёте из них пакет, внеся необходимые правки? В-третьих, зачем Вам понадобился ещё и самосборный openssl? И в-четвёртых, если Вы в конце концов собрали openvpn с системным openssl, то о чём вообще вопрос?
Пишите правильно:
в консоли вку́пе (с чем-либо) в общем вообще |
в течение (часа) новичок нюанс по умолчанию |
приемлемо проблема пробовать трафик |
-
Grem1in
- Сообщения: 22
Re: Сборка openvpn из исходников, проблема с зависимостями.
Сообщение
Grem1in » 06.04.2016 09:17
Bizdelnick писал(а): ↑
06.04.2016 09:06
Ничего не понял. Чего добиться-то хотите?
собрать openvpn и openssl из исходников, openssl собрал.
Bizdelnick писал(а): ↑
06.04.2016 09:06
Во-первых, почему не используете репозиторный openvpn?
Потому что критические уязвимости исправлять руками быстрее нежели надеяться на мейнтейнера, не всегда оперативно закрывается уязвимость (обновлений может не быть довольно долго) при уже выпущенных производителем ПО заплатках.
Bizdelnick писал(а): ↑
06.04.2016 09:06
Во-вторых, если так нужен самосборный, почему не возьмёте репозиторные сорцы и не соберёте из них пакет, внеся необходимые правки?
По тойже причине что и 2.
Bizdelnick писал(а): ↑
06.04.2016 09:06
В-третьих, зачем Вам понадобился ещё и самосборный openssl?
По тойже причине что и 2.
Bizdelnick писал(а): ↑
06.04.2016 09:06
И в-четвёртых, если Вы в конце концов собрали openvpn с системным openssl, то о чём вообще вопрос?
По тойже причине что и 2.
-
Bizdelnick
- Модератор
- Сообщения: 19825
- Статус: nulla salus bello
- ОС: Debian GNU/Linux
Re: Сборка openvpn из исходников, проблема с зависимостями.
Сообщение
Bizdelnick » 06.04.2016 10:53
Grem1in писал(а): ↑
06.04.2016 09:17
критические уязвимости исправлять руками быстрее нежели надеяться на мейнтейнера
Кхм… Эдак Вы до сборки LFS дойдёте. Хотя скорее всё-таки где-то на полпути поймёте, насколько сильно заблуждаетесь. И я так и не понял, что мешает взять и собрать пакет с нужной версией на основе репозиторного.
Если бы в дистрибутиве не обновлялись вовремя уязвимые пакеты, я бы посоветовал перейти на другой дистрибутив. Но в Fedora openvpn обновили до версии 2.3.10 1 апреля — в день релиза. openssl всегда и везде обновляют очень быстро, слишком уж многое от него зависит.Так что суть претензий к майнтейнерам я не понимаю.
По существу вопроса — я так и не понял, что Вы там делали с openssl.
Пишите правильно:
в консоли вку́пе (с чем-либо) в общем вообще |
в течение (часа) новичок нюанс по умолчанию |
приемлемо проблема пробовать трафик |
-
Grem1in
- Сообщения: 22
Re: Сборка openvpn из исходников, проблема с зависимостями.
Сообщение
Grem1in » 06.04.2016 11:00
Bizdelnick писал(а): ↑
06.04.2016 10:53
По существу вопроса — я так и не понял, что Вы там делали с openssl.
При сборке openssl на этапе выполнения make возникала ошибка:
сonfigure: error: ssl is required but missing
Решается двумя путями:
1. поставить из репозитория openssl-devel (мне не понравился, чтобы собрать пакет нужно его сначала установить, гдето-то тут логическая ошибка).
2. после скрипта ./config выполнить команду make depend
Воспользовался вторым вариантом.
И вот теперь когда openssl собран, при сборке openvpn возникает таже ошибка что была при сборке openssl.
-
Bizdelnick
- Модератор
- Сообщения: 19825
- Статус: nulla salus bello
- ОС: Debian GNU/Linux
Re: Сборка openvpn из исходников, проблема с зависимостями.
Сообщение
Bizdelnick » 06.04.2016 11:08
Grem1in писал(а): ↑
06.04.2016 11:00
При сборке openssl на этапе выполнения make возникала ошибка:
сonfigure: error: ssl is required but missing
Во-первых, из самого сообщения видно, что оно не от make, а от configure. Во-вторых, configure от openssl такую ошибку выдать не мог. Так что давайте начинать с начала, то бишь не с ошибки и того, что Вы делали после её появления, а с того, как скачали и распаковали исходники. Подробно.
Пишите правильно:
в консоли вку́пе (с чем-либо) в общем вообще |
в течение (часа) новичок нюанс по умолчанию |
приемлемо проблема пробовать трафик |
-
Grem1in
- Сообщения: 22
Re: Сборка openvpn из исходников, проблема с зависимостями.
Сообщение
Grem1in » 06.04.2016 13:03
Bizdelnick писал(а): ↑
06.04.2016 11:08
Grem1in писал(а): ↑
06.04.2016 11:00
При сборке openssl на этапе выполнения make возникала ошибка:
сonfigure: error: ssl is required but missingВо-первых, из самого сообщения видно, что оно не от make, а от configure. Во-вторых, configure от openssl такую ошибку выдать не мог. Так что давайте начинать с начала, то бишь не с ошибки и того, что Вы делали после её появления, а с того, как скачали и распаковали исходники. Подробно.
С заявлением об openssl я пролетел, всё собралось хорошо, а вот с openvpn не получилось:
cd openvpn-2.3.10
./configure
.
.
.
.
configure: error: ssl is required but missing
Подозреваю что гдето не хватает симлинков, openssl поставилась сюда:
ls -al /usr/local/ssl/
итого 48
drwxr-xr-x 9 root root 4096 апр 6 09:55 .
drwxr-xr-x 13 root root 4096 апр 6 09:55 ..
drwxr-xr-x 2 root root 4096 апр 6 09:55 bin
drwxr-xr-x 2 root root 4096 апр 6 09:55 certs
drwxr-xr-x 3 root root 4096 апр 6 09:55 include
drwxr-xr-x 4 root root 4096 апр 6 09:55 lib
drwxr-xr-x 6 root root 4096 апр 6 09:55 man
drwxr-xr-x 2 root root 4096 апр 6 09:55 misc
-rw-r—r— 1 root root 10835 апр 6 09:55 openssl.cnf
drwxr-xr-x 2 root root 4096 апр 6 09:55 private
-
Bizdelnick
- Модератор
- Сообщения: 19825
- Статус: nulla salus bello
- ОС: Debian GNU/Linux
Re: Сборка openvpn из исходников, проблема с зависимостями.
Сообщение
Bizdelnick » 06.04.2016 13:25
Если ставите библиотеку в нестандартный префикс, то надо указывать configure, где её искать. Как это сделать — обычно можно узнать из ./configure —help.
Но использовать префикс /usr/local/ssl с не советую. Или /usr/local (по умолчанию, должна найтись автоматически), или в подкаталог в /opt. И openvpn ставить в тот же префикс. Но это я тоже ещё не советовал, это просто меньшее из зол. А советую таки собирать пакеты.
Пишите правильно:
в консоли вку́пе (с чем-либо) в общем вообще |
в течение (часа) новичок нюанс по умолчанию |
приемлемо проблема пробовать трафик |
Reported by: «Adam D. Barratt» <adam@adam-barratt.org.uk>
Date: Mon, 20 May 2013 21:39:07 UTC
Severity: serious
Found in version openvpn/2.3.1-1
Fixed in version openvpn/2.3.1-2
Done: Alberto Gonzalez Iniesta <agi@inittab.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, Alberto Gonzalez Iniesta <agi@inittab.org>
:
Bug#709108
; Package src:openvpn
.
(Mon, 20 May 2013 21:39:11 GMT) (full text, mbox, link).
Acknowledgement sent
to "Adam D. Barratt" <adam@adam-barratt.org.uk>
:
New Bug report received and forwarded. Copy sent to Alberto Gonzalez Iniesta <agi@inittab.org>
.
(Mon, 20 May 2013 21:39:11 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Source: openvpn Version: 2.3.1-1 Severity: serious Hi, openvpn FTBFS on all architectures with a configure error. From the i386 build log: configure:16009: checking git checkout configure:16018: result: no configure:16169: error: route utility is required but missing Full logs available via https://buildd.debian.org/status/package.php?p=openvpn Regards, Adam
Reply sent
to Alberto Gonzalez Iniesta <agi@inittab.org>
:
You have taken responsibility.
(Tue, 21 May 2013 11:21:17 GMT) (full text, mbox, link).
Notification sent
to "Adam D. Barratt" <adam@adam-barratt.org.uk>
:
Bug acknowledged by developer.
(Tue, 21 May 2013 11:21:17 GMT) (full text, mbox, link).
Message #10 received at 709108-close@bugs.debian.org (full text, mbox, reply):
Source: openvpn Source-Version: 2.3.1-2 We believe that the bug you reported is fixed in the latest version of openvpn, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 709108@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Alberto Gonzalez Iniesta <agi@inittab.org> (supplier of updated openvpn package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 21 May 2013 12:31:39 +0200 Source: openvpn Binary: openvpn Architecture: source amd64 Version: 2.3.1-2 Distribution: unstable Urgency: low Maintainer: Alberto Gonzalez Iniesta <agi@inittab.org> Changed-By: Alberto Gonzalez Iniesta <agi@inittab.org> Description: openvpn - virtual private network daemon Closes: 709108 Changes: openvpn (2.3.1-2) unstable; urgency=low . * Add net-tools to Build-Depends. (Closes: #709108) Checksums-Sha1: 810241977299053a9aa2369110f82085ba1dc778 1154 openvpn_2.3.1-2.dsc 79af1d122fa28d5d0bc1a5805324c386459addb6 123923 openvpn_2.3.1-2.debian.tar.gz 0c83b8c41893e6affa1163a6929db0a947e39364 499572 openvpn_2.3.1-2_amd64.deb Checksums-Sha256: 7524a7254324ce525e7092e60fa5bfaefb5f813a922990d37db672aa49393bd6 1154 openvpn_2.3.1-2.dsc e455008dc7c551b0bb891575898ccbf64c22095b77af789f44e642685c1582a7 123923 openvpn_2.3.1-2.debian.tar.gz f45c89be82089f6c176af736c5ee8cbd30bcf2adc50fd10a6ab490006edfda2a 499572 openvpn_2.3.1-2_amd64.deb Files: 04c325fb0afe20c3636aab820642351b 1154 net optional openvpn_2.3.1-2.dsc 27d154912af7d4c2a7a587e3424f2eb2 123923 net optional openvpn_2.3.1-2.debian.tar.gz e4e8421e620104039f48f0f54598a8be 499572 net optional openvpn_2.3.1-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlGbUo4ACgkQxRSvjkukAcN9hgCg2JEW9x6sSawpIXAWrguBp6v8 /ncAoMHB1lV6lkVHYxPj3muhsVSwSnqm =ynBB -----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org
.
(Sun, 14 Jul 2013 07:26:33 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Thu Feb 9 09:14:09 2023;
Machine Name:
bembo
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.
Signed-off-by: Antonio Quartulli <a...@un...> --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 626b4dd4..98be7243 100644 --- a/configure.ac +++ b/configure.ac @@ -298,6 +298,7 @@ case "$host" in *-*-linux*) AC_DEFINE([TARGET_LINUX], [1], [Are we running on Linux?]) AC_DEFINE_UNQUOTED([TARGET_PREFIX], ["L"], [Target prefix]) + have_sitnl="yes" ;; *-*-solaris*) AC_DEFINE([TARGET_SOLARIS], [1], [Are we running on Solaris?]) @@ -1254,7 +1255,7 @@ if test "${enable_iproute2}" = "yes"; then test -z "${IPROUTE}" && AC_MSG_ERROR([ip utility is required but missing]) AC_DEFINE([ENABLE_IPROUTE], [1], [enable iproute2 support]) else - if test "${WIN32}" != "yes"; then + if test "${WIN32}" != "yes" -a "${have_sitnl}" != "yes"; then test -z "${ROUTE}" && AC_MSG_ERROR([route utility is required but missing]) test -z "${IFCONFIG}" && AC_MSG_ERROR([ifconfig utility is required but missing]) fi -- 2.17.0