DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28145>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28145

APR_INCLUDES and APU_INCLUDES not being generated correctly

           Summary: APR_INCLUDES and APU_INCLUDES not being generated
                    correctly
           Product: Apache httpd-2.0
           Version: 2.0.49
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


the APR_INCLUDES and APR_INCLUDES in the file config_vars.mk  within the build
directory are not being created correctly. They are pointing to the source
directory, instead of the install directory.

./configure \
    --prefix=/opt/apache2 \
    --enable-mods-shared=all \
    --with-mpm=prefork \
    --enable-ssl \
    --with-ssl \
    --enable-deflate \
    --enable-cgid \
    --enable-cache \
    --enable-mem-cache \
    --enable-file-cache \
    --enable-disk-cache \
    --enable-ldap \
    --enable-auth-ldap \
    --enable-logio \
    --enable-exception-hook \
    --with-ldap \
    --with-berkeley-db=/usr/include/db42:/usr/lib \
    --with-dbm=db42

But in the /opt/apache2/build/config_vars.mk, the APR_INCLUDES and APU_INCLUDES
are always pointing to the source directory and not the /opt/apache2/includes
directory..
This is a RH 7.3 system. (gcc 2.96)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to