1. downlaod & uncompress memcache-1.4.6
2. $ CC=cc ./configure
using Sunstudio C compiler
3. $ vi Makefile
Modify makefile & delete words including "-xprofile = tconv"
"-xprofile = tconv" will cause make to fail, and produce the following error log:
....
cc libxprof.so is missing from your system
...
4. $ make
5. chmod +x ./install-sh
6. make install
Refer to :
阅读(688) | 评论(0) | 转发(0) |