12月20
通过ports安装的mysql,没有my.cnf,需要自己copy一份:
# cp /usr/local/share/mysql/mysql-large.cnf /usr/local/etc/my.cnf


Tags: , ,
12月19
修改httpd.conf
    <IfModule mod_php5.c>
        AddType application/x-httpd-php .php
        AddType application/x-httpd-php-source .phps
    </IfModule>
添加到httpd.conf文件之内。
保存退出,重启apache服务即可。
Tags: , ,
12月14
在~/.profile或~/.bashrc文件中增加下面的內容:
#stty cs8 -istrip
#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

Tags: , , ,
11月3
automake:
# 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.
分页: 2/13 第一页 上页 1 2 3 4 5 6 7 8 9 10 下页 最后页 [ 显示模式: 摘要 | 列表 ]