PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > comp.info.servers.unix > apache2 start fail on red hat linux 7.2
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.info.servers.unix Web servers for UNIX platforms.

apache2 start fail on red hat linux 7.2

Réponse
 
LinkBack Outils de la discussion
Vieux 09/06/2006, 05h42   #1
xxh_nus@yahoo.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut apache2 start fail on red hat linux 7.2


Hi, I migrate weblogic7 to weblogic9 and weblogic9 require
apache2.0.48 above to communicate. I install apache2 to replace
apache 1.3.26(version is httpd-2.0.50-i686-pc-linux-gnu ) on HP
netserver LP1000r, os is redhat linux 7.2 ,kernel is 2.4.7-10smp, cpu
is i686.
actually the apache2 can run on red hat enterprise linux 3.0. can I
run apache2 on redhat linux 7.2? Please give some advice. Thanks a lot!

The

the error I am facing is :
when I start apache server it encounter error. the message is
below

/usr/local/apache2/bin/httpd: error while loading shared
libraries: libdb-4.1.so: cannot open shared object file: No such file
or directory.

it is due to the lack of libdb-4.1.so. so i download rpm for this
library. when I install this
rpm , I get the message below.

[root@spearweb04 var]# rpm -i db41-4.1.25-76.1.i686.rpm
warning: Expected size: 1273637 =
lead(96)+sigs(264)+pad(0)+data(1273277)
warning: Actual size: 197616
error: failed dependencies:
libc.so.6(GLIBC_2.3) is needed by db41-4.1.25-76.1
libgcc_s.so.1 is needed by db41-4.1.25-76.1
libgcc_s.so.1(GCC_3.0) is needed by db41-4.1.25-76.1
libpthread.so.0(GLIBC_2.3.2) is needed by db41-4.1.25-76.1
libstdc++.so.5 is needed by db41-4.1.25-76.1
libstdc++.so.5(CXXABI_1.2) is needed by db41-4.1.25-76.1
libstdc++.so.5(GLIBCPP_3.2) is needed by db41-4.1.25-76.1

this means that I need to update more share library. Can I keep
update the shared library
and make apache 2 working without installing linux enterprise server
3.0.
the machine is the HP netserver LP1000r, and apache 1.3.26 is
running, if I keep updating the os, will apache 1.3.26 affected?

xinhai

  Réponse avec citation
Vieux 09/06/2006, 17h43   #2
John Oliver
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: apache2 start fail on red hat linux 7.2


  Réponse avec citation
Vieux 09/06/2006, 18h08   #3
Juha Laiho
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: apache2 start fail on red hat linux 7.2

xxh_nus@yahoo.com said:
> Hi, I migrate weblogic7 to weblogic9 and weblogic9 require
>apache2.0.48 above to communicate. I install apache2 to replace
>apache 1.3.26(version is httpd-2.0.50-i686-pc-linux-gnu ) on HP
>netserver LP1000r, os is redhat linux 7.2 ,kernel is 2.4.7-10smp, cpu
>is i686.


In most cases, you could do without Apache (unless you're having
a significant load on the system, which I guess is not the case;
clustering can also utilise the Apache plugin, but also clustering
you can do w/out Apache). However, if you're serious with your
environment, you should check
http://e-docs.bea.com/platform/suppc...w.html#1122259
.... and I'd guess already by now the work you've put to play with
this has cost more than the license price of the low-end RHEL
distributions (unless you're working on this as a hobby).

> actually the apache2 can run on red hat enterprise linux 3.0. can I
>run apache2 on redhat linux 7.2? Please give some advice. Thanks a lot!


If your environment seriously needs Apache, then I'd recommend to
compile the required Apache version yourself.

> it is due to the lack of libdb-4.1.so. so i download rpm for this
>library. when I install this
> rpm , I get the message below.
>
>[root@spearweb04 var]# rpm -i db41-4.1.25-76.1.i686.rpm


I think this rpm is not meant for RH7.2 -- even though it may be
technically possible, it is a bad idea to install RPMs not intended
for your specific distribution and version.

> this means that I need to update more share library. Can I keep
>update the shared library
> and make apache 2 working without installing linux enterprise server
>3.0.
> the machine is the HP netserver LP1000r, and apache 1.3.26 is
>running, if I keep updating the os, will apache 1.3.26 affected?


If you go to RHEL3, it most possible will not be an update from your
current situation, but a complete reinstall, wiping out the old Apache
and anything else you have on the machine.
--
Wolf a.k.a. Juha Laiho Espoo, Finland
(GC 3.0) GIT d- s+: a C++ ULSH++++$ P++@ L+++ E- W+$@ N++ !K w !O !M V
PS(+) PE Y+ PGP(+) t- 5 !X R !tv b+ !DI D G e+ h---- r+++ y++++
"...cancel my subscription to the resurrection!" (Jim Morrison)
  Réponse avec citation
Vieux 12/06/2006, 08h50   #4
xxh_nus@yahoo.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: apache2 start fail on red hat linux 7.2

Hi, Thank for your answer!

actually I am installing apache httpd-2.0.50-i686-pc-linux-gnu on
redhat linux 7.2
I am facing the issue I already mentioned. I check web site and it
seems redhat linux 8.0. 9 can support httpd-2.0.54.tar.gz . So I plan
to install red hat 9 on the test server
HP netserver LP1000r, then install apache
httpd-2.0.50-i686-pc-linux-gnu .
I have question about what kind of red hat linux version can
support by apache httpd-2.0.50-i686-pc-linux-gnu? can red hat 9
support? I have check apache web site and seem
no infomation to get from.

Thank again for your kind !

xinhai


John Oliver wrote:
> On 8 Jun 2006 21:42:41 -0700, xxh_nus@yahoo.com wrote:
> >
> > Hi, I migrate weblogic7 to weblogic9 and weblogic9 require
> > apache2.0.48 above to communicate. I install apache2 to replace
> > apache 1.3.26(version is httpd-2.0.50-i686-pc-linux-gnu ) on HP
> > netserver LP1000r, os is redhat linux 7.2 ,kernel is 2.4.7-10smp, cpu
> > is i686.
> > actually the apache2 can run on red hat enterprise linux 3.0. can I
> > run apache2 on redhat linux 7.2? Please give some advice. Thanks a lot!

>
> Welcome to RPM Hell!
>
> Your problem is that with such an ancient version of Red Hat, each RPM
> dependency is going to depend on yet more RPM packages, until you wind
> up with a convoluted mess of interdependant packages, one of which will
> eventually break a dependency that RH 7 requires.
>
> Short answer - upgrade your OS. Check out CentOS... it's very Red
> Hat-ish, and each release has a support path of years, not months.
>
> --
> * John Oliver http://www.john-oliver.net/ *


  Réponse avec citation
Vieux 12/06/2006, 09h01   #5
xxh_nus@yahoo.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: apache2 start fail on red hat linux 7.2

hi, Juha Laiho:

Thank you for your !



I
Juha Laiho wrote:
> xxh_nus@yahoo.com said:
> > Hi, I migrate weblogic7 to weblogic9 and weblogic9 require
> >apache2.0.48 above to communicate. I install apache2 to replace
> >apache 1.3.26(version is httpd-2.0.50-i686-pc-linux-gnu ) on HP
> >netserver LP1000r, os is redhat linux 7.2 ,kernel is 2.4.7-10smp, cpu
> >is i686.

>
> In most cases, you could do without Apache (unless you're having
> a significant load on the system, which I guess is not the case;
> clustering can also utilise the Apache plugin, but also clustering
> you can do w/out Apache). However, if you're serious with your
> environment, you should check
> http://e-docs.bea.com/platform/suppc...w.html#1122259
> ... and I'd guess already by now the work you've put to play with
> this has cost more than the license price of the low-end RHEL
> distributions (unless you're working on this as a hobby).
>


xinhai:
we are running 2 apache web server with 8 weblogic server instance
for production
system. apache web server can provide security and static contect
cache for weblogic
server. I think it is better to keep apache server before weblogic,
can you suggest
other option for apache?

> > actually the apache2 can run on red hat enterprise linux 3.0. can I
> >run apache2 on redhat linux 7.2? Please give some advice. Thanks a lot!

>
> If your environment seriously needs Apache, then I'd recommend to
> compile the required Apache version yourself.
>

xinhai:
I have tried compile apache2.0 on linux7.2, but fail to build
apache. Is it possible for
me to solve the issue and compile ok.

> > it is due to the lack of libdb-4.1.so. so i download rpm for this
> >library. when I install this
> > rpm , I get the message below.
> >
> >[root@spearweb04 var]# rpm -i db41-4.1.25-76.1.i686.rpm

>
> I think this rpm is not meant for RH7.2 -- even though it may be
> technically possible, it is a bad idea to install RPMs not intended
> for your specific distribution and version.
>
> > this means that I need to update more share library. Can I keep
> >update the shared library
> > and make apache 2 working without installing linux enterprise server
> >3.0.
> > the machine is the HP netserver LP1000r, and apache 1.3.26 is
> >running, if I keep updating the os, will apache 1.3.26 affected?

>
> If you go to RHEL3, it most possible will not be an update from your
> current situation, but a complete reinstall, wiping out the old Apache
> and anything else you have on the machine.
> --
> Wolf a.k.a. Juha Laiho Espoo, Finland
> (GC 3.0) GIT d- s+: a C++ ULSH++++$ P++@ L+++ E- W+$@ N++ !K w !O !M V
> PS(+) PE Y+ PGP(+) t- 5 !X R !tv b+ !DI D G e+ h---- r+++ y++++
> "...cancel my subscription to the resurrection!" (Jim Morrison)


Thanks you again for your

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 19h08.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14432 seconds with 13 queries