[問] How to install mingLiu.ttc

Dear All,

I'm a novice at Debian and I would like to know how we can install the mingLiu.ttu font onto Debian(Sarge v.3.01r). I've installed Perl by running "#apt-get install libft-perl".

However, when I tried to run "#defoma-hints truetype mingliu.ttc > ttf-mingliu.hints", I got error message "Segmentation fault".

Could somebody give me a hand?

Thank you very much in advance.
Best regards,
Eric

評論查看選項

選擇你喜歡的顯示回應的模式,並點選「儲存設定」,以啟用你所做的改變。

many segfaults are caused by

many segfaults are caused by chinese locale. Try:

# LC_CTYPE=C defoma-hints truetype mingliu.ttc > ttf-mingliu.hints"

And update your perl package.

Sorry. I've tried what you sa

Sorry. I've tried what you said but I still got the error. BTW, what is the lastest version of the Perl?

Thanks again.
Kind regards,
Eric

I have perl 5.8.7-10 I got

I have perl 5.8.7-10

I got a segfault if the font file does not exist. You might want to check that.

perl sucks.

Forgive me my ignorance, I've

Forgive me my ignorance, I've downloaded the Perl 5.8.7-10-i386.deb and extracted them out, then I got:

1. control.tar.gz
2. data.tar.gz
3. debian-binary

What are the steps to upgrade the existing 5.8.4-8 to 5.8.7-10?

Thanks a million again.
Kind regards,
Eric

not apt? well, "dpkg -i xxxx.

not apt? well, "dpkg -i xxxx.deb"

It could mess up your depends without using apt-get. Sad

If I got the following error,

If I got the following error, What should I do:

dpkg -i perl_5.8.7-10_i386.deb
(Reading database ... 101603 files and directories currently installed.)

Preparing to replace perl 5.8.7-10 (using perl_5.8.7-10_i386.deb) ...
Unpacking replacement perl ...
dpkg: dependency problems prevent configuration of perl:
perl depends on perl-base (= 5.8.7-10); however:
Version of perl-base on system is 5.8.4-8.

perl depends on perl-modules (>= 5.8.7-10); however:
Version of perl-modules on system is 5.8.4-8.

perl depends on libc6 (>= 2.3.5-1); however:
Version of libc6 on system is 2.3.2.ds1-22.

perl depends on libdb4.3 (>= 4.3.28-1); however:
Version of libdb4.3 on system is 4.3.27-2.

dpkg: error processing perl (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
perl

Many thanks,
Kind regards,
Eric