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 2005/06/28 23:16:30 UTC

DO NOT REPLY [Bug 35530] New: - Compiling Error with MPM worker Apache-2.1.6

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=35530>.
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=35530

           Summary: Compiling Error with MPM worker Apache-2.1.6
           Product: Apache httpd-2.0
           Version: 2.1-HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: worker
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: apbug@the-arena.info


with mpm=worker
make results in 
server/mpm/worker/.libs/libworker.a(worker.o)(.text+0x163f): In function
`child_main':
/compile/httpd-2.1.6-alpha/server/mpm/worker/worker.c:1168: undefined reference
to `ap_thread_stacksize'
collect2: ld returned 1 exit status
make[1]: *** [httpd] Fehler 1
make[1]: Leaving directory `/compile/httpd-2.1.6-alpha'
make: *** [all-recursive] Fehler 1

with mpm=prefork, compiling is done without errors

complete configure:

./configure --prefix=/wwwsoft/apache_2.1.6 --enable-suexec
--with-suexec-caller=apache2 --with-suexec-docroot=/home/www/apache2
--with-suexec-logfile=/logs/apache2/suexec-log --enable-mem-cache --enable-cache
--enable-disk-cache --enable-file-cache --enable-filter --enable-ext-filter
--enable-deflate --enable-usertrack --enable-headers --enable-expires
--enable-log-forensic --enable-ssl --enable-http --enable-vhost-alias
--enable-cgi --enable-cgid --enable-so --with-mpm=worker
--with-ssl=../openssl-0.9.7g

-- 
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