This is a discussion on 2.0.46 Apache using mpm worker within the Linux Web Servers forums, part of the Web Server and Related Forums category; Hi All I am trying to compile Apache 2.0.46 so it uses worker mpm the platform is Linux ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi All
I am trying to compile Apache 2.0.46 so it uses worker mpm the platform is Linux Redhat 9.0 kernel 2.4.20-8 #1 I use the following command ../configure --prefix=/usr/local/apache2 --enable-modules="so info" --with-mpm=worker this seems to execute fine but when i run make i get a bunch of errors last one of which is Warning: size of symbol `ap_mpm_pod_killpg' changed from 56 to 53 in server/.libs/libmain.a(mpm_common.o) Any help with this would be great. Cheers Neil |
|
|||
|
Try "make clean" first, then "make"
Ed n_mitchell99@yahoo.co.uk (mitch 70) wrote in message news:<4da8b6c3.0308220359.52db1fa4@posting.google. com>... > Hi All > > I am trying to compile Apache 2.0.46 so it uses worker mpm the > platform is > > Linux Redhat 9.0 kernel 2.4.20-8 #1 > > I use the following command > > ./configure --prefix=/usr/local/apache2 --enable-modules="so info" > --with-mpm=worker > > this seems to execute fine but when i run make i get a bunch of errors > last one of which is > > Warning: size of symbol `ap_mpm_pod_killpg' changed from 56 to 53 in > server/.libs/libmain.a(mpm_common.o) > > Any help with this would be great. > > Cheers > > > Neil |
| Thread Tools | |
| Display Modes | |
|
|