You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/09/02 23:35:00 UTC

DO NOT REPLY [Bug 51764] New: configure: WARNING: unrecognized options: --with-ldap

https://issues.apache.org/bugzilla/show_bug.cgi?id=51764

             Bug #: 51764
           Summary: configure: WARNING: unrecognized options: --with-ldap
           Product: Apache httpd-2
           Version: 2.0.64
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: murthys@us.ibm.com
    Classification: Unclassified


I am trying to compile Apache 2.0.64 on AIX 5.3 TL-12 SP-2 with GCC 4.4.6

The command issued for configure is:

/work/httpd-2.0.64/configure --prefix=/usr/lll/apache-2.0.64  \
 --enable-ldap --enable-auth-ldap --with-ldap \
   --enable-deflate    --enable-ssl   --enable-dav \
      --enable-dav-fs --enable-rewrite --enable-so \
         --with-z=/usr/fs615web/zlib  --enable-proxy  --enable-speling \
           --enable-cern-meta  --enable-unique-id \
              --enable-example --enable-mime-magic --enable-usertrack \
                 --enable-vhost-alias \ --enable-log-forensic \
                    --enable-cgi --srcdir=/work/httpd-2.0.64  \
                       --enable-mods-shared=most


The command throws a warning message

 configure: WARNING: unrecognized options: --with-ldap.

When you try to  build while ignoring the WARNING  the build fails.

Just to make sure if the previous version of Apache worked o.k.,  I downloaded
the Apache 2.0.63 and issued  the following command

/work/httpd-2.0.63/configure --prefix=/usr/lll/apache-2.0.63  \
 --enable-ldap --enable-auth-ldap --with-ldap \
   --enable-deflate    --enable-ssl   --enable-dav \
      --enable-dav-fs --enable-rewrite --enable-so \
         --with-z=/usr/fs615web/zlib  --enable-proxy  --enable-speling \
           --enable-cern-meta  --enable-unique-id \
              --enable-example --enable-mime-magic --enable-usertrack \
                 --enable-vhost-alias \ --enable-log-forensic \
                    --enable-cgi --srcdir=/work/httpd-2.0.63  \
                       --enable-mods-shared=most

 It worked perfect. I was also able to successfully build and install 2.0.63 .

Looks like the configure shipped with 2.0.64 has some issues.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 51764] Apache 2.0.64 build fails - configure: WARNING: unrecognized options: --with-ldap

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51764

Sridhar Murthy <mu...@us.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|configure: WARNING:         |Apache 2.0.64   build fails
                   |unrecognized options:       |- configure: WARNING:
                   |--with-ldap                 |unrecognized options:
                   |                            |--with-ldap

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 51764] Apache 2.0.64 build fails - configure: WARNING: unrecognized options: --with-ldap

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51764

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |INVALID

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 51764] configure: WARNING: unrecognized options: --with-ldap

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51764

--- Comment #1 from Sridhar Murthy <mu...@us.ibm.com> 2011-09-02 21:38:34 UTC ---
In the command Please replace 
  " --enable-vhost-alias \"   
   with  
  " --enable-vhost-alias " 

I inadvertantly put a \ in between and you can ignore that.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 51764] configure: WARNING: unrecognized options: --with-ldap

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51764

Sridhar Murthy <mu...@us.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |major

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 51764] Apache 2.0.64 build fails - configure: WARNING: unrecognized options: --with-ldap

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51764

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #2 from Eric Covener <co...@gmail.com> 2011-09-02 23:57:51 UTC ---
Isn't the warning a harmless message from httpd about the option that will be
sent down to the bundled apr/apr-util?  

What's your actual build failure?  Can you post your two
config.nice/config.logs and the verbatim error / how it worked in 2.0.63?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 51764] configure: WARNING: unrecognized options: --with-ldap

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51764

Sridhar Murthy <mu...@us.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|PC                          |Other
         OS/Version|Windows XP                  |AIX

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 51764] Apache 2.0.64 build fails - configure: WARNING: unrecognized options: --with-ldap

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51764

--- Comment #4 from Sridhar Murthy <mu...@us.ibm.com> 2011-09-03 00:08:42 UTC ---
Thank you Eric for your quick response.I will  change this to Resolved status.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 51764] Apache 2.0.64 build fails - configure: WARNING: unrecognized options: --with-ldap

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51764

--- Comment #3 from Sridhar Murthy <mu...@us.ibm.com> 2011-09-03 00:00:17 UTC ---
I apologize for having spoken too early.

Although configure throws WARNING, gmake does build the correct apr tool and
mod_ssl.so is built correctly.

This is NOT a BUG.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org