|
|
我的系统是redhat 企业版3.0的系统,可是在安装mysql 4.15时出现拉一个问题我用rpm -qa | grep mysql没有出现任何信息,可是我用./configure--prefix=/opt
/software提示这样的错误
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!
To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you. If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.
./bin/my_print_defaults: error while loading shared libraries: libcprts.so.5: cannot open shared object file:
No such file or directory
Neither host 'localhost' nor 'localhost' could be looked up with
./bin/resolveip
Please configure the 'hostname' command to return a correct hostname.
If you want to solve this at a later stage, restart this script with
the --force option
还有补充一下我在opt下建拉software这个目录的 |
|