cancel
Showing results for 
Search instead for 
Did you mean: 

Apache server installation error

Former Member
0 Kudos

Hi all,

We are trying to install Apache server for content server 6.40. We are ending up with error when executing make command. Our OS version is AIX 7.1

make

Making all in srclib

Making all in apr

        /bin/sh /GPFS/install/SAP/apache/httpd-2.2.25/srclib/apr/libtool --silent --mode=compile gcc -g -O2   -DHAVE_CONFIG_H -U__STR__ -D_THREAD_SAFE   -I./include -I/GPFS/install/SAP/apache/httpd-2.2.25/srclib/apr/include/arch/unix -I./include/arch/unix -I/GPFS/install/SAP/apache/httpd-2.2.25/srclib/apr/include/arch/unix -I/GPFS/install/SAP/apache/httpd-2.2.25/srclib/apr/include  -o file_io/unix/filedup.lo -c file_io/unix/filedup.c && touch file_io/unix/filedup.lo

file_io/unix/filedup.c: In function 'file_dup':

file_io/unix/filedup.c:49: error: 'F_GETFD' undeclared (first use in this function)

file_io/unix/filedup.c:49: error: (Each undeclared identifier is reported only once

file_io/unix/filedup.c:49: error: for each function it appears in.)

file_io/unix/filedup.c:52: error: 'FD_CLOEXEC' undeclared (first use in this function)

file_io/unix/filedup.c:53: error: 'F_SETFD' undeclared (first use in this function)

make: 1254-004 The error code from the last command is 1.

Stop.

Please help us in resolving this issue.

Regards,

Madhu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Madhu

You Need to have proper C Compiler to build the Apache.

Regards

Kay-Uwe