Redhat Server

RedHat Linux Server 5 - Your PHP installation appears to be missing the MySQL which is required for WordPress.
Running Redhat server 5 and MySQL. For some reason I am getting this message and I've used PHPMyAdmin to setup a new user account with a database and provided that informaton in the config file for wordpress. Any ideas why this isn't working? your link is bad

try to install php5-mysql software package, it should solve the error message

What are the differences between DNS in Windows 2003 server and Linux Redhat?
where it works better and why ? please I want the answer in detail

That's a biiiiiig question. You could write several books on the subject of Domain Name Systems - in fact several people have. Could you possibly be a bit more specific with your question? Foe example is it the domain name lookup that you are having niggles with? Because that is usually down to the browser you're using rather than the O.S. Be specific - which area of DNS do you want to know about?

Finding out services on Redhat Server?
Just wondering, anyone know of any good tools or commands for discovering what services/programs are running on a linux server, (running Redhat in case of any distribution specific commands)?

If you are root, just type ps -ax |more in the terminal. Check out all the options with ps.

how to see what client do (browse) from server if i use redhat 9.0, please need answer?
how to see what client do (browse) from server if i use redhat 9.0, please need answer? Bagaimana cara lihat apa nama url / website yang dibuka client apabila saya diserver dan seluruh menggunakan OS linux Zencafe sedangkan server Redhat 9.0. ? Thanks B4

Look at the server logs, it will probably tell you. By "probably" I mean, it depends on the server software you use, since you didn't tell us and we're not mind readers.

How do share the internet on RedHat Linux server 4.0, with out using squid proxy server?Please Help me?


you want to setup ip masquerading. You can look for howtos on that here: http://www.tldp.org/HOWTO/IP-Masquerade-HOWTO/index.html http://www.tldp.org/HOWTO/HOWTO-INDEX/howtos.html

how to unblock the downloading through squid proxy server in redhat linux 9.0?
I have installed redhat linux 9.0 with squid proxy installed and configured.using this proxy my client machines are able to connect to the internet but not able to download any file from internet.

You have to choices - enable the download configuration on the Squid, see more resources here about this: http://www.linuxdevcenter.com/pub/a/linux/2001/07/26/squid.html or you disable caching proxy on the clients.

i am using Redhat server os 5.0 i need to configure Wan & Lan so that my lan guys can connected to net?
what configaration must be done here in redhat os

I would install shorewall and configure network sharing that way. But if you are lazy and don't care about security too much run the following commands echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE Assuming your eth0 interface is your WAN interface. Reboot and these settings will go away.

how to create & configure sendmail server on redhat ?


Are you sure you want Sendmail? I mean, there -are- ways to configure it, but sendmail.cf file has been cited as an example of about the worst, most user-unfriendly configuration interface. It makes sense in a huge, sophisticated multi-user mailserver where you need all the magic you can do with it, but if you need anything less than such a monstrosity (a huge corporation mailserver?) you're way better off with an easier mailserver, like qmail or postfix, with good, easy to understand documentation and simple configuration procedure.

i have Redhat linux server edidion ..
I dont find games in the applications.. although i have checked in custom installallation for games.. can anybody help me .. and from where can i download the original games for linux?

There is an obvious reason for that: it's a server version. Servers are for providing files, not playing games. You can download games using the YUM package manager. I'm not sure what RedHat uses for a graphical frontend, but from the command line, you can do this: su (this is to become the "root" user. When it prompts for a password, just type your user password) yum install package You'll need to know what the name of the package is. It's usually very obvious. If you don't know, try yum search whateveryouthinktheprogramiscalled

Trouble in Installing Redhat Linux Enterprise Server 4 AS on Acer Aspire 5004 Laptop?
I bought a Acer Aspire 5004 NWLMI. Windows XP Professional is already installed. I downloaded the RHEL 4(AS) from a torrent site. I then burned the image to the cd using Nero 7. And when i boot the using the CD, the following things happen (the problem is the last thing) 1. it show ISO Linux 2.xx and boots the system 2. Then it show Redhat Enterprise Linux - To Install or Upgrade in graphical mode, press enter key -............... 3. I chose the enter key 4. Then it says loading vmlinuz............ Loading initrd.img........................... Then it detects all hardware and harddisk....(All the harddisk and the dvd drive is detected.) 5. Then it continues to the last stage saying loading /sbin/install running installer loading /sbin/loader after that the screen turns black the system stops responding...... There is no harddisk activity nor cd activity in the system. What should i do? i tried booting the system using linux dd, linux noprobe.... but the same result... Please help

Three things to try. When you get to the boot screen press F2 or F3 for boot options. Try "linux text" or whatever the option is for no graphical installer. Two, go to Redhat.com and sign up for a trial as you'll need a license number to register your system and do updates. Three, go to http://www.centos.org and download an ISO there. CentOS is based on the Redhat EL family but is free for you to use. If the same thing happens with that use the text installer. GUI installers can be picky about certain video chipset/LCD combos. When your screen goes black it could just be the video going out of sync.