Thanks Aliye

I am getting this below information

[EMAIL PROTECTED]/apache_1.3.26/libexec# ldd
/home/qrq/suds_20_dir/apache_1.3.26/libexec/mod_jk.so
warning: ldd: /home/qrq/suds_20_dir/apache_1.3.26/libexec/mod_jk.so:
is not executable
       libc.so.1 =>     /usr/lib/libc.so.1
       libdl.so.1 =>    /usr/lib/libdl.so.1
       /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1


One more thing i would like to tell is that I have apache 1.3.26 running
but in the URL its for 1.3.33

Please let me know if you can give me prebuild binaries for 1.3.26
since I cant build from src

Thanks in Advance

Regards

Kaushal




On 3/6/06, Edao, Aliye <[EMAIL PROTECTED]> wrote:
> Hi,
>
> The mod_jk you are using seems not to function properly. You can see that if 
> you user the command:
> ldd /home/qrq/suds_20_dir/apache/libexec/mod_jk.so (you should get something 
> like --> not found ...
>
> Recompile it or download a binary version suitable to
> your system form 
> http://apache.speedbone.de/tomcat/tomcat-connectors/jk/binaries/
>
>
> ************************************
> Mit freundlichem Gruß / kind regards
>
> Dr. Aliye Edao
>
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: Kaushal Shriyan [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 6. März 2006 12:51
> An: Tomcat Users List
> Betreff: Re: mod jk
>
> Thanks Warren Pace
>
> Its there I will paste u the httpd.conf file but while i restart
>
> [EMAIL PROTECTED]/apache/bin# ./apachectl start
> Syntax error on line 206 of /home/qrq/suds_20_dir/apache/conf/httpd.conf:
> Cannot load /home/qrq/suds_20_dir/apache/libexec/mod_jk.so into
> server: ld.so.1: /home/qrq/suds_20_dir/apache/bin/httpd: fatal:
> relocation error: file /home/qrq/suds_20_dir/apache/libexec/mod_jk.so:
> symbol dir_module: referenced symbol not found
> ./apachectl start: httpd could not be started
>
> Regards
>
> Kaushal
>
>
>
> On 3/6/06, Warren Pace <[EMAIL PROTECTED]> wrote:
> >
> > >
> > > From: "Kaushal Shriyan" <[EMAIL PROTECTED]>
> > > Date: 2006/03/06 Mon AM 05:08:31 EST
> > > To: users@tomcat.apache.org,  users@httpd.apache.org
> > > Subject: mod jk
> > >
> > > HI All
> > >
> > > I am getting
> > >
> > > [EMAIL PROTECTED]/apache/bin# ./apachectl start
> > > Syntax error on line 212 of /home/qrq/suds_20_dir/apache/conf/httpd.conf:
> > > Invalid command 'JkWorkersFile', perhaps mis-spelled or defined by a
> > > module not included in the server configuration
> > > ./apachectl start: httpd could not be started
> > > [EMAIL PROTECTED]/apache/bin#
> > >
> > > Please let me know where i am going wrong
> > >
> > Are you loading mod_jk dynamically?
> > The JkWorkersFile statement needs to appear after the LoadModule statement 
> > as such:
> > LoadModule jk_module /usr/lib/apache2/mod_jk.so
> > JkWorkersFile /etc/apache2/workers.properties
> >
> > > Regards
> > >
> > > Kaushal
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to