Questions tagged [rhel6]

For development issues encountered while using Red Hat Enterprise Linux 6

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

295 questions
2
votes
2 answers

Resolving circular dependency between ExtUtils::MakeMaker and Test::Harness

I'm trying to compile git 2.5.2 on RHEL6 into my home directory and it requires a perl module ExtUtils::MakeMaker. ExtUtils::MakeMaker isn't installed in the standard locations and installing packages (via yum) is impossible due to organizational…
Paul Johnson
  • 1,329
  • 1
  • 12
  • 25
2
votes
1 answer

bundle install hangs inexplicably

I am on RHEL 6, and have built Ruby from source and installed into /usr/local. The server I am on does not have outside internet access, EXCEPT to access Rubygems.org. That is the only outside connection it is permitted to make. This is a corporate…
user2993456
2
votes
0 answers

Populate Python dictionaries from .ini in RHEL5

I'm in the process of creating a script for dumpcap.exe that would add some more features to it. I am writing it to be multi-platform and most of the MSWindows version is complete. Currently I am moving what I have to REHL5 in order to start…
2
votes
2 answers

JDK 1.8 on RHEL 6.5 : Can't import JTable

I'm using Eclipse as IDE on RHEL 6.5 with JDK 1.8 When I try to declare some object of JTable, it doesn't find appropriate import package/class. When I manually try to write import statement, it only shows up to javax.swing, but it doesn't show…
bhushan
  • 46
  • 1
  • 5
2
votes
3 answers

How to permanent enable PHP 5.4 on RHEL? (PHP 5.3.3 also installed on the system)

I recently installed PHP54 on a RHEL 6.5 server from the RHN Software Collection 1.1 The package has successfully been installed, and it needs to be mentioned there is an existing previous installed PHP version (5.3.3) on the servers which is the…
3LRusS1T0
  • 51
  • 1
  • 6
2
votes
1 answer

How to add a certificate to the default Firefox profile on RHEL 6?

I want to add a certificate to the CAs that Firefox trusts, before any user profile exists, on RHEL 6 (or CentOS, or Scientific Linux... would expect it to be the same). I know how to add a certificate to an existing user profile. I don't need to…
sosiouxme
  • 1,226
  • 16
  • 26
2
votes
1 answer

Transparent huge pages disabled but compact_stall is not null

We noticed large JVM pauses during garbage collection where user and system times are much smaller than the total time. [Times: user=3.99 sys=0.55, real=34.29 secs] We suspected it could be due to memory management and checked transparent and huge…
olgg
  • 21
  • 1
  • 2
2
votes
0 answers

Issue detecting / communicating with card reader using pcsc-lite on RHEL 6 linux using C++

I am trying to develop an application that would interface with a Smart Card Reader and read information from the smart card. Let me give you the development environment and the hardware used. OS: Red Hat Enterprise Linux 6 IDE: Eclipse Juno…
aeon
  • 1,029
  • 2
  • 13
  • 23
2
votes
1 answer

RHEL : JDK 7u15 installation error

I am getting following error while installing the JDK 7u15 version on Red Hat Enterprise Linux box. I am not able figure out what to do with it? I mean what is impact on running my programs? What are these pack…
Chetan
  • 1,507
  • 7
  • 30
  • 43
2
votes
3 answers

Installing numpy on Red Hat 6?

I'm trying to install numpy on a Red Hat (RHEL6) 64-bit linux machine that has Python 2.7. I downloaded and untar'd numpy 1.6.2 from Sourceforge, and I did the following commands in the numpy-1.6.2 folder: python ./setup.py build sudo python…
solvingPuzzles
  • 8,541
  • 16
  • 69
  • 112
1
vote
0 answers

Bad exit status from /var/tmp/rpm-tmp.9hCo4Y (%build)

Currently working with a RHEL 6 offline system. I am using a RHEL6 repo server to compile a new IGB driver (Intel® Network Adapter Driver for 82575/6, 82580, I350, and I210/211-based Gigabit Network Connections for Linux*) with a RHEL6 kernel…
Jenn M
  • 11
  • 1
1
vote
0 answers

Is there a way to force Conda to install packages that are compatible with a specific version of GLIBC?

I have a legacy RHEL6 machine that I cannot upgrade or make any changes to existing libraries on. So far I have been unsuccessful in getting a working conda environment due to GLIBC incompatibilities. Is the any way to force Conda to install…
LaurenF
  • 11
  • 2
1
vote
0 answers

cannot verify xyz’s certificate, certificate has expired (CentoS 6)

Getting this message using wget to retrieve data from urls. I've successfully patched multiple RHEL7 machines using the method on RHEL bugzilla, however I'm unable to successfully update a couple of older CentOS 6 machines. On the CentOS 6…
a coder
  • 7,530
  • 20
  • 84
  • 131
1
vote
0 answers

Facing issue with bind on rhel 6.4

As per the link (https://cloud.google.com/vpc/docs/configure-private-google-access-hybrid ), I followed the same steps to configure DNS/bind on my servers (RHEL 6.4). Configuration is as below. unfortunately, its failed. please help me to rectify…
dharm000
  • 11
  • 1
1
vote
2 answers

RHEL - Environment variable

I have an environment file named .env337_dev. I need to run this file to set the environment before running another command. How to run this file? Inside the file, it contains several variables like this export…
Newbee2
  • 179
  • 1
  • 1
  • 6