- 论坛徽章:
- 0
|
在openbsd下源码包编译安装mysql 6.0.5-alpha
make时候出错!:wink:
./configure --prefix=/usr/local/mysql --with-charset=utf8 --with-extra-charsets=all --with-big-tables --with-pthread
提示:
Tpo -c Configuration.cpp -fPIC -DPIC -o .libs/ha_falcon_la-Configuration.o
Configuration.cpp: In member function `uint64
Configuration::getPhysicalMemory(uint64*, uint64*)':
Configuration.cpp:372: error: `_SC_PHYS_PAGES' undeclared (first use this
function)
Configuration.cpp:372: error: (Each undeclared identifier is reported only once
for each function it appears in.)
Configuration.cpp:373: error: `_SC_AVPHYS_PAGES' undeclared (first use this
function)
*** Error code 1
Stop in /home/mysql/storage/falcon (line 5702 of Makefile).
*** Error code 1
Stop in /home/mysql/storage/falcon (line 7475 of Makefile).
*** Error code 1
Stop in /home/mysql/storage (line 479 of Makefile).
*** Error code 1
Stop in /home/mysql (line 518 of Makefile). |
|