Compile Apache 2.0.40 from SRPM

From: j.travis (skynet_at_psinode.com)
Date: 12/31/03

  • Next message: Cleveland_at_winnefox.org: "RE: Forcing sendmail to send using a single ip address?"
    To: "Red Hat Mailing List" <redhat-list@redhat.com>
    Date: Wed, 31 Dec 2003 09:35:21 -0800
    
    

    I am trying to get some practice compiling apache by using the
    httpd-2.0.40.tar.gz that comes with the 9.0 SRPMs (so that I won't have to
    worry about compatibility issues). My configure is straightforward:

    #
    ./configure --enable-layout=RedHat --enable-mods-shared=all --enable-ssl --w
    ith-ssl=/usr

    But when I compile it terminates at the ssl options. I am using a default
    openssl package with a RH9.0 install (0.97a) so my assumption is that the
    apache and openssl software are compatible. Does anyone see anything
    obvious here?

    [---snip---] --------------------------------------------------------------
    ---------------------------
    make[4]: Entering directory `/root/httpd-2.0.40/modules/ssl'
    /bin/sh /root/httpd-2.0.40/srclib/apr/libtool --silent --mode=compile
    cc -g -O2 -pthread -DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_S
    OURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_IN
    ITIALIZER -I/root/httpd-2.0.40/srclib/apr/include -I/root/httpd-2.0.40/src
    lib/apr-util/include -I. -I/root/httpd-2.0.40/os/unix -I/root/httpd-2.0.40/s
    erver/mpm/prefork -I/root/httpd-2.0.40/modules/http -I/root/httpd-2.0.40/mod
    ules/filters -I/root/httpd-2.0.40/modules/proxy -I/root/httpd-2.0.40/include
     -I/usr/include/openssl -I/root/httpd-2.0.40/modules/dav/main -prefer-pic -c
    mod_ssl.c && touch mod_ssl.slo
    In file included from /usr/include/openssl/ssl.h:179,
                     from mod_ssl.h:111,
                     from mod_ssl.c:60:
    /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
    In file included from /usr/include/openssl/ssl.h:179,
                     from mod_ssl.h:111,
                     from mod_ssl.c:60:
    /usr/include/openssl/kssl.h:132: parse error before "krb5_enctype"
    ----------------------------------------------------------------------------
    ---------------

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Cleveland_at_winnefox.org: "RE: Forcing sendmail to send using a single ip address?"