
| ・ |
ドキュメントセンターを初めてご利用する方や運営方針についての基本的な姿勢をご覧になりたい方へ。
|
| ご利用の皆様から多く寄せられる質問にお答えしています。 |
|
| ・ |
ディーエーオフィスなどが利用する用語に関する解説を行います。
|
|
|
 |
 |  |
perl5.8 |
! インストール
cd /usr/ports/lang/perl5.8
make install
! 選択可能なオプション
make時に指定できるオプションの一覧。
You may use the following build options:
WITH_DEBUGGING=yes Build perl with debugging support.
WITH_GDBM=yes Build GDBM_File extension.
WITHOUT_PERL_MALLOC=yes Use FreeBSD system malloc
(uses less memory, but slower).
WITHOUT_PERL_64BITINT=yes Disable 64 bit integers
(affects only 32-bit platforms).
WITH_THREADS=yes Build threaded perl.
ENABLE_SUIDPERL=yes Also build set-user-id suidperl binary.
! 常に採用するバージョン
インストールしただけの状態では、パスの指定を変更しない限り新しいPerlは使えないようになっている。導入されているソフトウェアによっては、Perlのバージョンを選ぶための措置と言える。今まで使っていたPerlも、新しいPerlを使うよう設定するには、以下のコマンドを実行する。
use.perl port
元に戻したいときは、下記のコマンドを実行する。
use.perl system
! インストール完了後に表示されるメッセージ
Installation of Perl distribution is finished. Please note, that
since Perl is also in the base system, this distribution will not
be used by default.
If you want this version of Perl to be used by default, please type
use.perl port
Assuming that use.perl script (which was installed with the rest
of the Perl distribution) can be found in your PATH (you might have
to type `rehash' first, depending upon a shell you use), this action
will replace /usr/bin/perl and /usr/bin/suidperl with symbolic links
to the versions of these binaries in the Perl distribution. This
action will also put some variables into your /etc/make.conf file,
so that newly installed ports (not packages!) will use new version
of perl, and the system upgrades from the source will not overwrite
the changes made.
Note that use.perl port is specific to a given perl installation.
If you later upgrade the perl port, run use.perl port again to
update the symbolic links and /etc/make.conf.
At any time you can also type
use.perl system
if you wish to revert back to the system version of perl.
===> Compressing manual pages for perl-5.8.8
===> Registering installation for perl-5.8.8
===> SECURITY REPORT:
This port has installed the following files which may act as network
servers and may therefore pose a remote security risk to the system.
/usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so
If there are vulnerabilities in these programs there may be a security
risk to the system. FreeBSD makes no guarantee about the security of
ports included in the Ports Collection. Please type 'make deinstall'
to deinstall the port if this is a concern.
For more information, and contact details about the security
status of this software, see the following webpage:
http://www.perl.org/
|
| 文書番号 |
06953 |
| 日付 |
2006.06.11 |
| 参照数 |
597 |
|