You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Andre Volmensky <An...@datcom.com.au> on 2003/06/16 07:37:52 UTC

[users@httpd] Errors compiling Apache 2.0.46

Hello all,

I am having trouble trying to compile Apache 2.0.46 under slackware 9.0
(Fresh install)

Basically when I do a basic ./configure then make it will compile for a
while then come up with this error (there is a lot more text before this
that would also relate to this particular error but I did not want to
spam the list): 

<snip>
server/.libs/libmain.a(mpm_common.o)(.text+0x247):/root/httpd-2.0.46/ser
ver/mpm_common.c:286: undefined reference to `ap_server_conf'
server/.libs/libmain.a(mpm_common.o)(.text+0x271):/root/httpd-2.0.46/ser
ver/mpm_common.c:294: more undefined references to `ap_server_conf'
follow
server/.libs/libmain.a(scoreboard.o)(.text+0x146): In function
`ap_calc_scoreboard_size':
/root/httpd-2.0.46/server/scoreboard.c:133: undefined reference to
`ap_mpm_query'
server/.libs/libmain.a(scoreboard.o)(.text+0x154):/root/httpd-2.0.46/ser
ver/scoreboard.c:134: undefined reference to `ap_mpm_query'
server/.libs/libmain.a(scoreboard.o)(.text+0x632): In function
`find_child_by_pid':
/root/httpd-2.0.46/server/scoreboard.c:381: undefined reference to
`ap_mpm_query'
server/.libs/libmain.a(scoreboard.o)(.text+0x7ff): In function
`ap_update_child_status_from_indexes':
/root/httpd-2.0.46/server/scoreboard.c:422: undefined reference to
`ap_my_generation'
os/unix/.libs/libos.a(unixd.o)(.text+0x7aa): In function `unixd_accept':
/root/httpd-2.0.46/os/unix/unixd.c:575: undefined reference to
`ap_server_conf'
os/unix/.libs/libos.a(unixd.o)(.text+0x7d6):/root/httpd-2.0.46/os/unix/u
nixd.c:592: undefined reference to `ap_server_conf'
collect2: ld returned 1 exit status
make[1]: *** [httpd] Error 1
make[1]: Leaving directory `/root/httpd-2.0.46'
make: *** [all-recursive] Error 1
</snip>

Does anyone know any way around this? Any libraries that I need to
install etc? 

Thanks,
Andre

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org