Re: [users@httpd] unresolved reference to ap_getword_nulls

2016-12-01 Thread Hemant Chaudhary
Hi After "make install", I started my apache server, but it was not running because it was unable to recognize .so file. Hence I planned to convert .a into .so file. I am porting apache on Tendem NonStop. While converting I got this error. I think I am missing some library. Thanks Hemant On Thu,

Re: [users@httpd] mod_proxy.so: undefined symbol: apr_sockaddr_ip_getbuf

2016-12-01 Thread Mike Rumph
I've updated the httpd 2.2.x doc in revision r1772232 to suggest a minimum APR of 1.4. On 12/1/2016 7:29 AM, Mike Rumph wrote: Hello Noor, httpd 2.2.31 should have been bundled with APR 1.5.2 To force the use of the bundled apr/apr-util add --with-included-apr to your ./configure step. - htt

Re: [users@httpd] mod_proxy.so: undefined symbol: apr_sockaddr_ip_getbuf

2016-12-01 Thread Mike Rumph
Hello Noor, httpd 2.2.31 should have been bundled with APR 1.5.2 To force the use of the bundled apr/apr-util add --with-included-apr to your ./configure step. - http://httpd.apache.org/docs/2.2/install.html#requirements Hello Nick, I notice that the doc I just referenced is not up to date. I

Re: [users@httpd] mod_proxy.so: undefined symbol: apr_sockaddr_ip_getbuf

2016-12-01 Thread Nick Kew
On Thu, 1 Dec 2016 18:18:26 +0530 noor mahammad wrote: > Hi, > the apr version is '1.2.7-11.el5_6.5'. So that's an installed package. > the command using for compiling the apache is So you've mixed a packaged APR, which is ancient and might also be non-standard, with a self-built httpd. Most l

Re: [users@httpd] mod_proxy.so: undefined symbol: apr_sockaddr_ip_getbuf

2016-12-01 Thread noor mahammad
Hi, the apr version is '1.2.7-11.el5_6.5'. the command using for compiling the apache is cd httpd-2.2.31 ./configure --prefix=/nfs/apache_120/apache --with-mpm=worker '--enable-mods-shared=alias authz_host cache cgi cgid deflate dir disk-cache expires headers info logio mem-cache mime_magic negoti

[users@httpd] Fwd: Content-Type changing intermittently

2016-12-01 Thread Desjter
I load balance two Apache Tomcat instances (5.5.27 - jdk 1.5.0_22) with mod_proxy. Intermittently the Content-Type header of the response does not relate to the actual content type. Instead we receive "text/plain". When connecting directly to the Tomcat http port, instead of going through the Apac

Re: [users@httpd] mod_proxy.so: undefined symbol: apr_sockaddr_ip_getbuf

2016-12-01 Thread Nick Kew
On Thu, 2016-12-01 at 16:06 +0530, noor mahammad wrote: > httpd: Syntax error on line 45 > of /nfs/apache_120/apache/conf/httpd.conf: Cannot > load /opt/taleo/pleolab/nfs/apache_120/apache/modules/mod_proxy.so > into server: /nfs/apache_120/apache/modules/mod_proxy.so: undefined > symbol: apr_soc

Re: [users@httpd] unresolved reference to ap_getword_nulls

2016-12-01 Thread Nick Kew
On Thu, 2016-12-01 at 15:33 +0530, Hemant Chaudhary wrote: > Hi > > > I am unable to create .so file. What do you mean? What did you try to do, and what happened? > "unresolved reference to ap_getword_nulls". That would be an error loading a .so you had successfully created. You should use a

[users@httpd] mod_proxy.so: undefined symbol: apr_sockaddr_ip_getbuf

2016-12-01 Thread noor mahammad
Hi Team, I had installed the httpd-2.2.31. But when running "./apachectl configtest" getting following error httpd: Syntax error on line 45 of /nfs/apache_120/apache/conf/httpd.conf: Cannot load /opt/taleo/pleolab/nfs/apache_120/apache/modules/mod_proxy.so into server: /nfs/apache_120/apache/modu

[users@httpd] unresolved reference to ap_getword_nulls

2016-12-01 Thread Hemant Chaudhary
Hi I am unable to create .so file. Hence I am converting .a of modules to .so . While converting from .o to .so I got this error "unresolved reference to ap_getword_nulls". While I linked apr and apr-util libraries. Why I am getting these type of unresolved reference ? Whether am I missing some l