Thread: Command for Installing LAMP on Fedora 10 Server

  1. #1
    POeT GuY Matus's Avatar
    Join Date
    Feb 2008
    Location
    Bz
    Posts
    235

    Question Command for Installing LAMP on Fedora 10 Server

    I know in Ubuntu there is a simple command like: apt-get install apache2 php5 mysql-server phpmyadmin

    How about in Fedora is there a command that can do the job like that, one command for everything?
    PoEms R InsPiRatiOns of LIfE ExpErienCes!!


  2. #2
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Look into Yum. It's RedHat/Fedora's equivalent of apt-get.

    I don't know any more about it, though. Last time I tried Fedora was Fedora 2... (and RedHat 9 before that!)

  3. #3
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    > Last time I tried Fedora was Fedora 2
    Erm, Fedora Core 2 (probably )

    It's lame they dropped the "core"

  4. #4
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Haha yes. Too long ago.

    My current favourite is Ubuntu for desktops and laptops. Mainly because when I get a problem I am too lazy or don't have time to investigate further, I can just type the error message into google, and get a few thousand hits with idiot-proof solutions (thanks to the large and newbish userbase of Ubuntu ). It's almost as convenient as Windows .

    Other than that, it's just like Debian. I think Debian has a larger apt repository, but the Ubuntu ones have everything I need, too, and I find Ubuntu a bit more polished in general.

  5. #5
    POeT GuY Matus's Avatar
    Join Date
    Feb 2008
    Location
    Bz
    Posts
    235
    My favorite is Ubunutu as well, but as part of the class i must do Fedora now, i already finished a complete Ubuntu Hardy Heron one as well. I did install LAMP on Fedora or AMP whatever you wanna call it using command: yum install httpd mysql php php-mysql

    I followed this thread here: LAMP Help (Noob) - FedoraForum.org

    But now that i type in my address in the url i get this error, and everything seems to be working but no "it works test page" when my ip 10.0.11.25 is typed.
    this is what i get:

    ERROR
    The requested URL could not be retrieved

    While trying to retrieve the URL: http://10.0.11.25/

    The following error was encountered:

    * Connection to 10.0.11.25 Failed

    The system returned:

    (113) No route to host

    The remote host or network may be down. Please try the request again.


    What can be my problem? Yet i've been working on ssh so the server is up and running.
    PoEms R InsPiRatiOns of LIfE ExpErienCes!!


  6. #6
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    I think all you really need to do is splice into the power cord. So really you're going to need some wire cutters, electrical tape, and maybe some mounting screws.


    Quzah.
    Hope is the first step on the road to disappointment.

  7. #7
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    Does it work from the machine running the webserver? Try running this from the Fedora box:
    wget http://10.0.11.25/

  8. #8
    POeT GuY Matus's Avatar
    Join Date
    Feb 2008
    Location
    Bz
    Posts
    235
    Quote Originally Posted by bithub View Post
    Does it work from the machine running the webserver? Try running this from the Fedora box:
    wget http://10.0.11.25/
    Thanks, i got it working took several hours of experimentation, it was the firewall denying access, and then phpmyadmin was some permissions that had to be configured thanks
    PoEms R InsPiRatiOns of LIfE ExpErienCes!!


Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Scheduling Algo
    By BigDaddyDrew in forum C++ Programming
    Replies: 41
    Last Post: 03-08-2003, 11:00 AM
  2. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM
  3. [SOCKETS] Solaris server in C, NT client in VB
    By Daveg27 in forum C Programming
    Replies: 3
    Last Post: 05-23-2002, 10:02 AM
  4. Heaps...
    By Nutshell in forum C Programming
    Replies: 14
    Last Post: 04-23-2002, 08:54 AM
  5. Formatting Output
    By Unregistered in forum C Programming
    Replies: 6
    Last Post: 03-26-2002, 01:33 AM