要注意メモ!!!

契約後にトラブルが発生。後から開発環境(Development Tools for CentOS 5)の追加インストールを行なうが異常終了で行なえず。サポートに頼むがダメで、VPS初期化から(もちろん設定したデータは全部消えました)やり直す羽目に。Webで調べるとDevelopment Toolsの追加インストールは問題が発生していることが判明。Cコンパイラ等の開発環境が必要な場合は契約時にインストールを行なうこと!

バージョン等の情報

-bash-3.1$ uname -a
Linux oode.jp 2.6.9-023stab044.11-smp #1 SMP Sat Sep 29 13:36:25 MSD 2007 x86_64 x86_64 x86_64 GNU/Linux

-bash-3.1$ cc -v
Using built-in specs.
Target: x86_64-redhat-linux
コンフィグオプション: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
スレッドモデル: posix
gcc バージョン 4.1.1 20070105 (Red Hat 4.1.1-52)

-bash-3.1$ perl -v

This is perl, v5.8.8 built for x86_64-linux-thread-multi

Copyright 1987-2006, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

bash-3.1$ sqlite3 -version
sqlite3 -version
3.3.6

主な開発ツールのバージョンを表示してみたところ、64ビットモードで作成されていることが分りました。

WEB作成においてよく使われているPerlPHPのツールをインストールすることになりますが、今の所64ビット環境が原因でインストールできなかったツールは発生していません。