Re: [ilugd] Upgrading apache

2004-09-03 Thread Sandip Bhattacharya
On Friday 03 Sep 2004 12:35 pm, Abhishek Jain wrote:
 I am facing some trouble while upgrading apache (httpd-2.0.40-21).
 This version was the default packaged with Redhat linux 9, it works
 fine and i have been using it since last 5-6 months. Now I need to
 update this to a version greater than 2.0.47 as my JRun application
 server's connector requires it. While trying upgrading it to
 2.0.50(latest httpd from apache.org) i got multiple dependency errors
 and even after installing with force and ignoring few dependencies i
 was unable to get it up. Then from some site i got rpm of
 httpd-2.0.47, as i read somewhere that RHL-9.0 could support it. Still
 got the same result so ultimately had to rollback to httpd-2.0.40-21
 from cd.

Dude, if you want to stay with the latest, stick to source. There is no way 
that a non-distribution RPM will get you solve all your dep problem in your 
dist. Take a look at DAG or ATRpms repositories though.

- Sandip

-- 
Sandip Bhattacharya*Puroga Technologies   * [EMAIL PROTECTED]
Work: http://www.puroga.com* Home: http://www.sandipb.net

PGP/GPG Signature: 51A4 6C57 4BC6 8C82 6A65 AE78 B1A1 2280 A129 0FF3

Kleeneness is next to Godelness.

___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


Re: [ilugd] Upgrading apache

2004-09-03 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, 3 Sep 2004, Sandip Bhattacharya wrote:
On Friday 03 Sep 2004 12:35 pm, Abhishek Jain wrote:
I am facing some trouble while upgrading apache (httpd-2.0.40-21).
This version was the default packaged with Redhat linux 9, it works
fine and i have been using it since last 5-6 months. Now I need to
update this to a version greater than 2.0.47 as my JRun application
server's connector requires it. While trying upgrading it to
2.0.50(latest httpd from apache.org) i got multiple dependency errors
and even after installing with force and ignoring few dependencies i
was unable to get it up. Then from some site i got rpm of
httpd-2.0.47, as i read somewhere that RHL-9.0 could support it. Still
got the same result so ultimately had to rollback to httpd-2.0.40-21
from cd.
Try the src rpms from them. They might be providing it too. And then
just rebuild it.. Hopefully the dependency issues will get slashed.
Dude, if you want to stay with the latest, stick to source. There is no way
that a non-distribution RPM will get you solve all your dep problem in your
dist. Take a look at DAG or ATRpms repositories though.
- Sandip

I think src rpms might be of some help.
rrs
- -- 
Ritesh Raj Sarraf
RESEARCHUT -- http://www.researchut.com
Gnupg Key ID: 04F130BC
Stealing logic from one person is plagiarism, stealing from many is research.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQFBOD594Rhi6gTxMLwRAqrwAJ0btVZFu7Ni0DBWyrvAP8oFwb/JwQCfVkqc
X8QuTc6WLjZ+aYdyVST0+kk=
=8wK7
-END PGP SIGNATURE-
___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


Re: [ilugd] Upgrading apache

2004-09-03 Thread Abhishek Jain
Rebuilding apache from source did work for me. Its working fine
otherwise, but is continuously giving the following error (my
error_log in exploding at a rate of 1mb per 30 secs):

[Fri Sep 03 19:21:10 2004] [notice] jrApache[init]
loadServersFromStore(/opt/jrun4/lib/wsconfig/1/jrunserver.store)
[Fri Sep 03 19:21:10 2004] [notice] child pid 7738 exit signal
Segmentation fault (11)



This is what has been added to httpd.conf

LoadModule jrun_module /opt/jrun4/lib/wsconfig/1/mod_jrun20.so
IfModule mod_jrun20.c
JRunConfig Verbose true
JRunConfig Apialloc false
JRunConfig Ssl false
JRunConfig Ignoresuffixmap false
JRunConfig Serverstore /opt/jrun4/lib/wsconfig/1/jrunserver.store
JRunConfig Bootstrap 127.0.0.1:51003
#JRunConfig Errorurl optionally redirect to this URL on errors
AddHandler jrun-handler .jsp .jws
/IfModule


Can somebody indicate on possible reason's of these Segmentation
Faults? is there a problem with mod_jrun20.so?

___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/