Pleae help..... Could not start Apachectl "Cannot find ELF"

  • Follow


Hi all:

I've Solaris 5.X system, just compiled apache 1.3.22 as follows

../configure --prefix=/www/apache

No problems with config/make/make install, but when I run
"/www/apachectl start", I get this error emessage:

httpd: Cannot find ELF
Killed
../apachectl start: httpd could not be started

I also tried to install different version of apache, but there the
result was same as the error. I got no idea what is the problem. Is it
there the Solaris system missed out some ELF files, or there I
download the wrong apacheXXX.gz file. Please give me some advice and
thanks in advance.

Cheers!
vin
0
Reply vwhk (2) 7/16/2004 9:14:17 AM

On Fri, 16 Jul 2004 02:14:17 -0700, vwhk wrote:

> Hi all:
> 
> I've Solaris 5.X system, just compiled apache 1.3.22 as follows
> 
> ./configure --prefix=/www/apache
> 
> No problems with config/make/make install, but when I run
> "/www/apachectl start", I get this error emessage:
> 
> httpd: Cannot find ELF
> Killed
> ./apachectl start: httpd could not be started
> 
> I also tried to install different version of apache, but there the
> result was same as the error. I got no idea what is the problem. Is it
> there the Solaris system missed out some ELF files, or there I
> download the wrong apacheXXX.gz file. Please give me some advice and
> thanks in advance.
> 
> Cheers!
> vin

If you do an 'ldd' on the httpd binary, is everything found?

--Dave

0
Reply Dave 7/16/2004 3:57:33 PM


I've done "ldd httpd" and it showed 
"ldd: httpd: file has insecure interpreter ELF"

Any idea



Dave <dave@djms.REMOVEME.net> wrote in message news:<pan.2004.07.16.15.57.31.995776@djms.REMOVEME.net>...
> On Fri, 16 Jul 2004 02:14:17 -0700, vwhk wrote:
> 
> > Hi all:
> > 
> > I've Solaris 5.X system, just compiled apache 1.3.22 as follows
> > 
> > ./configure --prefix=/www/apache
> > 
> > No problems with config/make/make install, but when I run
> > "/www/apachectl start", I get this error emessage:
> > 
> > httpd: Cannot find ELF
> > Killed
> > ./apachectl start: httpd could not be started
> > 
> > I also tried to install different version of apache, but there the
> > result was same as the error. I got no idea what is the problem. Is it
> > there the Solaris system missed out some ELF files, or there I
> > download the wrong apacheXXX.gz file. Please give me some advice and
> > thanks in advance.
> > 
> > Cheers!
> > vin
> 
> If you do an 'ldd' on the httpd binary, is everything found?
> 
> --Dave
0
Reply vwhk 7/19/2004 10:05:12 AM

I've done "ldd httpd" and it showed 
"ldd: httpd: file has insecure interpreter ELF"

Any idea



Dave <dave@djms.REMOVEME.net> wrote in message news:<pan.2004.07.16.15.57.31.995776@djms.REMOVEME.net>...
> On Fri, 16 Jul 2004 02:14:17 -0700, vwhk wrote:
> 
> > Hi all:
> > 
> > I've Solaris 5.X system, just compiled apache 1.3.22 as follows
> > 
> > ./configure --prefix=/www/apache
> > 
> > No problems with config/make/make install, but when I run
> > "/www/apachectl start", I get this error emessage:
> > 
> > httpd: Cannot find ELF
> > Killed
> > ./apachectl start: httpd could not be started
> > 
> > I also tried to install different version of apache, but there the
> > result was same as the error. I got no idea what is the problem. Is it
> > there the Solaris system missed out some ELF files, or there I
> > download the wrong apacheXXX.gz file. Please give me some advice and
> > thanks in advance.
> > 
> > Cheers!
> > vin
> 
> If you do an 'ldd' on the httpd binary, is everything found?
> 
> --Dave
0
Reply vwhk 7/20/2004 12:41:08 AM

3 Replies
347 Views

(page loaded in 0.15 seconds)

Similiar Articles:











7/25/2012 11:09:05 PM


Reply: