Thx dimsh ,installed the above and the problem solved now.
but a new problem now...
Unable to run php programs. Installed PHP5.1.2 and Apache2.0.55 and Open SSL.
All are properly installed and even HTTPD test page is showing up when i run
http://localhost, but when i run a test .php file .. then its not intepreting the code rather its displaying the source code in the browser.
Googled a lot .. and did the following but still unable to run .php files.
One interesting thing is httpd is running on some port (3632).. but in httpd.conf file it shows as 'listen 80'.
Contents of /etc/httpd/httdp.conf
=================================
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
AddType application/x-httpd-php .php .php5 .php4 .php3
LoadModule php5_module /usr/local/apache2/modules/libphp5.so
DirectoryIndex index.html index.html.var index.php index.php5 index.php4 index.php3 index.cgi index.html index.htm
$netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:32769 *:* LISTEN 1813/rpc.statd
tcp 0 0 localhost.localdomain:mysql *:* LISTEN 2322/mysqld
tcp 0 0 *:sunrpc *:* LISTEN 1795/portmap
tcp 0 0 *:x11 *:* LISTEN 2703/X
tcp 0 0 localhost.localdomain:ipp *:* LISTEN 2150/cupsd
tcp 0 0 localhost.localdomain:5335 *:* LISTEN 2115/mDNSResponder
tcp 0 0 localhost.localdomain:smtp *:* LISTEN 2355/sendmail: acce
tcp 0 0 192.168.1.2:45644 64.233.185.19:http ESTABLISHED 2904/firefox-bin
tcp 0 0 192.168.1.2:51857 64.233.185.83:http ESTABLISHED 2904/firefox-bin
tcp 0 0 192.168.1.2:57292 cs55.msg.dcn.yahoo.com:5050 ESTABLISHED 2824/gaim
tcp 0 0 *:http *:* LISTEN 3632/httpd
tcp 0 0 *:x11 *:* LISTEN 2703/X
tcp 0 0 *:ssh *:* LISTEN 2231/sshd
tcp 0 0 localhost.localdomain:http localhost.localdomain:51448 TIME_WAIT -