PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > alt.apache.configuration > Problem compiling apache
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
alt.apache.configuration Apache web server configuration issues.

Problem compiling apache

Réponse
 
LinkBack Outils de la discussion
Vieux 31/01/2008, 14h17   #1
rosoft
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Problem compiling apache

Hi

I have problem compiling apache. I have tried release 2.2.8 and 2.2.6. In
both releases I get an error saying that they compiler can't read a
/usr/lib/libexpat.so could not read symbols: File in wring format. Wrong
format or some thing. DOes this has to do with the fact tha I'm using a 64
bit version of Fedora 6?

I configure using
[root@localhost httpd.2.2.6]#./configure --prefix=/www

Make
[root@localhost httpd.2.2.6]#make

Error Message

/usr/lib/libexpat.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[3]: *** [libaprutil-1.la] Error 1
make[3]: Leaving directory `/root/tools/httpd-2.2.6/srclib/apr-util'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/tools/httpd-2.2.6/srclib/apr-util'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root

PLease


  Réponse avec citation
Vieux 31/01/2008, 14h25   #2
Davide Bianchi
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Problem compiling apache

On 2008-01-31, rosoft <support@RosoftEngineering.com> wrote:
> format or some thing. DOes this has to do with the fact tha I'm using a 64
> bit version of Fedora 6?


Mostly that the file is corrupted or simply wrongly installed.
I suggest you ask in the developer forum.

Davide

--
As Snow White said to Pinocchio, "Tell a lie! Tell the truth! Tell a lie!
Tell the truth!..." (someone on alt.sysadmin.recovery)
  Réponse avec citation
Vieux 31/01/2008, 15h40   #3
rosoft
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Problem compiling apache

HI

Well there is so much problems with the Fedora 6 version I'm using so I'm
thinking of installing another Linux version. Maybe SUSE or Debian. One
Linux guru that I know recommended Debian another SUSE. As long as one of
them include a X11 system to maintain the server from it's OK with me.

What I would like to install is some thing that I never have exeprienced in
Linux. An install where every thing works after install. Network, Webserver
(Apache), MySQL, PHP, emacs, compilers, ASP.NET. There's always a lot of
shit when you install Linux. Yes Linux is a good OS byt a pain in the but to
install. Just the fact that I can't install Fedore 5,7 or 8 because it
doesn't support my SATA RADI system. My Windows XP installs was easy to
insatll, no problem at all. But Linux, no. It's as if Linux is designed only
to be installed by gurus. But as they say, more chefs makes worse soup.

Lars

"Davide Bianchi" <davideyeahsure@onlyforfun.net> skrev i meddelandet
news:slrnfq3mj2.3d7.davideyeahsure@fogg.onlyforfun .net...
> On 2008-01-31, rosoft <support@RosoftEngineering.com> wrote:
>> format or some thing. DOes this has to do with the fact tha I'm using a
>> 64
>> bit version of Fedora 6?

>
> Mostly that the file is corrupted or simply wrongly installed.
> I suggest you ask in the developer forum.
>
> Davide
>
> --
> As Snow White said to Pinocchio, "Tell a lie! Tell the truth! Tell a lie!
> Tell the truth!..." (someone on alt.sysadmin.recovery)



  Réponse avec citation
Vieux 31/01/2008, 15h51   #4
Davide Bianchi
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Problem compiling apache

On 2008-01-31, rosoft <support@RosoftEngineering.com> wrote:
> What I would like to install is some thing that I never have exeprienced in
> Linux. An install where every thing works after install.


This is not a linux group, if you're uncomfortable with Linux maybe
you shouldn't use it.

Davide

--
A computer without Windows is like a fish without a bicycle
  Réponse avec citation
Vieux 31/01/2008, 19h32   #5
Jim G
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Problem compiling apache


"Davide Bianchi" <davideyeahsure@onlyforfun.net> wrote in message
news:slrnfq3rkg.3d7.davideyeahsure@fogg.onlyforfun .net...
> On 2008-01-31, rosoft <support@RosoftEngineering.com> wrote:
>> What I would like to install is some thing that I never have exeprienced
>> in
>> Linux. An install where every thing works after install.

>
> This is not a linux group, if you're uncomfortable with Linux maybe
> you shouldn't use it.
>
> Davide
>
> --
> A computer without Windows is like a fish without a bicycle


When installing apache I would do it this way:

../configure --prefix=/www --with-expat=builtin

If you are going to be using ssl, make sure you compile that in too...

../configure --prefix=/www --with-expat=builtin --enable-ssl

This may not work as libtool is a 32bit library. As a quick work around you
could temporarily substitute the 64 bit libraries libexpat.* in /usr/lib64
for the 32 bit libraries in /usr/lib. This doesnt solve the problem, its
just a temp workaround.

Jim



  Réponse avec citation
Vieux 31/01/2008, 23h03   #6
rosoft
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Problem compiling apache

HI

But it was apache that was failing. Isn't this a group to you find
errors related to apache? If I'm comfortable or not with Linux has nothing
to do with the fact that I'm using it. Linux is good for some things like a
webserver. However I don't recoment you to use Linux for audio production
due to lack of software. Foa audio production use a Windows XP PC or a MAC.
Sure thare are a buch of free programs to use that can rip CDs record audio
but so far I haven't seen any ting for professional audio production used in
studios.


Yours
Lars


"Davide Bianchi" <davideyeahsure@onlyforfun.net> skrev i meddelandet
news:slrnfq3rkg.3d7.davideyeahsure@fogg.onlyforfun .net...
> On 2008-01-31, rosoft <support@RosoftEngineering.com> wrote:
>> What I would like to install is some thing that I never have exeprienced
>> in
>> Linux. An install where every thing works after install.

>
> This is not a linux group, if you're uncomfortable with Linux maybe
> you shouldn't use it.
>
> Davide
>
> --
> A computer without Windows is like a fish without a bicycle



  Réponse avec citation
Vieux 31/01/2008, 23h43   #7
rosoft
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Problem compiling apache

Hi

Thanks, now it works in firefos to type http://127.0.0.1

--with-expat=builtin
Was the thing that ed me

Now I need to set up the firewall properly.
Don't remeber weather to us 192.168.0.xxx or 127.0.0.1. But the old confog
file I use us backuped on a USB hard drive, I'll check there.

Lars

"Jim G" <jgrago@NOSPAM.twcny.rr.com> skrev i meddelandet
news:47a2225b$0$6481$4c368faf@roadrunner.com...
>
> "Davide Bianchi" <davideyeahsure@onlyforfun.net> wrote in message
> news:slrnfq3rkg.3d7.davideyeahsure@fogg.onlyforfun .net...
>> On 2008-01-31, rosoft <support@RosoftEngineering.com> wrote:
>>> What I would like to install is some thing that I never have exeprienced
>>> in
>>> Linux. An install where every thing works after install.

>>
>> This is not a linux group, if you're uncomfortable with Linux maybe
>> you shouldn't use it.
>>
>> Davide
>>
>> --
>> A computer without Windows is like a fish without a bicycle

>
> When installing apache I would do it this way:
>
> ./configure --prefix=/www --with-expat=builtin
>
> If you are going to be using ssl, make sure you compile that in too...
>
> ./configure --prefix=/www --with-expat=builtin --enable-ssl
>
> This may not work as libtool is a 32bit library. As a quick work around
> you could temporarily substitute the 64 bit libraries libexpat.* in
> /usr/lib64 for the 32 bit libraries in /usr/lib. This doesnt solve the
> problem, its just a temp workaround.
>
> Jim
>
>
>



  Réponse avec citation
Vieux 01/02/2008, 00h36   #8
Jim G
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Problem compiling apache

"rosoft" <support@RosoftEngineering.com> wrote in message
news:9tsoj.3373$R_4.2418@newsb.telia.net...
> HI
>
> But it was apache that was failing. Isn't this a group to you find
> errors related to apache? If I'm comfortable or not with Linux has nothing
> to do with the fact that I'm using it. Linux is good for some things like
> a webserver. However I don't recoment you to use Linux for audio
> production due to lack of software. Foa audio production use a Windows XP
> PC or a MAC. Sure thare are a buch of free programs to use that can rip
> CDs record audio but so far I haven't seen any ting for professional audio
> production used in studios.
>
>
> Yours
> Lars
>
>
> "Davide Bianchi" <davideyeahsure@onlyforfun.net> skrev i meddelandet
> news:slrnfq3rkg.3d7.davideyeahsure@fogg.onlyforfun .net...
>> On 2008-01-31, rosoft <support@RosoftEngineering.com> wrote:
>>> What I would like to install is some thing that I never have exeprienced
>>> in
>>> Linux. An install where every thing works after install.

>>
>> This is not a linux group, if you're uncomfortable with Linux maybe
>> you shouldn't use it.
>>
>> Davide
>>
>> --
>> A computer without Windows is like a fish without a bicycle

>
>


Lars, what is it that you are attempting to do, just serve webpages? When
you say you need to open up firewall rules, do you mean for apache,
sendmail, pop etc...? How familiar are you with linux and installing
programs or basic linux administration?

Let me know.

Thanks
Jim

  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 07h23.


É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
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 2,22487 seconds with 16 queries