2008年6月1日日曜日

Ubuntu 8.04にVMware Server

環境とか

  • Ubuntu 8.04 amd64 Desktop
  • Ubuntuは通常のインストール

足りなかったのでインストールしたもの

$ sudo apt-get install build-essential
$ sudo apt-get install xinetd
$ sudo apt-get install ia32-libs

インストール中に出たエラー

Unable to get the last modification timestamp of the destination file 
/etc/vmware/ssl/rui.key.

Execution aborted.

その対応

$ sudo touch /etc/vmware/ssl/rui.key
$ sudo touch /etc/vmware/ssl/rui.crt

Vmware Server Consoleが起動できなかったので

$ cd /usr/lib/vmware/lib
$ sudo mv libgcc_s.so.1 libgcc_s.so.1-bak
$ ln -s /lib/libgcc_s.so.1 libgcc_s.so.1

0 件のコメント: