You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Figment Enygma <fi...@figmentenygma.com> on 2003/11/17 20:29:15 UTC

[users@httpd] Apache 2.0.48 - Compile Errors - Augh, Help!

Im running a NO X / No GTK+ if possible installation of Slackware 9.1 -
Trying to compile as much stuff with my own options as I can to have
more control over my system, and learn more about it in general.

Per http://lamps.efactory.de/e-lamps-2-0.shtml I am trying to install
Apache and PHP.

i havent even unzipped PHP yet, but OpenSSL 0.9.7c, is installed in
/usr/local/ssl.

my apache configureation options are:
./configure \
--prefix=/usr/local/apache2 \
--enable-modules=all \
--enable-ssl \
--with-ssl=/usr/local/ssl \
--enable-so

It configures just fine, but make errors out as follows:

/pub/~nix/networking/internet/apache/2/2.0.48/httpd-2.0.48/srclib/apr/li
btool --silent --mode=link gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-DAP_HAVE_DESIGNATED_INITIALIZER
-I/pub/~nix/networking/internet/apache/2/2.0.48/httpd-2.0.48/srclib/apr/
include
-I/pub/~nix/networking/internet/apache/2/2.0.48/httpd-2.0.48/srclib/apr-
util/include -I.
-I/pub/~nix/networking/internet/apache/2/2.0.48/httpd-2.0.48/os/unix
-I/pub/~nix/networking/internet/apache/2/2.0.48/httpd-2.0.48/server/mpm/
prefork
-I/pub/~nix/networking/internet/apache/2/2.0.48/httpd-2.0.48/modules/htt
p
-I/pub/~nix/networking/internet/apache/2/2.0.48/httpd-2.0.48/modules/fil
ters
-I/pub/~nix/networking/internet/apache/2/2.0.48/httpd-2.0.48/modules/pro
xy -I/pub/~nix/networking/internet/apache/2/2.0.48/httpd-2.0.48/include
-I/usr/local/ssl/include/openssl -I/usr/local/ssl/include
-I/pub/~nix/networking/internet/apache/2/2.0.48/httpd-2.0.48/modules/dav
/main -export-dynamic -L/usr/local/ssl/lib -o libmain.la test_char.h
config.lo log.lo main.lo vhost.lo util.lo util_script.lo util_md5.lo
util_cfgtree.lo util_ebcdic.lo util_time.lo rfc1413.lo connection.lo
listen.lo mpm_common.lo util_charset.lo util_debug.lo util_xml.lo
util_filter.lo
/pub/~nix/networking/internet/apache/2/2.0.48/httpd-2.0.48/server/export
s.lo buildmark.lo scoreboard.lo error_bucket.lo protocol.lo core.lo
request.lo provider.lo
ar: .libs/libmain.al: Is a directory
make[2]: *** [libmain.la] Error 1
make[2]: Leaving directory
`/pub/~nix/networking/internet/apache/2/2.0.48/httpd-2.0.48/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/pub/~nix/networking/internet/apache/2/2.0.48/httpd-2.0.48/server'
make: *** [all-recursive] Error 1

well, i did some snooping...
/pub/~nix/networking/internet/apache/2/2.0.48/httpd-2.0.48/server/.libs
total 12
4 drwxr-xr-x 2 root root 4096 Nov 14 23:15 ./
4 drwxr-xr-x 4 figment users 4096 Nov 14 23:15 ../
4 -rw-r--r-- 1 root root 8 Nov 14 23:15 libmain.al

#less libmain.al


!<arch>
libmain.al lines 1-1/1 (END)

I got the tarball from apache.org, and im still wondering whats the
deal....
maybe i should attempt an earlier version....
===================================================================
Does apache 2 have any dependencies?

I tried spot checking several versions of apache 2 now to see if there
is a version that [./configure && make]'s, and what the cut off for me
is... here is what I found:

o Apache 2.0.43 and prior all compile with no error

o Apache 2.0.44 and later all error out of the compile process with the
same message about libmain.al|la

Does anyone know what changed between 2.0.43/2.0.44 to cause something
like this? I looked in 2.0.44's CHANGES file, but i didnt see anything,
.. of course, if i saw it i probably wouldnt know....
===================================================================


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