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
2 answers

Not to Able analayze the Core dump issue for Multithreaded application.........(Help Required)

I am working on multhithreading application when ever the process dump it always generates core as shown below i am not able to understand where it is actually dumping. GNU gdb Red Hat Linux (6.5-25.el5rh) Copyright (C) 2006 Free Software…
Rama
  • 1
  • 1
  • 1
0
votes
3 answers

How to install erlang?

i'm planing to install sensu monitoring framework. It needs Erlang to work. I'm running RHEL5 and it's not connected to internet. Only option is to download and install the packages. Please help..
ivcode
  • 235
  • 2
  • 14
0
votes
1 answer

glibc corrupted double linked list in RHEL 5

I have a code written in C++ which generates a sharedlib(.so) file which in turn is used in my application which runs on RHEL3. Now I have to migrate to RHEL5. The code for the .so file compiles successfully but when I try to bring my services up it…
user3338642
  • 201
  • 1
  • 2
  • 5
0
votes
1 answer

Linux/PHP File access issues (Building custom cache)

I have a minor problem, hoping someone can shed some light on the situation. THE SITUATION: I have a custom partial caching mechanism that is built into a PHP CMS. In short, when a template in the CMS is processed, it processes the 'cachable' PHP…
mwex501
  • 492
  • 1
  • 8
  • 23
0
votes
1 answer

Extending a volume on RHEL5 through Hyper-v

I installed a RHEL version 5 on a hyper-v virtual machine with initially 50 gigs. I expanded the hard drive to 100gigs but now I'm having trouble figuring out the correct way to extend that volume size to 100gigs from 50gigs. Is there a correct…
Alkey29
  • 189
  • 1
  • 5
  • 20
0
votes
1 answer

WebSphere 7.0.0.19 JVM Crash Load Testing RHEL Linux

WebSphere JVM crashes while performing load testing and generates .dmp, .txt and .trc files. Environment details: HW: Architecture x86_64 CPU op-mode(s) 64-bit CPU(s) 5 RAM 16 GB OS: Operating System Red Hat Enterprise Linux Server release…
Anant
  • 1,356
  • 1
  • 11
  • 9
0
votes
1 answer

/etc and /home partitions ownership changes and rollback

Somehow some one from my team has changed our production server (RHEL 5.5) /etc and /home partitions ownership to oracle user. When i check /etc and /home with "ls -l /", it shows as follows Can i find who and when these changes are made? Now is it…
puligilla
  • 45
  • 2
  • 8
0
votes
2 answers

RHEL: selinux blocking blocking to start kickstart

I am having issue when I select a kick start profile to start installation after PXE boot. On the network installation server (same DHCP server) side I can see the following error in /var/log/messages when I hit this issue. Nov 13 17:42:30 desktop10…
0
votes
1 answer

Mono setup issue in RHEL 5 due to bison setup issue

I am trying to install mono on my RHEL 5. While running the configure script i get the following error: checking for bison... no configure: error: You need to install bison But i already have bison installed on my machine: which…
varun kumhar
  • 157
  • 2
  • 19
0
votes
1 answer

Have any idea how to install the Tile mill in RHEL 5 OS?

hi team am trying to install the TileMill in RHEL 5 , have any idea what all are the sub packages we need to install ? i have tied with as per the procedure in Tile mill and am getting struck with required components of the sub packages . please…
0
votes
1 answer

Maximize button does not work using Tkinter in RHEL5

I created a minimal Tkinter GUI as follows: import Tkinter root = Tkinter.Tk() root.mainloop() Everything is fine if I run the above code on RHEL5, except that the maximize button does not work properly(resizing is available). If I click the…
0
votes
0 answers

Clang 3.2 on RHEL5 not compiling simple test program

I'm trying to compile a simple "hello world" test program, which is shown below as "hello.cpp". hello.cpp: #include int main(int argc, char** argv) { std::cout << "Hello world!\n"; return 0; } To compile, I'm using $ clang…
synaptik
  • 8,971
  • 16
  • 71
  • 98
0
votes
1 answer

Asking password after command ssh server2

I have two server server1 server2 want to login server 2 from server 1,I added both pub key (ssh_host_rsa_key.pub) in one another server in .ssh/authorized_keys. when i run #cd /etc/ssh;ls -ltr able to see below…
Adi
  • 119
  • 1
  • 1
  • 10
0
votes
2 answers

Failed to convert NCL high-resolution postscript to png

I got an postscript file from a NCL script whit the mpDataBaseVersion = "HighRes" (high resolution map). and I got ImageMagick 6.2.8 run in RHEL 5.6 i386. when I ran convert high-resolution.ps test.png, I got: Error: /undefinedresult in…
zx1986
  • 880
  • 2
  • 12
  • 18
0
votes
1 answer

Where is the RHEL version 5 Developer Guide?

I found the "Developer Guide" for RHEL version 6 located at: https://access.redhat.com/knowledge/docs/Red_Hat_Enterprise_Linux/ --> click on the Developer Guide link. However when you scroll down further to the RHEL version 5 documentation I can't…
Trevor Boyd Smith
  • 18,164
  • 32
  • 127
  • 177