I'm having problems trying to compile the Apache server v0.8.8 under Linux
v1.2.9.
The following is the output of the 'make' process. Is anyone else running into
these problems?
Or know how to fix 'em? Thanks!
matrix:~/apache/apache_0.8.8/src# make
gcc -c -O2 -DLINUX alloc.c
gcc -c -O2 -DLINUX http_main.c
gcc -c -O2 -DLINUX http_core.c
gcc -c -O2 -DLINUX http_config.c
gcc -c -O2 -DLINUX http_request.c
gcc -c -O2 -DLINUX http_log.c
gcc -c -O2 -DLINUX http_protocol.c
gcc -c -O2 -DLINUX rfc931.c
gcc -c -O2 -DLINUX util.c
util.c: In function `get_remote_host':
util.c:768: warning: passing arg 2 of `pstrdup' discards `const' from pointer
ta
rget type
util.c: In function `find_fqdn':
util.c:837: warning: passing arg 2 of `pstrdup' discards `const' from pointer
ta
rget type
gcc -c -O2 -DLINUX util_script.c
gcc -c -O2 -DLINUX modules.c
gcc -c -O2 -DLINUX mod_mime.c
gcc -c -O2 -DLINUX mod_access.c
mod_access.c: In function `create_access_dir_config':
mod_access.c:96: warning: assignment makes integer from pointer without a cast
gcc -c -O2 -DLINUX mod_auth.c
gcc -c -O2 -DLINUX mod_negotiation.c
gcc -c -O2 -DLINUX mod_include.c
gcc -c -O2 -DLINUX mod_dir.c
gcc -c -O2 -DLINUX mod_cgi.c
gcc -c -O2 -DLINUX mod_userdir.c
gcc -c -O2 -DLINUX mod_alias.c
gcc -c -O2 -DLINUX mod_log_common.c
gcc -c -O2 -DLINUX mod_asis.c
gcc -c -O2 -DLINUX mod_imap.c
gcc -o httpd alloc.o http_main.o http_core.o http_config.o http_request.o
http_
log.o http_protocol.o rfc931.o util.o util_script.o modules.o mod_mime.o
mod_acc
ess.o mod_auth.o mod_negotiation.o mod_include.o mod_dir.o mod_cgi.o
mod_userdir
.o mod_alias.o mod_log_common.o mod_asis.o mod_imap.o
ld: malformed input file (not rel or archive) /usr/lib/libc.sa()
make: *** [httpd] Error 1
Takecare!