ericovk
Verified User
Hi, I am running into some errors during the installation of DA on CentOS 6.4 64-bit.
I haven't found any possible solutions yet. The error I get is:
Make again doesn't bring me any further.
A couple of lines above I can see there is also something wrong with a httpd folder, don't know if it's related to the make error.
I have installed the CentOS apps (http://help.directadmin.com/item.php?id=354) before running the DA setup.
Edit:
./include/apr_network_io.h:238 says:
I am running CentOS in Oracle's VirtualBox. I have set up the network through a bridge connection. Could that be part of the problem?
I haven't found any possible solutions yet. The error I get is:
Code:
In file included from strings/apr_snprintf.c:22:
./include/apr_network_io.h:238: error: field 'sin' has incomplete type
make[3]: *** [strings/apr_snprintf.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.2.26/srclib/apr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.2.26/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.2.26/srclib'
make: *** [all-recursive] Error 1
*** The make has failed, would you like to try to make again? (y,n):
Make again doesn't bring me any further.
A couple of lines above I can see there is also something wrong with a httpd folder, don't know if it's related to the make error.
Code:
...
Done Configuration.
increasing FD_SETSIZE in os/tpf/os.h ..
./build: line 7698: cd: httpd-2.2.26: No such file or directory
Trying to make Apache 2...
Making all in srclib
I have installed the CentOS apps (http://help.directadmin.com/item.php?id=354) before running the DA setup.
Edit:
./include/apr_network_io.h:238 says:
Code:
235 /** Union of either IPv4 or IPv6 sockaddr. */
236 union {
237 /** IPv4 sockaddr structure */
238 struct sockaddr_in sin;
239 #if APR_HAVE_IPV6
240 /** IPv6 sockaddr structure */
241 struct sockaddr_in6 sin6;
I am running CentOS in Oracle's VirtualBox. I have set up the network through a bridge connection. Could that be part of the problem?
Last edited: