Error during installation

Weekly dev snapshots are available for testing.
We talk about them here. Testing features in the dev snapshot helps the features make it to stable.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

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!
Post Reply
Atalantia
OpenVpn Newbie
Posts: 2
Joined: Wed Oct 30, 2019 4:19 am

Error during installation

Post by Atalantia » Wed Oct 30, 2019 4:43 am

Hello people,
I try to install openvpn-2.4.7 on macOS 10.13.6 but I get some errors and the openVPN bin is also not on the HD. Here part of the installer log:
What can I do?

Code: Select all

1 error generated.
configure:4729: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.4.7"
| #define PACKAGE_STRING "OpenVPN 2.4.7"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,4,7,0
| #define OPENVPN_VERSION_MAJOR 2
| #define OPENVPN_VERSION_MINOR 4
| #define OPENVPN_VERSION_PATCH ".7"
| #define PACKAGE "openvpn"
| #define VERSION "2.4.7"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4754: result: gcc -E
configure:4774: gcc -E  conftest.c
configure:4774: $? = 0
configure:4788: gcc -E  conftest.c
conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^~~~~~~~~~~~~~~~~~
1 error generated.
configure:4788: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.4.7"
| #define PACKAGE_STRING "OpenVPN 2.4.7"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,4,7,0
| #define OPENVPN_VERSION_MAJOR 2
| #define OPENVPN_VERSION_MINOR 4
| #define OPENVPN_VERSION_PATCH ".7"
| #define PACKAGE "openvpn"
| #define VERSION "2.4.7"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4817: checking for grep that handles long lines and -e
configure:4875: result: /usr/bin/grep
configure:4880: checking for egrep
configure:4942: result: /usr/bin/grep -E
configure:4947: checking for ANSI C header files
configure:4967: gcc -c -g -O2  conftest.c >&5
configure:4967: $? = 0
configure:5040: gcc -o conftest -g -O2   conftest.c  >&5
configure:5040: $? = 0
configure:5040: ./conftest
configure:5040: $? = 0
configure:5051: result: yes
configure:5064: checking for sys/types.h
configure:5064: gcc -c -g -O2  conftest.c >&5
configure:5064: $? = 0
configure:5064: result: yes
configure:5064: checking for sys/stat.h
configure:5064: gcc -c -g -O2  conftest.c >&5
configure:5064: $? = 0
configure:5064: result: yes
configure:5064: checking for stdlib.h
configure:5064: gcc -c -g -O2  conftest.c >&5
configure:5064: $? = 0
configure:5064: result: yes
configure:5064: checking for string.h
configure:5064: gcc -c -g -O2  conftest.c >&5
configure:5064: $? = 0
configure:5064: result: yes
configure:5064: checking for memory.h
configure:5064: gcc -c -g -O2  conftest.c >&5
configure:5064: $? = 0
configure:5064: result: yes
configure:5064: checking for strings.h
configure:5064: gcc -c -g -O2  conftest.c >&5
configure:5064: $? = 0
configure:5064: result: yes
configure:5064: checking for inttypes.h
configure:5064: gcc -c -g -O2  conftest.c >&5
configure:5064: $? = 0
configure:5064: result: yes
configure:5064: checking for stdint.h
configure:5064: gcc -c -g -O2  conftest.c >&5
configure:5064: $? = 0
configure:5064: result: yes
configure:5064: checking for unistd.h
configure:5064: gcc -c -g -O2  conftest.c >&5
configure:5064: $? = 0
configure:5064: result: yes
configure:5077: checking minix/config.h usability
configure:5077: gcc -c -g -O2  conftest.c >&5
conftest.c:58:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
         ^~~~~~~~~~~~~~~~
1 error generated.
configure:5077: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.4.7"
| #define PACKAGE_STRING "OpenVPN 2.4.7"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,4,7,0
| #define OPENVPN_VERSION_MAJOR 2
| #define OPENVPN_VERSION_MINOR 4
| #define OPENVPN_VERSION_PATCH ".7"
| #define PACKAGE "openvpn"
| #define VERSION "2.4.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:5077: result: no
configure:5077: checking minix/config.h presence
configure:5077: gcc -E  conftest.c
conftest.c:25:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
         ^~~~~~~~~~~~~~~~
1 error generated.
configure:5077: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.4.7"
| #define PACKAGE_STRING "OpenVPN 2.4.7"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,4,7,0
| #define OPENVPN_VERSION_MAJOR 2
| #define OPENVPN_VERSION_MINOR 4
| #define OPENVPN_VERSION_PATCH ".7"
| #define PACKAGE "openvpn"
| #define VERSION "2.4.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: Error during installation

Post by TinCanTech » Wed Oct 30, 2019 1:02 pm

Atalantia wrote:
Wed Oct 30, 2019 4:43 am
I try to install openvpn-2.4.7 on macOS 10.13.6
Use TunnelBlick.

Post Reply