
Ubuntu日本語フォーラム

ログインしていません。
始めまして。
初心者ユーザです。
oracleの勉強用にoracle Expressをubuntu上にインストールしようとしています。
ubuntuはvmware上でゲストOSとして動かしています。
oracleのサイトでダウンロードできるLinux用ダウンロードパッケージはrpm形式のみですので、
debファイルへの変換用にalienコマンドをダウンロードし実行したところ、以下のエラーで実行できませんでした。
どなたか原因と対処方法についてご存じないでしょうか。
-------------------------------------------------------------------------------------------------------------------------------
$ sudo alien --to-deb --scripts oracle-xe-11.2.0-1.0.x86_64.rpm
error: incorrect format: unknown tag
Package build failed. Here's the log:
dh_testdir
dh_testdir
dh_testroot
dh_clean -k -d
dh_clean: Compatibility levels before 5 are deprecated.
dh_installdirs
dh_installdirs: Compatibility levels before 5 are deprecated.
dh_installdocs
dh_installdocs: Compatibility levels before 5 are deprecated.
dh_installchangelogs
dh_installchangelogs: Compatibility levels before 5 are deprecated.
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \
xargs -0 -r -i cp -a {} debian/oracle-xe
dh_compress
dh_compress: Compatibility levels before 5 are deprecated.
dh_makeshlibs
dh_makeshlibs: Compatibility levels before 5 are deprecated.
dh_installdeb
dh_installdeb: Compatibility levels before 5 are deprecated.
dh_shlibdeps
dh_shlibdeps: Compatibility levels before 5 are deprecated.
dpkg-shlibdeps: error: couldn't find library libpthread.so.0 needed by debian/oracle-xe/u01/app/oracle/product/11.2.0/xe/ctx/lib/libos_xwin.so
(以下略)
make: [binary-arch] エラー 9 (無視されました)
dh_gencontrol
dh_gencontrol: Compatibility levels before 5 are deprecated.
dpkg-gencontrol: error: current host architecture 'i386' does not appear in package's architecture list (amd64)
dh_gencontrol: dpkg-gencontrol -ldebian/changelog -Tdebian/oracle-xe.substvars -Pdebian/oracle-xe returned exit code 255
make: *** [binary-arch] エラー 9
find: `oracle-xe-11.2.0': そのようなファイルやディレクトリはありません
-------------------------------------------------------------------------------------------------------------------------------
よろしくお願いします。
オフライン