剛才又試著自行安裝Gallery, 改用 1.5 RC3版
除了 locale 部分之外, 似乎一切正常.
Gallery Configuration Wizard顯示如下:
---------------------------------------------------------------------------------------------------------------------------
Testing to see which system locales (if any) are absent.
These locales are required to use multilanguage capabilities of Gallery when your PHP has gettext support. They are also needed to show date and time in the according format to the language.
Serious Warning!
We were unable to detect any system locales. Multi-language functions will be disabled. Please install the corresponding locales or ask your administrator to do this. This problem is known on Debian systems. In this case please have a look at this Debian locale HowTo.
(
http://people.debian.org/~schultmc/locales.html)
----------------------------------------------------------------------------------------------------------------------------
其中, Debian locale How to的連結又通了!!
Configuring Locales
The Easy Way
1. Install debconf (i.e. run apt-get update then apt-get install debconf, as root)
2. Run dpkg-reconfigure locales as root
The Hard Way
1. Edit /etc/locale.gen as root. If /etc/locale.gen does not exist, create it. An example /etc/locale.gen is below.
2. Run /usr/sbin/locale-gen as root
A sample /etc/locale.gen
# This file lists locales that you wish to have built. You can find a list
# of valid supported locales at /usr/share/i18n/SUPPORTED. Other
# combinations are possible, but may not be well tested. If you change
# this file, you need to rerun locale-gen.
#
# XXX GENERATED XXX
#
# NOTE!!! If you change this file by hand, and want to continue
# maintaining manually, remove the above line. Otherwise, use the command
# "dpkg-reconfigure locales" to manipulate this file. You can manually
# change this file without affecting the use of debconf, however, since it
# does read in your changes.
en_US.UTF-8 UTF-8
---------------------------------------------------------------------------------------------------------------
煩請您幫我安裝debconf, 或許可以解決我的問題!!!!!!!!!
謝謝!!!!!!!!!