Warning ! Big Issues With Custombuild

Salmus

Verified User
Joined
Feb 15, 2008
Messages
39
root@Webhosting-Node1:/usr/local/directadmin/custombuild# ./build apache
-e File already exists: httpd-2.2.9.tar.gz
MD5 Checksum on httpd-2.2.9.tar.gz passed.
-e File already exists: httpd_2
-e File already exists: httpd_2_freebsd
-e File already exists: httpd_2_debian
Backing up certificate and key, and turning off httpd for DirectAdmins's check.
Found /usr/local/directadmin/custombuild/httpd-2.2.9.tar.gz
Extracting /usr/local/directadmin/custombuild/httpd-2.2.9.tar.gz...
Configuring httpd-2.2.9
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu

Configuring Apache Portable Runtime library ...

configuring package in srclib/apr now
configure: WARNING: Unrecognized options: --enable-so, --enable-dav, --enable-dav-fs, --enable-dav-lock, --enable-suexec, --enable-deflate, --enable-unique-id, --with-suexec-caller, --with-suexec-docroot, --with-suexec-gidmin, --with-suexec-logfile, --with-suexec-uidmin, --with-suexec-userdir, --with-suexec-bin, --with-included-apr, --with-pcre, --enable-logio, --enable-ssl, --enable-rewrite, --enable-proxy, --with-ssl, --enable-headers
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu




What's happening ? Just wanted to make an global upgrade ... I updated the build script & everything ...
 
try ./build clean

If that doesnt fix it then you should delete the custombuild folder and download a fresh copy and install it.
 
Tried this already, there is a prob. with the build command, and I can't figure it out where ....


Code:
"./configure" \
        "--prefix=/etc/httpd" \
        "--exec-prefix=/etc/httpd" \
        "--bindir=/usr/bin" \
        "--sbindir=/usr/sbin" \
        "--sysconfdir=/etc/httpd/conf" \
        "--enable-so" \
        "--enable-dav" \
        "--enable-dav-fs" \
        "--enable-dav-lock" \
        "--enable-suexec" \
        "--enable-deflate" \
        "--enable-unique-id" \
        "--with-suexec-caller=apache" \
        "--with-suexec-docroot=/" \
        "--with-suexec-gidmin=100" \
        "--with-suexec-logfile=/var/log/httpd/suexec_log" \
        "--with-suexec-uidmin=100" \
        "--with-suexec-userdir=public_html" \
        "--with-suexec-bin=/usr/sbin/suexec" \
        "--with-included-apr" \
        "--with-pcre=/usr/local" \
        "--includedir=/usr/include/apache" \
        "--libexecdir=/usr/lib/apache" \
        "--datadir=/var/www" \
        "--localstatedir=/var" \
        "--enable-logio" \
        "--enable-ssl" \
        "--enable-rewrite" \
        "--enable-proxy" \
        "--with-ssl=/usr" \
        "--enable-headers"

EDIT1: Everything seems ok, apache doesn't like .... Hmm


EDIT2: I've found that there is a problem with httpd-2.2.9, beacouse I downloaded 2.2.8 and tried to configure and it goes without any problems !
 
Last edited:
Back
Top