-1
votes
0answers
6 views

Server freezes while installing Redhat Enterprise Linux Server 6 [closed]

We've tried both the first options Install or upgrade an existing system Install system with basic video driver When trying option #1, it gets to a screen that has a solid cursor about halfway ...
-1
votes
1answer
102 views

Install Wordpress / Red Hat 9

I trying to install WordPress on Redhat 9, but the server don't running PHP and return the default Apache welcome page Default Apache Welcome Page Any clue?
0
votes
0answers
413 views

Updating GCC on Redhat Enterprise Linux 5.5 [closed]

cat /etc/*-release Red Hat Enterprise Linux Client release 5.5 (Tikanga) I am trying to install run SublimeText, and am getting the error ./sublime_text: /usr/lib64/libstdc++.so.6: ...
0
votes
1answer
2k views

R 2.15 install in Redhat [closed]

I am trying to install a local copy of R on a server without admin privileges. I know almost nothing about servers, or linux. I can easily access a copy of R by typing "R", however the server I am ...
1
vote
1answer
101 views

couchDB RHEL4 Install Error

I'm currently trying to install couchDB on a Red Hat 4 machine Linux version 2.6.32-220.el6.x86_64 (mockbuild@c6b18n3.bsys.dev.centos.org) (gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) ) #1 ...
1
vote
2answers
2k views

How do I subscribe to supplementary server channel to install sun jdk 6 on RHEL 4.x

I want to install sun jdk 6 on RHEL 4.x using yum install java-1.6.0-sun-devel but found that I have to subscribe to supplementary server channel. How do I do that? Thanks in Advance!
1
vote
2answers
978 views

How to install pysvn on Redhat Enterprise Linux 6.0?

I tried to install pysvn on my server today, but met some problems as below: [root@coffish pysvn-1.7.6]# python setup.py install running install running bdist_egg running egg_info writing ...
1
vote
0answers
275 views

Java EE install through ssh on a Linux AMI [closed]

I want to install Java EE 6 on a RedHat machine. The machine is actually an AWS AMI. I have installed JDK succesfully but when I try to install Java EE, the console tells me I hace to set the DISPLAY ...
4
votes
2answers
6k views

Installing Mercurial on Redhat Linux

Will Mercurial work on Redhat Linux? I tried, yum install mercurial, with no success. I tried downloading a tar ball from Selenic but it failed when I tried to install. Does Mercurial work at all on ...
1
vote
1answer
787 views

Oracle .oui Install Error

When I'm trying to install Oracle on Linux Redhat 5 I get the error of .oui at line 54 file permission denied. I gave permission to the .runInstaller file up to 777 but that did not help me. I ...
6
votes
1answer
8k views

install svn client on redhat RHEL5 [closed]

How do I install svn on a Redhat machine? Tried to do it with yum install svn - but it didn't find svn. My machine details are Red Hat Enterprise Linux Server release 5.2 (Tikanga) Found it with ...
6
votes
5answers
3k views

Why does PostgreSQL run on Ubuntu after install without using initdb?

I am curious as to why you don't have to use initdb as per the postgresql manual prior to running psql the first time? (I have installed version 8.3 on 8.04.1) Red Hat requires -c postgresql start ...