You are not logged in.
Pages: 1
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
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
Pages: 1
[ Generated in 0.020 seconds, 8 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]