Questions tagged [rhel5]

For development issues encountered while using Red Hat Enterprise Linux 5

This tag is for questions specific to version 5 of Red Hat Enterprise Linux. For general questions regarding Red Hat Enterprise Linux (RHEL), use the tag.

189 questions
3
votes
0 answers

Enthought Canopy python install of pygtk

I am using the latest enthought canopy 1.0.1 on Red Hat 5.9 It is installed on top of the stock python 2.4.3 I have some applications written against pygtk and would like to use them with the Enthought version. By the way pygtk works great with the…
3
votes
6 answers

Why doesn't Subversion allow to commit .htaccess files?

I can't commit .htaccess files from my Windows SVN client (TortoiseSVN). The error that is returned is: Could not read status line: Existing connection was forcibly closed by the remote host. And here is basically what my vhost looks like in…
user38968
  • 661
  • 1
  • 8
  • 8
3
votes
1 answer

How to modify PATH for non-interactive SSH call in RHEL 5?

I am trying to modify the PATH variable of my SSH server such at a non-interactive shell command ssh myserver.com 'echo $PATH' returns the desired path. I tried modifying ~/.bashrc and ~/.profile files but they only modify PATH for when I log in to…
user1027169
  • 2,627
  • 3
  • 27
  • 50
2
votes
1 answer

XML::Simple leaving entities in attribute text

I have two systems, one RHEL5 and one Ubuntu 10.04, and they exhibit differing behavior. I'm using perl's XML::Simple to parse the response of a call to some SaaS software. The response is:
2
votes
1 answer

How To Uninstall And Then Install Java In RHEL 5 (Linux) I Am Getting Error?

Hi i need to install the latest version of java in mu RHEL 5 i successfully uninstall it from my os but when i try to install it again i am getting error i am pasting the whole thing i did with error [root@localhost bin]# rpm -qa | grep…
Syed Raza
  • 61
  • 2
  • 2
  • 6
2
votes
1 answer

mod_rewrite seemingly broken with latest httpd upgrade

At our office, our security team has been running yum updates on our rhel5 servers. One of the affected packages is the httpd package. Before the update, we were successfully able to utilize mod_rewrite in apache to direct all traffic from…
Scott
  • 6,716
  • 9
  • 40
  • 46
2
votes
2 answers

How to track down JAR with corrupt JAR Index that cause InvalidJarIndexException in Tomcat in Eclipse

I am working with development of an application which, among other pieces of code, contains a number of servlets. The development environment I use is Eclipse (3.2.1, which is rather old) in which I run a Tomcat server (5.5.23, rather old as well)…
IllvilJa
  • 228
  • 3
  • 10
2
votes
0 answers

How to compile c++98 code written on RedHat 5 on RedHat 7 Linux

I have a c++ application written and compiled on a RedHat5 Linux machine using NetBeans. (c++ and gcc version 4.1.2) I want to compile it on a RedHat7 machine (c++ and gcc version 4.8.5). My problem is that all functions related to the c++ std…
Hasan H
  • 142
  • 11
2
votes
2 answers

linux tar command for remote machine

How can I create a .tar archive of a file (say /root/bugzilla) on a remote machine and store it on a local machine. SSH-KEYGEN is installed, so I can by pass authentication. I am looking for something along the lines of: tar -zcvf…
Rajeev
  • 44,985
  • 76
  • 186
  • 285
2
votes
0 answers

Error in running eclipse : Error initializing storage due to java.io.EOFException

I was using Eclipse and everything was okay but suddenly, I couldnt open my eclipse in Linux (RHEL). I also already uninstalled and reinstalled the eclipse but the error is still there. here is the log java.lang.RuntimeException: Error…
Shieryn
  • 234
  • 2
  • 15
2
votes
1 answer

Salt installation in rhel 5.4

I am trying to install salt-2016.11.3-2.el5.noarch.rpm in rhel5. For that I compiled python 2.6 [root@localhost bin]# ls -lrt python* -rwxr-xr-x 1 root root 8304 Jun 11 2009 python2.4 -rwxr-xr-x 2 root root 5733122 Sep 11 11:52…
Ravi Shanker Reddy
  • 475
  • 1
  • 6
  • 21
2
votes
3 answers

Ruby on Rails Oracle DB connection

My main database is a local mysql database, however I would like to occasionally connect to an Oracle database directly in my applications code. The oracle database is hosted on another RHEL server. I was unsuccessfull tried to install the…
Rumpleteaser
  • 4,142
  • 6
  • 39
  • 52
2
votes
2 answers

mktemp: invalid option -- - on RHEL5 U3

I am using the mktemp to create a temp file in Makefile and using this MakeFile on RHEL5 U3 build environment. setuptmp1=`mktemp setup.tmp.1.XXXXXXXX --tmpdir=/tmp` ; \ setuptmp2=`mktemp setup.tmp.2.XXXXXXXX --tmpdir=/tmp` ; \ Observed following…
Joe
  • 63
  • 1
  • 6
2
votes
1 answer

Logrotate Weekly on a specific day of the week?

So this is driving me crazy. I'm running logrotate on a weekly basis for a few different logs and it works as I expect. However, the log rotation occurs on Sunday, which coincides with the completion of some processing that logs to those directories…
mjshort
  • 73
  • 1
  • 6
2
votes
0 answers

Xvfb - RHEL 5.4

I am trying to initialize a display using Xvfb and am running into this error. Can you help me resolve this error? -bash-3.2$ Xvfb :001 -ac _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for…
Balaji
  • 39
  • 4
1
2
3
12 13