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
0
votes
1 answer

Not able to install REALMD on RedHat 6.8 VM

I am not able to install REALMD on Red Hat 6.8 VM hosted in Azure. I have even configured EPEL repositories using this link. Without this package we are not able to join the linux VM to our domain as described in this Official Link on RedHat or this…
Aman Sharma
  • 1,930
  • 1
  • 17
  • 31
0
votes
3 answers

Is it possible to setup 2 JAVA_HOME in Linux?

I am using RHEL 6.8. Is it possible to set up a 1.8 server JRE path in JAVA_HOME in Linux when the JDK is 1.7.0_45? I need both of the java versions and two JAVA_HOME. Thanks in advance!
Nagma
  • 5
  • 1
  • 4
0
votes
0 answers

"package ‘devtools’ is not available (for R version 3.0.1)" on RHEL 6.6

Any advice on how I can get R statistical package devtools installed? >install.packages("devtools",repos="http://cran.rstudio.com", type = "source") Installing package into ‘/home/bckadm/nowackj1/R/x86_64-unknown-linux-gnu-library/3.0’ (as ‘lib’ is…
Jon17
  • 73
  • 6
0
votes
0 answers

I am not able to use createrepo in rhel6

When I Mount a .iso file in any folder, the folder becomes write protected. so, I cannot use createrepo coomand thin rhel6. I mounted .iso file in/var/rhel. Now that folder became write protected. I am using all commands as root.
aslam
  • 1
  • 1
0
votes
0 answers

Getting `CXXABI_1.3.5' and `GLIBCXX_3.4.15' not found errors on RHEL6

I am getting these errors on RHEL6 when trying to compile c++ code from github: /usr/lib64/libstdc++.so.6: version CXXABI_1.3.5' not found /usr/lib64/libstdc++.so.6: versionGLIBCXX_3.4.15' not found I think I could install updates for these libs.…
user3871995
  • 983
  • 1
  • 10
  • 19
0
votes
1 answer

MySQL 5.7 (RHEL6.6) PAM Authentication with AD

I'm working on configuring AD authentication on MySQL (installed on RHEL 6.6) using Pluggable Authentication Modules (PAM). So far, my AD users are able to login on the RHEL box using AD credentials. But when i try to login to MySQL using the PAM…
Suhail
  • 1
  • 4
0
votes
1 answer

cannot install ezproxy on ec2 instance

not able to install ezproxy on ec2 instance there seems to be problem because it has a public and private ip. i used this method for installation from url https://www.oclc.org/support/services/ezproxy/documentation/download/install-linux.en.html it…
chandra
  • 693
  • 3
  • 8
  • 21
0
votes
1 answer

Update libstdc++.so.6 without updating gcc? Rhel 6.7

I'm trying to install a package that requires GLIBCXX_3.4.20. GCC version is 4.4, the highest version yum lists. Is there a way to upgrade to 4.9 without building it from source or just update libstdc++?
nullen
  • 11
  • 2
0
votes
1 answer

Unable to use ssl in RHEL6 for Nexus 3.0

I have enabled SSL in Nexus 3.0 as described here on a machine with RHEL6. Before enabling SSL, I could access the Nexus from a browser using the IP-address of the RHEL6 machine from my Windows machine. However, after enabling SSL I cannot do that.…
rgamber
  • 5,749
  • 10
  • 55
  • 99
0
votes
1 answer

Running tomcat in upstart and tracking correct PID in the script

I have an upstart script that is used to start apache tomcat on an RHEL 6.8 system. The upstart script is as follows start on runlevel [2345] stop on runlevel [!2345] respawn exec >/root/Desktop/test.debug 2>&1 exec su -s…
jgr208
  • 2,896
  • 9
  • 36
  • 64
0
votes
1 answer

Installing Wireshark on server to capture web service SOAP request and response

I am new to using Wireshark. Can I install Wireshark on server which is hosting Web Service to capture incoming requests and out going responses? Example end point URL of my Web Service: http://MyIP:9086/WebService For example my web service is…
Tahir
  • 3,344
  • 14
  • 51
  • 69
0
votes
1 answer

upstart with non root user on rhel 6

How do I start upstart script as non root user in rhel 6. I tried following options and it didn't worked. exec start-stop-daemon --start --quiet --chuid mongodb --exec $command //This works only on ubuntu exec setuid $uid -c $command // Didn't…
chandu
  • 403
  • 1
  • 6
  • 15
0
votes
0 answers

Deployment Zend-framework2 on RHEL6.5

I've developed a web Zend-framework2 application on windows everything worked fine. I want to deploy my project to my server on RHEL 6.5. I've tried everything but I can't do so. This is my project structure |--zend |--config |--data …
Tirgate
  • 1
  • 3
0
votes
0 answers

dlopen /proc/self/auxv: Permission denied RHEL6

I have an executable that need to load an .so file. Everything is working on Ubunto and RHEL5 but on RHEL6 I'm getting this error on dlopen: /proc/self/auxv: Permission denied If I'm running the executable with root it is working without this…
Amir Rossert
  • 226
  • 2
  • 15
0
votes
1 answer

Best Socks Proxy for MobileFirst iOS Push Dispatcher RHEL6

MobileFirst Server 7.1 WebSphere 8.5 IBM HTTP Server OS RHEL 6 We have our WepSphere application server in a private network and using IHS web server in a public network to allow access to the applications deployed. To implement push notification…
Ragu
  • 402
  • 1
  • 4
  • 18