LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-28-2010, 06:26 PM   #1
dhlahre
LQ Newbie
 
Registered: Mar 2010
Posts: 2

Rep: Reputation: 0
Former Windows User getting a LAMP server up


Very Newbie with a fresh Fedora 12 install on a former Windows box. Am struggling with this rpm business while installing Apache php and mySQL. Would appreciate direction on which forum is best for working wiht this setup.

Deanna
 
Old 03-28-2010, 07:36 PM   #2
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
If you're using the RPM command directly, don't. You should be using yum (a front-end for RPM which handles dependency resolution and does a lot of other good stuff).

Have you tried Google yet -- I searched for "fedora 12 lamp" and this howtoforge tutorial was one of the first hits that came up. You might want to give it a look...
 
Old 03-28-2010, 08:20 PM   #3
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Also, on F12 you'd normally have a GUI, in which case there should an item like Add/Remove software in the menus.
As above, if you want to use the cmd line, use yum not rpm.
http://kbase.redhat.com/faq/docs/DOC-2531
 
Old 03-29-2010, 12:31 AM   #4
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
You could also try using pre bundled LAMP stacks like BitNami or XAMPP if you want to make your server up and running in minutes. Just download and install the package. It will install Apache, PHP, MySQL and configure them too.
 
Old 03-29-2010, 02:39 AM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
DID you have a apache/mysql/php installed on windows???

if not i would recommend NOT using the prebuilt rpm's
and LEARN how to install it from the ground up

also Fedora IS NOT A GOOD CHOICE for a server
I am a LONG time user of fedora and UNLESS YOU LIKE REINSTALLING EVERYTHING EVERY 6 MONTHS ,when a new version comes out .

I would use CentOS or Debian
 
Old 03-30-2010, 12:33 PM   #6
dhlahre
LQ Newbie
 
Registered: Mar 2010
Posts: 2

Original Poster
Rep: Reputation: 0
Thanks

Wow. Thanks for the thoughts. To one of the questions, yes, I have had Apache, php, and mySQL up for years on Windows, and have been wanting to try this side of the universe, as MS seems to be continually dumbing down their offerings. I have seen the CentOS site, and they seem to have stopped their upgrading, and a friend here at the University really likes SuSe. Again, thanks for the guidance on rpm files, and I am sure this will not be my last foray into this thread.

Deanna
 
Old 03-30-2010, 04:59 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
suse is nice and Cent has NOT stopped dev.
Cent is a "free" version of red hat

most distros ( except fedora) have a " long life" or " extended life" version .These are ment for the office and as servers .
Fedora is a FAST development and R & D distro.
usable and stable yes BUT not a good choice for a server
 
Old 03-30-2010, 05:24 PM   #8
nonamenobody
Member
 
Registered: Oct 2002
Posts: 138

Rep: Reputation: 22
Quote:
Originally Posted by dhlahre View Post
I have seen the CentOS site, and they seem to have stopped their upgrading
CentOS upgrades usually follow a about shortly behind Red Hat Enterprise Linux. So I would expect to see CentOS 5.5 in the next few weeks. Their website doesn't look very active at the moment, but I don't think it ever has - it doesn't seem to be a high priority for them.

Last edited by nonamenobody; 03-30-2010 at 05:25 PM. Reason: There, their, they're
 
Old 03-30-2010, 05:30 PM   #9
nonamenobody
Member
 
Registered: Oct 2002
Posts: 138

Rep: Reputation: 22
Quote:
Originally Posted by John VV View Post
suse is nice and Cent has NOT stopped dev.
Cent is a "free" version of red hat

most distros ( except fedora) have a " long life" or " extended life" version
Aren't CentOS and Red Hat Enterprise Linux (RHEL) the 'long life' versions of Fedora (Core).
 
Old 03-30-2010, 06:38 PM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
Aren't CentOS and Red Hat Enterprise Linux (RHEL) the 'long life' versions of Fedora (Core).
NO
as a long time user of fedora they are not .

while it is true that things in fedora will make it into RHEL .Fedora is a R & D type of distro
A "let's see " and a "what if" distro.
A lets push the envelope as FAST and as FAR as we can before we REALLY mess things up.

At one time the two were officially connected .But not anymore . Now some of the fedora dev's do work ( day job) for red hat . They are different projects.
 
Old 03-30-2010, 06:39 PM   #11
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Fedora is the bleeding edge R&D distro from RH with a new version every 13 mths or so and only last 2 versions supported.
RHEL is the commercial (supported/updated for 7 yrs) version. The 2 look similar and the debugged stuff from Fedora ends up in RHEL much later (yrs). You can't mix them.
Centos is a free version of RHEL.
http://www.redhat.com/security/updates/errata/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Create a custom MSI on a LAMP server for windows clients? jholovacs Linux - Software 1 06-17-2009 07:33 PM
Windows User/Printer/File Server AndyXS Linux - Server 8 04-28-2009 09:41 PM
specialised LAMP for a certain user urentity Linux - Server 2 04-11-2009 11:30 AM
how to enable in LAMP multiple website user? RMLinux Linux - Newbie 2 12-02-2008 03:38 AM
Setting up Ubuntu LAMP Server for local web server sewmyheadon Linux - Newbie 5 02-11-2007 02:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration