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,
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo