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
0
votes
0 answers

Client server reconnection issue on CentOS 7

I am working on a product which has a client server module. One of the regression tests which tests reconnection of the client with the server is failing on CentOS 7 whereas it works fine on RHEL 5 and RHEL 6. What could be the issue here ?
0
votes
2 answers

Linking to wrong library version in a C++ application

I'm troubleshooting a C++ binary on RHEL/CentOS 5, which has problems with the openssl shared libraries. I don't do much C/C++ programming, and I'm having trouble finding the root issue. What seems to be going wrong is that the application is…
JimB
  • 104,193
  • 13
  • 262
  • 255
0
votes
1 answer

Intersystems Cache commands when written manually in a file and executed is successful but not when built through a script

It would be great if this is taken up by Intersystems Cache DB experts: I created a script by manually editing a file from VI editor on RHEL linux and ran that on CACHE DB, and all commands ran successfully. The batch script was: #! /bin/ksh .…
dig_123
  • 2,240
  • 6
  • 35
  • 59
0
votes
0 answers

No core dump generated with C++ app using oracle db [RHEL]

I have a c++ application (using MySQL/Oracle) built on RHEL 5.6 box core dumps have been enabled ulimit -c unlimited When the application uses Oracle db and triggers a SIGSEGV signal, no core dump is generated. Whereas, using MySQL a proper core…
D3XT3R
  • 181
  • 2
  • 15
0
votes
4 answers

JDK on RHEL on IBM Power Series

We are looking for JDK 1.6 on for RHEL 5.5 on IBM Power Series. Can some one help?
Raju
  • 415
  • 5
  • 8
0
votes
0 answers

Sessions are automatically disconnecting on Oracle Server

Though there are relevant questions on SO, I couldn't find any possible solution from those. I observe a lot of ORA-00020:maximum number of processes (X) exceeded errors that I see on my application logs and hence triggering false alerts. **where…
N00b Pr0grammer
  • 4,503
  • 5
  • 32
  • 46
0
votes
1 answer

RHEL5 - Install davfs from srpm - error with neon 0.30.0

I'm using an old RHEL5 system and trying to install davfs from source. I don't have the option of upgrading the entire system to a newer version, so I am stuck with what I have. This is what I have tried so far: Setup rpmbuild environment following…
atlantis
  • 817
  • 1
  • 10
  • 16
0
votes
0 answers

Automatically set append attribute for newly created files/folders?

I'm trying to setup a folder so that users can only create or modify files/folders in it, but not delete them. I tried the 'chattr +a' command and got different results in RHEL5.8 and RHEL6.5 respectively. I tried the following command: # chattr +a…
Eric Zhang
  • 11
  • 3
0
votes
1 answer

GREP_COLOR doesn't work on camelcase

I work connected to a grid running RHEL 5.7 and it has grep 2.5.1 available. I have configured a GREP_COLOR variable to highlight matches in green and alias grep = "grep --color -nri". It works fine but when I try to search for a camelcase text, the…
avalencia
  • 33
  • 8
0
votes
1 answer

Will SLES11 Compiled code work on RHEL6

We used to C-compile our software programs and build our packages on CentOS 5 in the past. This we know works fine to install on RHEL5,6,7 and SLES10,11,12 But know when we are slowly moving away from RHEL5 we need to know if it is possible to build…
user413990
  • 39
  • 5
0
votes
2 answers

How to change %install section in spec file?

I tried to build binaries in RHEL6 using rpmbuild command.It throws file not found error during rpmbuild command execution. But In RHEL5 the same rpmbuild command is working fine. RHEL5 execution result: *Executing(%install): /bin/sh -e…
0
votes
1 answer

Removing duplicate volume group with missing physical volumes

I was working with some maintenance folks to try and replace a dead hard drive on a station running RHEL5 (old, I know...). Instead of getting some brand new drives, they used some drives from an old server that is no longer operational. The system…
Brian Smith
  • 403
  • 4
  • 14
0
votes
2 answers

Is RedHat provide openLDAP package with RHEL5?

My software needs system openLDAP libraries. Is RedHat provide openLDAP package (with libraries)with RHEL5 or not?
0
votes
0 answers

How to speed up csv write in rhel5

I have a python code that executes a query on a database using sqlite3, fetches the rows returned by the query and writes them to a csv file. The number of rows returned by the query is approximately 66 million. When I use python 3.4.3 on windows 7…
user2400394
  • 91
  • 1
  • 6
0
votes
1 answer

What packages need to upgrade for RHEL 6.x from RHEL 5.11

i would like to know, based on what rpm packages upgrade i can upgrade my RHEL version 5.11 to 6.x We can't use re-installation of RHEL 6.x, so wanted an option(s) to upgrade to RHEL 6.x from 5.x by upgrading all needful packages. By upgrading…
Vijay
  • 1,026
  • 3
  • 11
  • 28