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

Is there an rpm for Tomcat 7 on RedHat Enterprise 6?

I am looking to install Tomcat 7 on RHEL6 using an RPM package, but it seems difficult to locate an RPM which installs components to their standard RedHat locations. Is there a simple community RPM for this?
Chris Giddings
  • 697
  • 2
  • 7
  • 20
3
votes
2 answers

RHEL jdk-8u20-linux-x64.tar.gz 1.8 acting like 32bit

I'm setting up a new machine. I did inadvertently install the 32-bit java first but I have blown that away and I have installed jdk-8u20-linux-x64.tar.gz (also used the RPM). This machine has 132G or memory but I suspect I'm starting a 32 bit java…
rjs
  • 33
  • 5
2
votes
2 answers

Rail server crash on RHEL 6

I'm first timer to Ruby on Rails, trying to set it up on RHEL 6. Since the package manager had very older version of Ruby. I compiled from source with Ruby 1.9.3 and installed rails using $gem install rails Created a new app using $rails new…
anurag-jain
  • 1,380
  • 2
  • 11
  • 31
2
votes
1 answer

ImportError: No module named ansible after installing Ansible 2.9 via PIP

Would like to know if anyone encountered this same concern I've been receiving: Traceback (most recent call last): File "/usr/local/ansible2.9/bin/ansible-playbook", line 34, in from ansible import context ImportError: No module named…
aienma
  • 51
  • 1
  • 5
2
votes
1 answer

Where to find the max resolution for a touchscreen monitor in Linux?

The application that I'm writing has a thread that is constantly polling a /dev/input/eventX location for touch events since the Linux kernel I am running has limited support for touchscreens. Because of this limited support, QT5 does not receive…
Darin Beaudreau
  • 375
  • 7
  • 30
2
votes
0 answers

How to run LibreOffice 6.2 on CentOS6 / RHEL6?

I can install LO RPMs but when I try to run the process I get this: /opt/libreoffice6.2/program/oosplash: /lib64/libz.so.1: version `ZLIB_1.2.3.4' not found (required by /opt/libreoffice6.2/program/oosplash) /opt/libreoffice6.2/program/oosplash:…
2
votes
2 answers

Does $argv behave the same between Centos and RHEL systems

I am trying to troubleshoot an old TCL accounting script called GOTS - Grant Of The System. What it does is creates a time stamped logfile entry for each user login and another for the logout. The problem is it is not creating the second log file…
3dalliance
  • 71
  • 6
2
votes
0 answers

pip list ImportError: libz.so.1: cannot open shared object file: No such file or directory

I have a virtual environment that has a python installation in it. I an running RHEL 6.8 and when I source the virtual environment on my RHEL machine and run most pip related commands I am seeing this. I was able to source this virtual environment…
Max Powers
  • 1,119
  • 4
  • 23
  • 54
2
votes
1 answer

Maintaining binary compatibility with previous versions

Apologies if this is more Server Fault than SO, but it is related to coding so here goes... I have someone else's code that I am trying to compile on RHEL 7 but will run (for the moment at least) on RHEL 6. I've written my own RPM spec file to build…
Chris
  • 414
  • 3
  • 12
2
votes
1 answer

Installation of pywinrm module on RHEL 6 with Python 2.6 does not proceed due to cryptography. It points to cffi

I have been trying to install pywinrm module on my Ansible control server which is running on RHEL 6 with Python 2.6 (pre-installed). But the dependency cryptography module fails with the error : Installing collected packages: cryptography …
2
votes
2 answers

Cannot install rgdal package in R on RHEL6, unable to load shared object rgdal.so

I have AWS RHEL6 server where I've installed (compiled) rgdal 1.9.2 and proj packages. Now in R I want to install rgdal package but it gives this error: ** testing if installed package can be loaded Error in dyn.load(file, DLLpath = DLLpath, ...)…
2
votes
1 answer

How to take backup of marklogic database while upgrading from CentOS to RHEL

We want to move our cluster server from centos to RHEL. How can we ensure that Marklogic database is backed up and in the process we don't loose any data. Do we need to backup on external data storage device?
2
votes
0 answers

Java -version command error, RHEL6

I've tried to install jdk7 on REHL6, When i checked if it was installed without any error using java -version command, i got the following error [root@localhost ~]# java -version -bash: /usr/bin/java: cannot execute binary file [root@localhost ~]#…
SegTree
  • 57
  • 1
  • 2
  • 10
2
votes
1 answer

Install packages with yum to alt python location

I am currently running RHEL 6.6. This has python 2.6.6 pre-installed and is the default. I installed python 2.7 using the altinstall method. The default python is still 2.6.6. I'm trying to install the python-devel packages using yum which only runs…
kumar5
  • 158
  • 1
  • 2
  • 8
2
votes
2 answers

Running Sudo inside SSH with << heredoc

I' m sure you will find the question similar to many other posts on stackoverflow or on internet. However, I could not find the solution to my problem precisely. I have list of task to be run on remote server, and passing the script is OK! however…
simer
  • 23
  • 4
1 2
3
19 20