开始解压之后的信息:
creating libmysqlclient.la(cd .libs && rm -f libmysqlclient.la && ln -s ../libmysqlclient.la libmysqlclient.la)
c++ -DUNDEF_THREADS_HACK -I./../include -I../include -I./.. -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -DDBUG_OFF
-fno-implicit-templates
-D_FILE_OFFSET_BITS=64 -c
mysql.ccIn file included from ../include/m_string.h:15,
from mysql.cc:16:/usr/include/string.h:208: declaration of `char* strcasestr(const char*, const char*) throw ()' throws different exceptions../include/my_sys.h:392: than previous declaration `char* strcasestr(const char*, const char*)'
make[2]: *** [mysql.o] Error 1
make[2]: Leaving directory `/php/mysql-3.22.32/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/php/mysql-3.22.32'
make: *** [all-recursive-am] Error 2
[root@localhost mysql-3.22.32]#
第二次直接MAKE的信息:
make all-recursive
make[1]: Entering directory `/php/mysql-3.22.32'
Making all in include
make[2]: Entering directory `/php/mysql-3.22.32/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/php/mysql-3.22.32/include'
Making all in Docs
make[2]: Entering directory `/php/mysql-3.22.32/Docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/php/mysql-3.22.32/Docs'
Making all in readline
Entering directory `/php/mysql-3.22.32/readline'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/php/mysql-3.22.32/readline'
nt'c++ -DUNDEF_THREADS_HACK -I./../include -I../include -I./.. -I.. -I..
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -DDBUG_OFF
-fno-implicit-templates -D_FILE_OFFSET_BITS=64 -c
mysql.ccIn file included from ../include/m_string.h:15,
from mysql.cc:16:/usr/include/string.h:208: declaration of `char* strcasestr(const char*, const char*) throw ()' throws different exceptions../include/my_sys.h:392: than previous declaration `char* strcasestr(const char*, const char*)'
make[2]: *** [mysql.o] Error 1
make[2]: Leaving directory `/php/mysql-3.22.32/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/php/mysql-3.22.32'
make: *** [all-recursive-am] Error 2
[root@localhost mysql-3.22.32]#
下面关于Apache服务器的点点东西,安装没有什么问题,但是进入之后的页面是全英文的,我只知道表面的英译汉意思,不太知道准确意思 :
NOT ACCEPECTABLE
An appropriate representation of the requested resource / could not be found on this server.
Available variants:
* index.html.ca , type text/html, language ca
。。。。
|