Skip to content
Advertisement

Tag: centos

How to install PHP mbstring on CentOS 6.2

How do I install mbstring with PHP on CentOS 6.2 I’ve tried: But no packages were found? Answer do the following: under the section updates, comment out the mirrorlist line (put a # in front of the line), then on a new line write: now try: (afterwards you’ll probably want to uncomment the mirrorlist and comment out the baseurl)

httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName

I tried to restart my Apache server on CentOS 5.0 and got this message: httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName Here is the /etc/hosts file: Here is the /etc/sysconfig/network file: I also have this in the Apache httpd.conf file: However, I still get the first error message when I restart Apache.

Basic Python Hello World Program Syntax Error [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers. Closed 1 year ago. Improve this question

yum install php-pear* on centos

I’m trying to install pear on my centos. I’ve used “*yum install php-pear**” to install pear and it seemed to install with success. No errors. I restart my server. However when I check out phpinfo(). I see that my php is still built using “–without-pear”. Isn’t yum supposed to rebuild my php with pear? What would be possibly going wrong?

Subversion web interface [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations. Closed 6 years ago. Improve this question I have recently installed Subversion onto a Linux server (CentOS) and

Advertisement