
bugzilla at apache
Nov 2, 2009, 2:39 AM
Post #1 of 1
(138 views)
Permalink
|
|
[Bug 48101] New: error: `mutex_fcntl_methods' undeclared
|
|
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: bugs [at] httpd ReportedBy: Vladimir.Marek [at] Sun 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: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|