You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Zottl, Julian (Contractor)" <ju...@fanniemae.com> on 2005/09/05 18:58:17 UTC

RE: [users@httpd] Compiling issue...

 Hey Joyce,
Sorry, I hadn't been able to get back to you regarding your suggestion.
I had already defined prefix and exec-prefix in my config.layout as
FannieMae.  Here are the full details of that file:
<Layout FannieMae>
    prefix:        /export/webapps/suse/webserver/apache/2.0.49
    exec_prefix:   ${prefix}
    bindir:        ${exec_prefix}/bin
    sbindir:       ${exec_prefix}/sbin
    libdir:        ${exec_prefix}/lib
    libexecdir:    ${exec_prefix}/lib/modules
    mandir:        ${exec_prefix}/share/man
    sysconfdir:    /export/webapps/suse/webserver/apache/2.0.49/config
    datadir:       ${exec_prefix}/share
    iconsdir:      ${datadir}/icons
    htdocsdir:     /export/appl/website
    manualdir:     ${htdocsdir}/manual
    cgidir:        ${prefix}/usr/lib/cgi-bin
    includedir:    ${exec_prefix}/include
    localstatedir: ${prefix}/var/run
    runtimedir:    ${prefix}/var/run
    logfiledir:    /export/webapps/suse/webserver/logs/2.0.49
    proxycachedir: ${prefix}/var/cache/proxy
    infodir:       ${exec_prefix}/share/info
    installbuilddir: ${sysconfdir}/build
    errordir:      /export/webapps/suse/webserver/logs/2.0.49
</Layout>

Everything goes where it needs to when I do a "make install", however
the apachectl script is not being modified to the directory stucture
above.

Does the apachectl script actually get modified at compile time, and if
so, by what?  I'd like to leave the source alone as much as possible (as
we have a contract for support if I can get this to work), but if
needed, I can make adjustments.

Thanks for your help,
Julian


The electronic mail message you have received and any files transmitted
with it are confidential and solely for the intended addressee(s)'s
attention. Do not divulge, copy, forward, or use the contents,
attachments, or information without permission of Fannie Mae.
Information contained in this message is provided solely for the purpose
stated in the message or its attachment(s) and must not be disclosed to
any third party or used for any other purpose without consent of Fannie
Mae. If you have received this message and/or any files transmitted with
it in error, please delete them from your system, destroy any hard
copies of them, and contact the sender.      


-----Original Message-----
From: Ian Joyce [mailto:ian.joyce@gmail.com] 
Sent: Tuesday, August 30, 2005 5:12 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Compiling issue...

On 8/30/05, Zottl, Julian (Contractor) <ju...@fanniemae.com>
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:

See:
http://httpd.apache.org/docs/2.0/programs/configure.html#installationdir
ectories

> Take care,
> Julian

--Ian

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


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