Hi, On my FreeBSD 8.3 64bit machine I have trouble using the ./build update command.
I have MySQL set to 5.5 and PHP to 5.4 in the options.conf, but it fails with different values as well.
I have tried to update the build scripts, have uninstalled both php and mysql and then tried rebuilding by ./build mysql and ./build php n but keep having the same issue.
I had as well tried to fix the issue by running the setup.sh script again which built everything but failed on the same error.
Googling and searching on the forum for the M_String.h value gave no visible results in this matter, so I hope someone knows how I can fix the issue without reinstalling the entire server
I have MySQL set to 5.5 and PHP to 5.4 in the options.conf, but it fails with different values as well.
Code:
/usr/local/mysql/include/m_string.h:294: error: dereferencing pointer to incomplete type
/usr/local/mysql/include/m_string.h:295: error: dereferencing pointer to incomplete type
*** Error code 1
1 error
I have tried to update the build scripts, have uninstalled both php and mysql and then tried rebuilding by ./build mysql and ./build php n but keep having the same issue.
I had as well tried to fix the issue by running the setup.sh script again which built everything but failed on the same error.
Googling and searching on the forum for the M_String.h value gave no visible results in this matter, so I hope someone knows how I can fix the issue without reinstalling the entire server