Link to home
Start Free TrialLog in
Avatar of free0o0o0o
free0o0o0o

asked on

Linux COnfiguration

Hi, I wanted to host my domain so I installed RedHat Linux 7.2, now Ive got it installed as server version, I wanted to set up BIND, FTP, MAIL, APACHE, etc... I setup apache right and I "thinK" i also got BIND set up, now I wanted to install php and mysql and I kept getting errors when i try to install the rpm file like, dependicies not there. Can someone please help me? Thanks!
Avatar of Nick Accad
Nick Accad
Flag of Canada image

for easy software management on a redhat system you have
two options:

1. up2date
2. Ximian Red Carpet

using up2date is easy, but it is a command line, it grabs whatever
you want off RedHat's FTP server and installs it for you.
to install php, just run up2date (or up2date-nox) -u php
mysq: up2date -u mysql-server

Ximian Red Cardpet is a nice GUI to add/remove packages, also
does everything over the network, to get go to
http://www.ximian.com/products/redcarpet/ and download the
rpm and install it, run it using 'red-carpet'

good luck
tc
-nick
ASKER CERTIFIED SOLUTION
Avatar of drag0n
drag0n

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of free0o0o0o
free0o0o0o

ASKER

Yes, thankyou drag0n, it w0rked and Ive solved everything except for the DNS part, I still dont know what to put for all the blanks such as master IP and stuff, even after I configured a domain based on their sample domain: localhost, I still dont think it worked, can somebody maybe walk me through it step by step again?