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

Magento won't let me execute files

I have magento in public_html In /public_html/affiliate I have copied app files for a third-party tool. When I try to run /public_html/affiliate/install/index.php I get a magento "The page you requested was not found." page. It was working but the…
ChatGPT
  • 5,334
  • 12
  • 50
  • 69
0
votes
2 answers

execve /bin/bash: h: No such file or directory

On couple of RHEL 5.8, I am facing problem with execve calls. The execve is not failing however, getting the following error: /bin/bash: h: No such file or directory I am using it the following way in C++ code: ::fork(); . . . char…
0
votes
1 answer

Cannot create browser process when using selenium from python on RHEL5

I'm trying to use selenium from python but I'm having a problem running it on a RHEL5.5 server. I don't seem to be able to really start firefox. from selenium import webdriver b = webdriver.Firefox() On my laptop with ubuntu this works fine and it…
Brian C.
  • 6,455
  • 3
  • 32
  • 42
0
votes
1 answer

git password prompting in RHEL

I'm on an RHEL machine and it seems that git uses a GUI password prompt when I try to clone private repositories. I'd like it to use the terminal itself. How can I set git to behave in that way?
user277465
0
votes
1 answer

how to debug inconsistency between yum list on different machines

I have two different RHEL5.8 machines, which have exactly the same /etc/yum.repos.d/ and /etc/yum/. On one machine when I do yum search openssl-devel or yum search yum-utils I get a result, on the other I do not. I installed the repository that I…
cybertoast
  • 1,343
  • 13
  • 19
0
votes
1 answer

Fuse for linux not found in rpmforge repo

I am trying to install fuse via yum on our RHEL5 instance. Its not available in my yum list. After checking, some sites suggests enabling rpmforge repo will provide the package in yum to install. I enabled rpmforge repo (latest for RHEL5), but there…
Noman Amir
  • 933
  • 3
  • 15
  • 30
0
votes
2 answers

sed: illegal option -- i on CentOS5

Does anybody know which version of sed is required to get option -i to work? I am on CentOS5 and I am getting this error.
user788171
  • 16,753
  • 40
  • 98
  • 125
0
votes
1 answer

System commands vs Perl subroutines

I have the following snippet of code that I run as part of several jobs everyday: system("cp $keyFile $destinationFile"); system("chown $userID $destinationFile"); system("chmod 400 $destinationFile"); The problem with the above code is that…
Swaranga Sarma
  • 13,055
  • 19
  • 60
  • 93
0
votes
1 answer

Can't update with yum, seeing error PYCURL ERROR 7 - "couldn't connect to host" Alternatives?

I'm trying to update a PHP module using yum, but am getting an error. Here's what I am trying and seeing : yum install php-ldap result : Loaded plugins: product-id, refresh-packagekit, rhnplugin, security, :…
jeph perro
  • 6,242
  • 26
  • 90
  • 124
0
votes
1 answer

Connection to mysql server in SYN_SENT

We are facing a strange problem from last few days between our application server and database server(Mysql): connection to database server from application server hangs in SYN_SENT state and after that we are not able to make any connection to…
Sunil
  • 789
  • 2
  • 6
  • 10
-1
votes
1 answer

Best way to package a binary which has two sources for different architectures

I'm trying to create an RPM of some software we have from an external entity. THey provide us with tarballs of 32bit binaries, and 64bit binaries. I'm wondering what is the best way to create a spec file which could handle both types of binaries. I…
-1
votes
1 answer

Why do multiple Oracle JDK binaries differ on different machines when installed from the same RPM?

We have a number of machines with the Oracle JRE and JDK installed from RPM on our RHEL 5.x system (e.g. java-1.6.0-sun-devel-1.6.0.26-1jpp.1.el5.x86_64 and java-1.6.0-sun-1.6.0.26-1jpp.1.el5.x86_64 ). I mounted the JVM directory and compared them…
-1
votes
1 answer

Run Java Program As Daemon Service Following Guide Not Working ?? (RHEL 5)

I am trying to run the program as mentioned here: http://www.source-code.biz/snippets/java/7.htm while running the following command, I see error: ./javaDaemonTest.sh install The error is as follows ./javaDaemonTest.sh: line 29: .: /etc/rc.status:…
Syed Raza
  • 61
  • 2
  • 2
  • 6
-1
votes
1 answer

.NET Core on RHEL 5 and RHEL 6

I developed a USB driver (CDC class) DLL for windows in .NET Looks like I need to develop the same driver in Linux as well. The target system is running RHEL 5 and above. From the Microsoft documentation it is clear that on RHEL 7 and 8 I can…
R George
  • 53
  • 1
  • 5
-1
votes
1 answer

Reading a column from excel using shell script in Linux environment

/need to read the 1st column and last of the excel file in linux environment. Can some one help me with examples
1 2 3
12
13