How to solve the problem of installing mysql in linux ???
Source: Internet
Author: User
How to solve the problem of installing mysql in linux ??? -- Linux general technology-Linux technology and application information. For details, refer to the following section. # Make
Make all-recursive
Make [1]: Entering directory '/opt/software/mysql-3.22.30'
Making all in include
Make [2]: Entering directory '/opt/software/mysql-3.22.30/include'
Make [2]: Nothing to be done for 'all '.
Make [2]: Leaving directory '/opt/software/mysql-3.22.30/include'
Making all in Docs
Make [2]: Entering directory '/ opt/software/mysql-3.22.30/docs'
Make [2]: Nothing to be done for 'all '.
Make [2]: Leaving directory '/opt/software/mysql-3.22.30/docs'
Making all in readline
Make [2]: Entering directory '/opt/software/mysql-3.22.30/readline'
Make [2]: Nothing to be done for 'all '.
Make [2]: Leaving directory '/opt/software/mysql-3.22.30/readline'
Making all in client
Make [2]: Entering directory '/opt/software/mysql-3.22.30/client'
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. cc
In file encoded ded 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 '/opt/software/mysql-3.22.30/client'
Make [1]: *** [all-recursive] Error 1
Make [1]: Leaving directory '/opt/software/mysql-3.22.30'
Make: *** [all-recursive-am] Error 2
# Make
Make all-recursive
Make [1]: Entering directory '/opt/software/mysql-3.22.30'
Making all in include
Make [2]: Entering directory '/opt/software/mysql-3.22.30/include'
Make [2]: Nothing to be done for 'all '.
Make [2]: Leaving directory '/opt/software/mysql-3.22.30/include'
Making all in Docs
Make [2]: Entering directory '/ opt/software/mysql-3.22.30/docs'
Make [2]: Nothing to be done for 'all '.
Make [2]: Leaving directory '/opt/software/mysql-3.22.30/docs'
Making all in readline
Make [2]: Entering directory '/opt/software/mysql-3.22.30/readline'
Make [2]: Nothing to be done for 'all '.
Make [2]: Leaving directory '/opt/software/mysql-3.22.30/readline'
Making all in client
Make [2]: Entering directory '/opt/software/mysql-3.22.30/client'
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. cc
In file encoded ded 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 '/opt/software/mysql-3.22.30/client'
Make [1]: *** [all-recursive] Error 1
Make [1]: Leaving directory '/opt/software/mysql-3.22.30'
Make: *** [all-recursive-am] Error 2
# Make
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.