Apache 0.8.8 & Linux Compile problems.

Apache 0.8.8 & Linux Compile problems.

Post by Bill Wo » Mon, 04 Sep 1995 04:00:00



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!

 
 
 

1. problems with (Apache && Solaris && mod_perl)

I've developed this nifty XML-parsing content handler in mod_perl on
Red Hat 6.0 (Apache 1.3.6) -- works fine there.  I've tried to put it
on 2 different Sun Ultra Sparcs running Apache 1.3.3 and 1.3.6 -- both
give an internal server error when I run that handler:

Can't locate object method "read" via package "FileHandle" at
/usr/local/lib/perl5/site_perl/XML/Parser/Expat.pm line 268.

Both of the Solaris builds of Apache are static, where the Linux build
is DSO.  So there's obviously one big thing left to check. :) , but I
was wondering if anyone else has had similar problems, or knows a few
other things to look into.

Thanks,
phil

2. find with the -exec option

3. PERL && mod_perl && FreeBSD && Apache

4. Help a newcomer to Linux please?

5. Apache compile & Php & mysql

6. how to change the desktop font size for hr6.1?

7. compiling apache w/ glibc6 && RH 5.0

8. BBS software

9. ELF & linux & DOS & cross-compiling

10. Problems compiling Perl & PHP into Apache

11. apache 1.3.2 & mod_perl compile problems?

12. Apache 1.2.1 & Ben SSL v1.7 Compile Problems

13. problem compile apache with mod_auth_dbm.o & mod_auth_db.o.