Top "Centos" questions

CentOS (Community Enterprise Operating System) is based on the Red Hat Enterprise Linux operating system.

centOS 7 Can't install php-mbstring extension

i've tried to install the extension mbstring but i have the following error: Error: Package: php-mbstring-5.4.16-23.el7_0.3.x86_64 (updates) …

php unix centos installation mbstring
Address family not supported by protocol

Following code is a socket programming sample for a TCP client. But when I run this, connect() is returned as …

c sockets centos ipv6
How to set Python3.5.2 as default Python version on CentOS?

Is there a way to set the Python 3.5.2 as the default Python version on CentOS 7? currently, I have Python 2.7 installed …

python python-3.x bash centos python-3.5
Unable to start postgresql service on CentOS 7

Unable to start postgresql-9.5 on CentOS 7. I followed this page - https://wiki.postgresql.org/wiki/YUM_Installation - for …

linux postgresql centos centos7 rhel
yum/dnf error: Failed to download metadata for repo

On my CentOS 8 server, many dnf and yum commands fail with this error: Failed to download metadata for repo This …

centos repository yum dnf
How to upgrade glibc from version 2.12 to 2.14 on CentOS?

I do not know how to upgrade glibc from version 2.12 to 2.14 on CentOS 6.3. I need your help.

linux centos glibc
Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.47.el6_2.9.i686 libgcc-4.4.6-3.el6.i686 libstdc++-4.4.6-3.el6.i686

CentOS 6.2 + GNU gdb (GDB) Red Hat Enterprise Linux (7.2-50.el6) When I debug a simple c++ code with GDB, I …

gdb centos
Errors in make file : *** missing separator. Stop

I am facing errors in make file in CentOS 6.02 64 bit. I need to know what should be done to make …

linux makefile centos
How to open port 2195 in iptables CentOS 6 for activating the APNS

I tried this solution: iptables -I OUTPUT -p tcp --dport 2195 -j ACCEPT /etc/init.d/iptables stop /etc/init.d/…

linux centos apple-push-notifications iptables centos5
Cannot Initialize mbstring with PHP 7

Whenever I try to access phpMyAdmin, I receive the following error: "The mbstring extension is missing. Please check your PHP …

php mysql phpmyadmin centos