MySQL make error redeclaration
Today i've configure mysql from source and found that i can't make mysql smoothly
it shows error: redeclaration of C++ built-in type ‘bool’....
So after searching google i finally can solved this problem :
The simple way is ;
1. reconfigure mysql
[code]#./configure --prefix=/usr/local/[/code]
2. type make to continue
[code]#make && make install[/code]
After make install finished without any problem.
We can safely start mysql daemon.
You're done.
Recent blog posts
|
Recent comments
|
Comments
Post new comment