On 8/30/05, Zottl, Julian (Contractor) <[EMAIL PROTECTED]> wrote:
>
>
> Hello all,
> Recently I compiled Apache 2.0.49 on Suse Linux using the following:
> ./configure --enable-layout=FannieMae --with-program-name=apache2
> --disable-mandir --disable-iconsdir --enable-static-rotatelogs \
>
> --disable-isapi --enable-static-rotatelogs --disable-autoindex --enable-info
> --disable-userdir --enable-rewrite --enable-so --with-mpm=worker
>
> Everything compiles successfully, however, after compiling, I need to
> manually modify apachectl to point to the correct places. Specifically, I
> need to edit:
>
> pname=apache2
> sysconfig_apache=/etc/sysconfig/$pname
> sysconfdir=/etc/apache2
>
> test -s $sysconfig_apache && source $sysconfig_apache
> httpd_conf=${APACHE_HTTPD_CONF:-$sysconfdir/httpd.conf}
>
> I have looked in the configure script and the Makefile, but am unable to
> find which script modifies these during compiling. I have tried modifying
> ./support/apachectl before the compile, but it gets over written. Any help
> is much appreciated!
Those defines that you mention are not present in apachectl as
distributed from httpd.apache.org. Perhaps this is some script
provided by SUSE, in which case I would not expect it to be fixed by
an apache source install.
Joshua.
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]