Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-12 Thread Hemant Chaudhary
Hello Chrtistopher My ./configuration command is #! /bin/sh # # Created by configure CFLAGS="-Wextensions -Wv -D__TANDEM "; export CFLAGS "./configure" \ "--prefix=/home/hemant/testC/apache" \ "--with-included-apr" \ "--with-pcre=/home/hemant/testC/apache/httpd-2.4.18/srclib/pcre/pcre2-config"

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-12 Thread Hemant Chaudhary
Hi Yann My configuration command is #! /bin/sh # # Created by configure CFLAGS="-Wextensions -Wv -D__TANDEM "; export CFLAGS "./configure" \ "--prefix=/home/hemant/testC/apache" \ "--with-included-apr" \ "--with-pcre=/home/hemant/testC/apache/httpd-2.4.18/srclib/pcre/pcre2-config" \ "--enable-sha

[users@httpd] Revision 1692258 Availability?

2016-04-12 Thread J Harri
I need an httpd change that committed to the project's source code repository back on 2015-07-22 ( https://svn.apache.org/viewvc?view=revision&revision=1692258). I checked the source tarball for the most current release, httpd 2.4.20, downloaded from https://httpd.apache.org/download.cgi and it

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hemant, On 4/12/16 6:40 AM, Yann Ylavic wrote: > Hello Hemant, > > On Tue, Apr 12, 2016 at 10:58 AM, Hemant Chaudhary > wrote: >> While installing apache-2.4.18 on Non Stop HP, I am not able to >> create .so file(shared file) which is required in

Re: AW: [users@httpd] How to test my self-compiled Apache (overall and specifically LDAP)

2016-04-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, On 4/12/16 3:16 AM, Poggenpohl, Daniel wrote: > can you point me to possible scenarios where mod_ldap would be > necessary? If you want to use any of these directives in your httpd configuration, then mod_ldap will be necessary: http://httpd

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-12 Thread Yann Ylavic
Hello Hemant, On Tue, Apr 12, 2016 at 10:58 AM, Hemant Chaudhary wrote: > While installing apache-2.4.18 on Non Stop HP, I am not able to create .so > file(shared file) which is required in httpd.conf. It is creating '.a ' > file in modules but not ' .so ' . Please help me through this. Did yo

[users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-12 Thread Hemant Chaudhary
Hello While installing apache-2.4.18 on Non Stop HP, I am not able to create .so file(shared file) which is required in httpd.conf. It is creating '.a ' file in modules but not ' .so ' . Please help me through this. Thanks Hemant

AW: [users@httpd] How to test my self-compiled Apache (overall and specifically LDAP)

2016-04-12 Thread Poggenpohl, Daniel
Hi, can you point me to possible scenarios where mod_ldap would be necessary? The docs say "websites relying on backend connections to LDAP servers." I can't quite grasp it. Would it only be useful if I don't use any LDAP libraries in my website code? Do you know of example websites using this?