12月20
通过ports安装的mysql,没有my.cnf,需要自己copy一份:
# cp /usr/local/share/mysql/mysql-large.cnf /usr/local/etc/my.cnf
12月19
修改httpd.conf
将
保存退出,重启apache服务即可。
将
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>
添加到httpd.conf文件之内。AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>
保存退出,重启apache服务即可。
12月14
在~/.profile或~/.bashrc文件中增加下面的內容:
另外在~/.inputrc(该文件不存在,需要手工创建)文件中增加如下:
#stty cs8 -istrip
#stty pass8
export LANG=zh_CN.GBK
export LC_CTYPE=zh_CN.GBK
#stty pass8
export LANG=zh_CN.GBK
export LC_CTYPE=zh_CN.GBK
另外在~/.inputrc(该文件不存在,需要手工创建)文件中增加如下:
# inputrc - global inputrc for libreadline
# See readline(3readline) and `info rluserman' for more information.
# Be 8 bit clean.
set meta-flag on
set input-meta on
set output-meta on
# To allow the use of 8bit-characters like the german umlauts, comment out
# the line below. However this makes the meta key not work as a meta key,
# which is annoying to those which don't need to type in 8-bit characters.
set convert-meta off
# See readline(3readline) and `info rluserman' for more information.
# Be 8 bit clean.
set meta-flag on
set input-meta on
set output-meta on
# To allow the use of 8bit-characters like the german umlauts, comment out
# the line below. However this makes the meta key not work as a meta key,
# which is annoying to those which don't need to type in 8-bit characters.
set convert-meta off
11月3
automake:
# cd /usr/ports/devel/automake19
# make install clean
autogen:
# cd /usr/ports/devel/autogen
# make install clean
# cd /usr/ports/devel/automake19
# make install clean
autogen:
# cd /usr/ports/devel/autogen
# make install clean
7月25
解决:
# /usr/libexec/locate.updatedb
>>> WARNING
>>> Executing updatedb as root. This WILL reveal all filenames
>>> on your machine to all login users, which is a security risk.
>>> WARNING
>>> Executing updatedb as root. This WILL reveal all filenames
>>> on your machine to all login users, which is a security risk.





