You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/04/12 15:51:55 UTC

DO NOT REPLY [Bug 39283] New: - Make fails with ----with-mpm=worker enabled

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39283>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39283

           Summary: Make fails with ----with-mpm=worker enabled
           Product: Apache httpd-2
           Version: 2.2.0
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: andrew.lee@whenu.com


ap_thread_stacksize is never defined, but used in worker.c :


make[1]: Entering directory `/d00/httpd-2.2.0'
gcc -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE
-D_LARGEFILE64_SOURCE    -I/d00/httpd-2.2.0/srclib/pcre -I.
-I/d00/httpd-2.2.0/os/unix -I/d00/httpd-2.2.0/server/mpm/worker
-I/d00/httpd-2.2.0/modules/http -I/d00/httpd-2.2.0/modules/filters
-I/d00/httpd-2.2.0/modules/proxy -I/d00/httpd-2.2.0/include
-I/d00/httpd-2.2.0/modules/generators -I/d00/httpd-2.2.0/modules/mappers
-I/d00/httpd-2.2.0/modules/database -I/usr/local/apache2/include
-I/d00/httpd-2.2.0/server -I/d00/httpd-2.2.0/modules/proxy/../generators
-I/usr/kerberos/include -I/d00/httpd-2.2.0/modules/ssl
-I/d00/httpd-2.2.0/modules/dav/main  -c /d00/httpd-2.2.0/server/buildmark.c
/usr/local/apache2/build/libtool --silent --mode=link gcc -g -O2 -pthread      
 -o httpd  modules.lo buildmark.o -export-dynamic server/libmain.la
modules/http/libmod_http.la modules/mappers/libmod_so.la
server/mpm/worker/libworker.la os/unix/libos.la -lm
/d00/httpd-2.2.0/srclib/pcre/libpcre.la /usr/local/apache2/lib/libaprutil-1.la
-lgdbm -ldb-4.3 -lsqlite3 -lexpat /usr/local/apache2/lib/libapr-1.la -luuid -lrt
-lcrypt -lpthread -ldl
server/mpm/worker/.libs/libworker.a(worker.o)(.text+0x12b2): In function
`child_main':
/d00/httpd-2.2.0/server/mpm/worker/worker.c:1178: undefined reference to
`ap_thread_stacksize'
collect2: ld returned 1 exit status

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

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39283] - Make fails with ----with-mpm=worker enabled

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39283>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39283


jorton@redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From jorton@redhat.com  2006-08-16 12:49 -------
No further input: presuming this was a user error as suggested.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39283] - Make fails with ----with-mpm=worker enabled

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39283>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39283





------- Additional Comments From trawick@apache.org  2006-04-12 15:08 -------
did you run "make distclean" before invoking configure again?  if not, do so and
report back ;)

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

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org