SliTaz SliTaz Forum

You are not logged in.

#1 2015-01-22 22:27:25

leninelenine
Member
Registered: 2015-01-20
Posts: 9

install openvpn from .tar.gz

Hello

I have extract my .tar.gz file and then I type ./configure I have this message:

openvpn-2.3.6/COPYING

openvpn-2.3.6/aclocal.m4

openvpn-2.3.6/config.sub

root@slitaz:~# cd /root/openvpn-2.3.6/

root@slitaz:~/openvpn-2.3.6# ./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... i686-pc-linux-gnu

checking host system type... i686-pc-linux-gnu

checking for style of include used by make... none

checking for gcc... no

checking for cc... no

checking for cl.exe... no

configure: error: in `/root/openvpn-2.3.6':

configure: error: no acceptable C compiler found in $PATH

See `config.log' for more details

root@slitaz:~/openvpn-2.3.6#

How to solve this please

Thanks

Offline

#2 2015-01-23 03:25:19

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: install openvpn from .tar.gz

OpenVPN has been upgraded to 2.3.6 and is on the mirror now.

To answer your question.

The solution is in the output error:

checking for gcc... no

configure: error: no acceptable C compiler found in $PATH

http://doc.slitaz.org/en:cookbook:toolchain

The Toolchain is the set of packages used to build the entire system. It consists of Binutils, GCC, Linux API headers and the GNU libc aka Glibc.

These tools are installed with this command:

[c]tazpkg -gi slitaz-toolchain[/c]

I don't know how to configure openvpn server.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.020 seconds, 8 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]