I just installed KLOXO on HostGator's $0.01/month VPS, and then I wanted to do a BBS demonstration. During the installation process, I found that does not support MySQL , dizzy! After checking the probe, it turns out that it is not supported, and the GD library is not supported either.
Because this VPS is installed with 64-bit centos, it should be due to a problem with this 64-bit system.
extension_dir = /usr/lib/php/modules in /etc/php.ini If the system is 32-bit, this directory will exist, but not in 64-bit system. The 64-bit system is located in /usr/lib64/php/modules , however, just modifying extension_dir is not enough. Below are two solutions:
The first solution: directly reinstall to 32-bit CentOS, and then reinstall KLOXO.
Second method: Create a soft connection and point /usr/lib/php/ to /usr/lib64/php/
Execute:

1: ln -s /usr/lib64/php/ /usr/lib

Restart Apache:

1: /etc/rc.d/init.d/httpd restart

This time, I went to check the probe, wow, it is supported~~
2011042401
If you have the same problem, you might as well give it a try according to this method!


Hong Kong/United States/Domestic High Speed ​​VPS

postid
3206

Leave a Reply