Questions tagged [centos6]

GENERAL SUPPORT QUESTIONS MAY BE ASKED ON SERVER FAULT https://serverfault.com CentOS is a Linux distribution aiming for 100% binary compatibility with RHEL.

is a free operating system distribution based upon the Linux kernel.

Version 6 was released on 2011-07-10 and uses kernel version 2.6.32-71.

1576 questions
4
votes
2 answers

Creating Symbolic link fails

I am trying to upgrade glibcxx on my CentOS 6.7 machine. I did the steps as given here. Now, when I do: strings /opt/google/chrome/lib/libstdc++.so.6 | grep GLIBC I have GLIBCXX_3.4 to GLIBCXX_3.4.22 listed. To use this file in my Syantaxnet…
kskp
  • 692
  • 5
  • 11
  • 23
4
votes
2 answers

tcpdump shows nothing for my C++ application?

If I run: iperf -s -u -B 224.0.31.155 and run sudo tcpdump -ni any 'host 224.0.31.155' tcpdump is able to capture something: tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on any, link-type LINUX_SLL (Linux…
Hei
  • 1,844
  • 3
  • 21
  • 35
4
votes
3 answers

Unable to install AUTHBIND on CentOS 6

I tried to install authbind but getting below error, Can anyone please help me to resolve this error.
Sanket Dosi
  • 195
  • 1
  • 4
  • 15
4
votes
1 answer

CentOS Error: /lib/ld-linux.so.2: bad ELF interpreter: No such file

I am getting this error on CentOS: /lib/ld-linux.so.2: bad ELF interpreter: No such file I tried to solve this problem using following command. yum -y install glibc.i686 But it didn't work. It says: No package glibc.i686 available. My CentOS…
John
  • 51
  • 1
  • 1
  • 3
4
votes
5 answers

CentOS - yum install - Fails: Protected Multilib versions: problems found libselinux

I have CentOS 6.5 I'm trying to intsall git via yum but getting an error while installing the pre-requisite packages. I don't need to but it doesn't hurt running sudo with root. Error message: --> Finished Dependency Resolution Error: Multilib…
AKS
  • 16,482
  • 43
  • 166
  • 258
4
votes
2 answers

different php versions reported

I am installing laravel and encounter some problems: I got an error saying that I my php version is not > 5.5.9. However, when I run a phpinfo(); test, it returns 5.5.28. When I use putty (php -v), I get 5.3.3. I started googling (and especially on…
user3253002
  • 1,521
  • 3
  • 21
  • 43
4
votes
2 answers

DPDK Compilation Error When Building igb_uio

I am trying to test out the DPDK sample applications in a CentOS 6.4 VM running under KVM, but I can't get DPDK to compile. When trying to run make install T=x86_64-default-linuxapp-gcc -n from DPDK-2.0.0, I get the following output: [...] …
Alex Hunter
  • 138
  • 2
  • 10
4
votes
2 answers

how to set chromedriver work for centos 6.6 to run selenium test cases in python

I have download and tried all the version of the chromedriver in my centos 6.6 version to run selenium. I Have followed this: http://selftechy.com/2011/08/17/running-selenium-tests-with-chromedriver-on-linux i am getting the error like…
Gopi Krishna
  • 108
  • 2
  • 16
4
votes
1 answer

need a little help to create an rpm package for a nodejs app

I've prepared a build box following this instructions, I've search around and did a hello world rpm build, but still not sure what's the best way to go about packaging a bunch of js files (nodejs app). I'd like to : deploy the files to a…
nolimit
  • 814
  • 10
  • 19
4
votes
1 answer

Compiling vim with xterm_clipboard on CentOS 6.6

I have a minimal-install CentOS 6.6, with Desktop added afterwards. I'd like to compile the latest vim with xterm_clipboard. I did the following Installed *-devel packages yum install ruby perl-devel python-devel ruby-devel \ perl-ExtUtils-Embed…
Man Chun Lam
  • 103
  • 4
4
votes
1 answer

Apache - CentOS - "Scan this dir for additional .ini files"

Is there a way to set a location for apache to read custom php.inis from? Currently it says "Scan this dir for additional .ini files" as "(none)" The environment is CentoOS 6, Apache 2, and PHP running via DSO
Raheel Hasan
  • 5,753
  • 4
  • 39
  • 70
4
votes
1 answer

Java not found by Elasticsearch on Centos 6.6, all path variables are set and working

I recently spun up a vagrant server and wanted to get Elasticsearch going on it. So, I installed Oracle Java and ES on a "chef/Centos-6.6" vagrant cloud VM. I set my Java path using a shell script in "etc/profile.d". Here is my provisioning…
patrickbarker
  • 393
  • 1
  • 4
  • 13
4
votes
1 answer

Appropriate iptables rules for an FTP server in active \ passive mode

I installed a ProFTPD server on a CentOS6. If i make ftp localhost, i can connect correctly, but if i try from outside, i obtain the message "no route to host". But there is a route to host because i am connected via SSH. I tried adding the…
user1014351
  • 437
  • 1
  • 5
  • 16
4
votes
2 answers

Processing dependency error when installing MySQL 5.6 on CentOS 6.5

I followed an article here https://www.digitalocean.com/community/tutorials/how-to-install-mysql-5-6-from-official-yum-repositories to install MySQL 5.6 on CentOS. But when I run: sudo yum install mysql-community-server I see following…
M老立
  • 347
  • 7
  • 17
4
votes
2 answers

git-http-backend with AuthzUnixGroup not working properly

I am trying to set up a git repository over my Apache 2.2 on a CentOS 6 box, with git installed. I have tried following many different directions, and I am at a loss. My current situation comprises of being able to clone normally, but being…
Milad Naseri
  • 4,053
  • 1
  • 27
  • 39