LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-22-2010, 10:07 PM   #1
shruthi nagesh
LQ Newbie
 
Registered: Nov 2010
Location: mysore
Posts: 3

Rep: Reputation: 0
how to work perl and php programs on red hat 5


I have got red hat5 installed on my pc,but not able to run perl or php programs on it. only html display can be obtained,but perl and php programs are not running on firefox browser.when executed,web browser page with server not found msg is displayed.
 
Old 11-23-2010, 02:07 AM   #2
j-ray
Senior Member
 
Registered: Jan 2002
Location: germany
Distribution: ubuntu, mint, suse
Posts: 1,591

Rep: Reputation: 145Reputation: 145
perl is installed on your box anyway. Server not found? Did you install a webserver and is it running?
 
Old 11-23-2010, 09:41 AM   #3
arizonagroovejet
Senior Member
 
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094

Rep: Reputation: 198Reputation: 198
If you are getting error messages it is often useful if you post the full wording of the error messages you're seeing. That is, do not write a description of the error message in your own words, use copy/paste.
 
Old 11-23-2010, 10:21 AM   #4
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Keep in mind that there is a Red Hat 5 (very old) and a RHEL5(Red Hat Enterprise Linux, current). These are two totally different products.

IF you are really running Red Hat 5, please stop and switch to a more current (supported) version.

IF you are running RHEL5, then contact RH and ask them to see what is going on. That is what the license fee is for(support).
 
Old 11-23-2010, 12:31 PM   #5
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Actually, RHEL 6 was recently released, so 5 isn't current any more.
 
Old 11-23-2010, 01:29 PM   #6
arizonagroovejet
Senior Member
 
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094

Rep: Reputation: 198Reputation: 198
Quote:
Originally Posted by MTK358 View Post
Actually, RHEL 6 was recently released, so 5 isn't current any more.
RHEL 5 isn't current as in being the newest version of RHEL. It is however current as in being something which Red Hat are currently providing support for.
 
Old 11-29-2010, 06:59 AM   #7
shruthi nagesh
LQ Newbie
 
Registered: Nov 2010
Location: mysore
Posts: 3

Original Poster
Rep: Reputation: 0
NO.. red hat server is not installed.. actually I'm not able use internet.Its not getting connected.I have a broadband connection wit UT300R2U modem..
 
Old 11-29-2010, 07:07 AM   #8
arizonagroovejet
Senior Member
 
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094

Rep: Reputation: 198Reputation: 198
Quote:
Originally Posted by shruthi nagesh View Post
NO.. red hat server is not installed.. actually I'm not able use internet.Its not getting connected.I have a broadband connection wit UT300R2U modem..
That response doesn't contain any information that can be used to assist you. It actually makes it even less clear what your problem is since you are now claiming that Red Hat isn't installed after you originally stated that you are using Red Hat.

A good starting point might be for you to post the content of the file /etc/issue. This will clarify what version of Linux you are actually using.

It might also be helpful if you post the output of these commands

Code:
$ ps aux | grep -i apache
Code:
$ rpm -qa | grep -i apache
Code:
$ /sbin/chkconfig --list | grep -i apache
Internet connectivity problems do not appear to have any relevance to your original post. Stick to one issue per thread.
 
Old 11-29-2010, 07:14 AM   #9
shruthi nagesh
LQ Newbie
 
Registered: Nov 2010
Location: mysore
Posts: 3

Original Poster
Rep: Reputation: 0
Redhat9 is what we use in our college to work.. but my installer didnt have that version,so i got redhat5 installed..i think we can execute perl and php programs on it...
 
Old 11-29-2010, 07:29 AM   #10
arizonagroovejet
Senior Member
 
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094

Rep: Reputation: 198Reputation: 198
Quote:
Originally Posted by shruthi nagesh View Post
Redhat9 is what we use in our college to work.. but my installer didnt have that version,so i got redhat5 installed..i think we can execute perl and php programs on it...
OK... Like I said, post the contents of the file /etc/issue so we can see what version of Red Hat you are actually using. As lazlow said, there's two possibly versions you could be refering to as 'Red Hat 5'.

Red Hat 9 is very, very old. Old enough that you should not be using it.
 
Old 11-29-2010, 10:42 AM   #11
nowonmai
Member
 
Registered: Jun 2003
Posts: 481

Rep: Reputation: 48
If you're referring to Red Hat 5 as opposed to RHEL5, you're using a distribution that was current when I started playing with linux, back around 1996/7 IIRC. This would bear absolutely no resemblance to current distros... no installable kernel modules, Apache 1, no Gnome or KDE. Doubtful that you'd have PHP available either.
If you really don't have any way to get a current distro, PM me your postal address and I'll mail you a DVD.
 
Old 11-29-2010, 10:47 PM   #12
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
As above, type these cmds and post the output

cat /etc/issue

cat /etc/*release*

uname -a
 
  


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
MYSQL and PHP Problem and Installing programs on Linux Red Hat Technel Linux - Newbie 4 03-08-2006 10:54 PM
Problem with perl module for w3c validator to work on my local Apache+PHP+perl instal tbamt Linux - Software 0 12-16-2004 05:37 PM
adding programs with red hat 8.0 THE RADICAL Red Hat 1 08-07-2004 05:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:09 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