wikisky.net , $4090 , paypal .
2009年09月7日
2009年07月23日
2008年03月9日
编译mysql时候,No curses/termcap library found 错误
./configure 后,出现 “checking for termcap functions library… configure: error: No curses/termcap library found”错误,发现是没有安装curses/termcap库,
#apt-get install libncurses5-dev
安装下就好了
2008年02月17日
mysql导入,强制编码
mysql -hlocalhost -udbusername -pdbpassword –default-character-set=latin1 dbname <dbname.sql
2007年12月25日
Custom Apache Build System with DA(DirectAdmin)
As root, type:
cd /usr/local/directadmin
mkdir customapache
cd customapache
wget http://files.directadmin.com/services/customapache/build
chmod 755 build
./build update
./build all
And if you want to have Zend, after the whole thing finishes, type:
./build zend
and answer all questions.
Zend install = /usr/local/Zend
php.ini = /usr/local/lib
Apache config dir = /etc/httpd/conf
php = 4.3.9
apache bin = /usr/sbin
it will try to restart the server, which might fail, so type
service httpd restart