https://issues.apache.org/bugzilla/show_bug.cgi?id=48101

           Summary: error: `mutex_fcntl_methods' undeclared
           Product: Apache httpd-2
           Version: 2.2.14
          Platform: PC
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=24459)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24459)
this is srclib/apr/config.log

I tried to compile apache configured as

$ CC=/usr/sfw/bin/gcc ./configure --prefix=/var/tmp/apache --with-included-apr
--enable-authnz-ldap --with-ldap --enable-ldap
$ make
...
/bin/bash /root/Downloads/httpd-2.2.14/srclib/apr/libtool --silent
--mode=compile /usr/sfw/bin/gcc -g -O2   -DHAVE_CONFIG_H -DSOLARIS2=11
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/root/Downloads/httpd-2.2.14/srclib/apr/include/arch/unix
-I./include/arch/unix
-I/root/Downloads/httpd-2.2.14/srclib/apr/include/arch/unix
-I/root/Downloads/httpd-2.2.14/srclib/apr/include  -o locks/unix/proc_mutex.lo
-c locks/unix/proc_mutex.c && touch locks/unix/proc_mutex.lo
locks/unix/proc_mutex.c: In function `proc_mutex_choose_method':
locks/unix/proc_mutex.c:834: error: `mutex_fcntl_methods' undeclared (first use
in this function)
locks/unix/proc_mutex.c:834: error: (Each undeclared identifier is reported
only once
locks/unix/proc_mutex.c:834: error: for each function it appears in.)
gmake[3]: *** [locks/unix/proc_mutex.lo] Error 1
gmake[3]: Leaving directory `/root/Downloads/httpd-2.2.14/srclib/apr'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/root/Downloads/httpd-2.2.14/srclib/apr'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/root/Downloads/httpd-2.2.14/srclib'
gmake: *** [all-recursive] Error 1


I am attaching srclib/apr/config.log

Thank you

-- 
  Vlad

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to