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

libgdal.so.20 issue centos rgdal

Can someone help me to understanding what is the problem of rgdal ? I installed gdal 2 for centos 6 64 bits but i didn't succeed to install rgdal. I tried to figure out what is the issue but i didn't found anything useful on the internet . this is…
Saber bouabid
  • 117
  • 1
  • 11
6
votes
3 answers

Downloading Oracle database 12c Release 1 (12.1.0.2.0) on Linux via wget

How can I download oracle database with wget or curl on CentOS release 6.9 (Final)?
hmzn
  • 321
  • 2
  • 6
  • 22
6
votes
2 answers

"Class 'XMLWriter' not found" Error in php | php55w-xml-5.5.24-1.w6.x86_64.rpm is missing

I am getting this error in PHP in server Fatal Error (E_ERROR): Class 'XMLWriter' not found . we are using Cent OS 6 After exploring some sites, we found that we need to install php55w-xml-5.5.24-1.w6.x86_64.rpm. But the link is not working, I am…
Hitesh
  • 4,098
  • 11
  • 44
  • 82
6
votes
1 answer

Cert not due for renewal, but simulating renewal for dry run

I'm using certbot-auto generate certificate https for my domain name. I use command like this sudo ./certbot-auto it's ok, but when i renew certificate use command sudo ./certbot-auto renew --dry-run it can't renew certificate and show error…
Ma YongChhin
  • 427
  • 3
  • 10
  • 24
6
votes
3 answers

Name or service not known

I have been trying to get the ipaddress of the person who logged into the machine using the below code but I get a error. >>> import socket >>> socket.gethostbyname_ex(socket.gethostname()) Traceback (most recent call last): File "", line…
user1050619
  • 19,822
  • 85
  • 237
  • 413
6
votes
0 answers

mod_auth_kerb.so: undefined symbol: ap_log_error

I have 3-node cluster, On first node i have installed my service in kerberos enabled mode. For load-balancer, on second node i have installed httpd 2.2.15 version, apr 1.5.2 and apr-util 1.5.4 and "./configure" , make, make install command was…
ni3
  • 485
  • 4
  • 20
6
votes
1 answer

linux centos 6.7 pip3 install

I have a Centos 6.7 distro and I have installed python 3.5 from source. I wanted then to run pip3, but the command was not found. After researching I tried to install setup tools with ezsetup. This failed so I downloaded setuptools-20.9.x unzipped…
thetone
  • 61
  • 1
  • 1
  • 2
6
votes
1 answer

Oracle TNS Permission Denied *

I'm using: CentOS 6.7 Zend.1.2.15 using oci8, using instantclient 11.2 x64 PHP 5.4.45 Trying to connect to an Oracle: Oracle Database 10g Release 10.2.0.4.0 Already checked credentials, already tried to connet to other Oracle server but the…
Fabiano
  • 413
  • 3
  • 10
6
votes
1 answer

installation of compiler gfortran in centos 6

I try to install some compilers. I use Centos 6 in my laptop. I have installed the gcc, the "GNU" C Compiler. I need to install also gfortran, but when I type yum install gfortran, I get the message no package gfortran available. Do you know how can…
Enric Agud Pique
  • 1,087
  • 7
  • 13
  • 30
6
votes
5 answers

Node.js imagemin on CentOS

I am trying to use Node.js imagemin to compress a lot of images on my server. I like using imagemin because I know how to point it at specific directories. I am using CentOS 6 and when I run my file, I get the…
Sean
  • 1,758
  • 3
  • 20
  • 34
6
votes
1 answer

Docker local registry : push fails

I'm trying to setup a local docker registry, but I get in troubles when trying to push images to it. I opened a github issue too: https://github.com/docker/docker/issues/12405 ENVIRONMENT OS: CentOS 6.6 Kernel: 2.6.32-504.12.2.el6.x86_64 Docker…
Elouan Keryell-Even
  • 990
  • 1
  • 14
  • 36
6
votes
2 answers

jsvc 1.0.15 installation on CentOS 6.x

After some google search, it seems that I can only install apache jsvc jsvc-1.0.1-8.9.el6 on CentOS 6.x. It's the latest version for CentOS. See…
Junius
  • 331
  • 2
  • 10
6
votes
4 answers

How to set up gateway of public network in vagrant

I am setting up my Virtualbox Centos VM with vagrant. I am setting up with a public network. config.vm.network :public_network, ip: "10.135.15.137" How do I setup the GATEWAY along with this?
deDishari
  • 187
  • 1
  • 3
  • 11
6
votes
1 answer

PHP GD-library installed but not functioning on CentOS 6.4

I've installed php 5.5.6 from remi repo, bun phpinfo() shows no GD library and gd_info() function does not exist. Extension is enabled in /etc/php.d/gd.ini, but still nothing. I've also tried to reinstall php-gd library and it reinstalled…
kovpack
  • 4,905
  • 8
  • 38
  • 55
6
votes
5 answers

Xdebug not working with PHPStorm

I use PHPStorm along with Xdebug to step through my code. PHPStorm is running on a Windows 7 machine, and my local webserver is running on a separate CentOS 6.4 machine. I've done a phpinfo(); to verify that Xdebug is being loaded by PHP, and it…
Dave
  • 439
  • 1
  • 6
  • 18