• 締切済み

BurnInTest for Linux

Red Hat Enterprise Linux 6.1 (x86_64)でPassmark’s BurnInTest for Linuxを使用したいのですが うまく動作しません。 下記のエラーが発生します。 ------------------------------------------------------------------ 64-bit OS detected, launching ./64bit/bit_gui_x64 Missing Library: libQtWebKit.so.4 Missing libraries detected! To use the GUI version of BurnInTest you will need to install the above libraries using your prefered package manager before running BurnInTest A command line version of BurnInTest that requires less libraries is also available in the 32bit and 64bit directories. ------------------------------------------------------------------ qt-everywhere-opensource-src-4.7.4をインストールしてみましたがダメでした。 よろしくお願いします。(インターネットには接続できない環境です)

みんなの回答

  • D-Matsu
  • ベストアンサー率45% (1080/2394)
回答No.1

要求されているライブラリ名から考えると、足りないと言われているのはWebKitでしょう。 もっとも「Qt向けWebKit」ということでしょうからQtが不要という訳ではないでしょうが……

関連するQ&A

  • Linuxで64bit版tomcat

    こんにちは。 Linux (CentOS)にて Apache + Tomcat + JNI でシステム開発を行っています。 64bit マシン上で、64bit の JDK をインストールし、tomcat(6.0.28) を入れたのですが、 何故か tomcat だけアーキテクチャが 32bit になってしまいます。 JAVA の実行には問題ないのですが、JNI を利用しており、C++ 側で 64bit しか 対応していないライブラリを使いたいのですが、tomcat が 32bit のため、32bit で モジュール(so ファイル)を作成しないと、java.lang.UnsatisfiedLinkError: となってしまいます。 明示的に、64bit 版の tomcat をインストールする方法はありますでしょうか? ※windows は 32/64bit 版があるようなのですが、Linux は無いように見えまして。。。 以下、開発環境になります。 ================================= $ uname -a Linux djmix.ferix.jp 2.6.18-128.el5 #1 SMP Wed Jan 21 10:41:14 EST 2009 x86_64 x86_64 x86_64 GNU/Linux ================================= $ java -version java version "1.6.0_17" ================================= $ ./version.sh Using CATALINA_BASE: /home/djmix/tomcat Using CATALINA_HOME: /home/djmix/tomcat Using CATALINA_TMPDIR: /home/djmix/tomcat/temp Using JRE_HOME: /usr/java/default Server version: Apache Tomcat/6.0.20 Server built: May 14 2009 01:13:50 Server number: 6.0.20.0 OS Name: Linux OS Version: 2.6.18-128.el5 Architecture: i386 JVM Version: 1.6.0_14-b08 JVM Vendor: Sun Microsystems Inc. ================================= よろしくお願いいたします。

    • ベストアンサー
    • Java
  • linuxでjavaがうまく動きません。

    linuxでjavaがうまく動きません。 Linux初心者です。JAVAを勉強しなければならなくなりました。SUSE Linuxです。マシンは自作のようですが、先輩が作ったものなのでよく分かりません。 まず、JDKをインストールしました。すると、パソコンを起動する時に「64ビットのマシンに32ビットのソフトウェアが入っています」というようなメッセージが表示されるようになってしまいました。これはJDKのせいだと思ったので、一度削除して64ビットのJDKと書いてあるソフトをもう一度インストールしました。(しかし、したつもりでしたがこれはできていませんでした) すると、JAVAが動かなくなってしまいました。 よく調べたところ、64ビットのJDKは32ビットのJDKをインストールした上でインストールしなければいけなかったということでした。 そこで、もう一度32ビットのJDK(jdk-6u22-linux-i586.bin)をダウンロードして実行し、64ビットのJDK(jdk-6u22-linux-x64.bin)を実行しました。 それから、「.bash_profile」のファイルに PATH=$PATH:$HOME/bin:usr/local/jdk1.6.0_22/bin JAVA_HOME=/usr/local/jdk1.6.0_22 export JAVA_HOME export PATH と書き込みました。 しかし、「javac」と入力するとコマンドがないと言われます。「java -version」と入力すると「"1.5.0_20"」と表示されます。多分「"1.6.0_22"」とか表示されないといけないのかな、と思ったので、前にインストールしたものが残っているのかと探してみましたが、いろんなサイトを参照しながらインストールしたので見つかりません。(というか、インストールしたものは全部アンインストールしたつもりでした) JAVAが動くようにするにはどうしたらいいのでしょうか?

  • LinuxへのJavaのインストール

    Linuxの超初心者です。 Javaをインストールしたいと思い、オラクルのHome pageから指示に従い、jre-7u5-linux-x64.tar.gzをダウンロードしました(RPMがまだ使える環境ではなく、PCは64bitです)。これを解凍したところ、 jre1.7.0_05というフォルダができました。しかし、オラクルの指示ではインストールには”jre-7u<バージョン名>-linux-i586.bin ”というファイルが必要とあるのですが、いくら探しても見つけることができませんでした。そこで大変、申し訳ないのですが、どなたか、Javaのインストールについて順を追って説明して頂けないでしょうか?本当に初歩的な質問で申し訳ないのですが、よろしくお願いします。

  • Eigenのビルドについて(CMake)

    (1)下記のページを参考にEigen3.2.2をダウンロードし、ビルドしようとしています。 https://gist.github.com/UnaNancyOwen/08e5a9b8f5979ed0077c#file-eigen-md (2)CMakeは下記ページの http://www.cmake.org/download/ Binary distributions:のWindows (Win32 Installer) cmake-2.8.12.2-win32-x86.exeをダウンロードし、インストールしました。 (3)CMakeを管理者権限で起動し、 ソースコードの入力先とソリューションファイルの出力先を指定する。 ・Where is the source code: C:\eigen-eigen-1306d75b4a21 ・Where is build the binaries: C:\eigen-eigen-1306d75b4a21\build ・[Configure]を押してターゲットとなるVisual Studioを選択する。 ここまでを行ったところで ポップアップが表示され、「Error in configuration process, project files may be invalid」と表示されます。 CMake上で下記のようなエラーが表示されてしまいます。 私の開発環境は Windows8.1 64bit Visual Studio 2013を使用しています。 設定項目の QT_QMAKE_EXECUTABLE が NOTFOUNDとなっているのが原因なのでしょうか? QTが必要なのでしょうか? どなたかアドバイス頂ければと思います。 以下は[Configure]を押した直後にCMakeに表示されるログです。 --------------------------------------------------------------------------------- Standard libraries to link to explicitly: none Found unsuitable Qt version "" from NOTFOUND CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineVSServicePack.cmake:128 (list): list index: 3 out of range (-3, 2) Call Stack (most recent call first): cmake/EigenDetermineVSServicePack.cmake:9 (_DetermineVSServicePack_CheckVersionWithTryCompile) cmake/EigenTesting.cmake:316 (EigenDetermineVSServicePack) cmake/EigenTesting.cmake:428 (ei_get_compilerver) cmake/EigenConfigureTesting.cmake:8 (ei_set_build_string) CMakeLists.txt:349 (include) C:/eigen-eigen-1306d75b4a21/build/test Could NOT find CHOLMOD (missing: CHOLMOD_INCLUDES CHOLMOD_LIBRARIES) Could NOT find UMFPACK (missing: UMFPACK_INCLUDES UMFPACK_LIBRARIES) Could NOT find SUPERLU (missing: SUPERLU_INCLUDES SUPERLU_LIBRARIES) Could NOT find PASTIX (missing: PASTIX_INCLUDES PASTIX_LIBRARIES) Could NOT find SCOTCH (missing: SCOTCH_INCLUDES SCOTCH_LIBRARIES) Could NOT find METIS (missing: METIS_INCLUDES METIS_LIBRARIES) Could NOT find SPQR (missing: SPQR_INCLUDES SPQR_LIBRARIES) Found unsuitable Qt version "" from NOTFOUND CMake Warning at blas/CMakeLists.txt:32 (message): No fortran compiler has been detected, the blas build will be incomplete. Could NOT find GOOGLEHASH (missing: GOOGLEHASH_INCLUDES GOOGLEHASH_COMPILE) Could NOT find ADOLC (missing: ADOLC_INCLUDES ADOLC_LIBRARIES) Could NOT find MPFR (missing: MPFR_INCLUDES MPFR_LIBRARIES MPFR_VERSION_OK) (Required is at least version "2.3.0") Could NOT find GMP (missing: GMP_INCLUDES GMP_LIBRARIES) Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Could NOT find FFTW (missing: FFTW_INCLUDES FFTW_LIBRARIES) Could NOT find GLUT (missing: GLUT_glut_LIBRARY GLUT_INCLUDE_DIR) Found unsuitable Qt version "" from NOTFOUND Qt4 not found, so disabling the mandelbrot and opengl demos ************************************************************ *** Eigen's unit tests configuration summary *** ************************************************************ Build type: Release Build site: hiwa-pc Build string: unknownwin-na-sse2-64bit Enabled backends: Disabled backends: Cholmod, UmfPack, SuperLU, PaStiX, METIS, Qt4 support, GoogleHash, Adolc, MPFR C++, fftw, OpenGL, Default order: Column-major Maximal matrix/vector size: 320 SSE2: Using architecture defaults SSE3: Using architecture defaults SSSE3: Using architecture defaults SSE4.1: Using architecture defaults SSE4.2: Using architecture defaults Altivec: Using architecture defaults ARM NEON: Using architecture defaults CXX: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe CXX_FLAGS: /DWIN32 /D_WINDOWS /W4 /GR /EHsc /EHsc /wd4127 /wd4505 /wd4714 /D_CRT_SECURE_NO_WARNINGS /D_SCL_SECURE_NO_WARNINGS Sparse lib flags: ************************************************************ Configured Eigen 3.2.2 ........ 以下省略................

  • RedHat9、QtSDKの組合せの開発について

    目的  linux、RedHat9に最新のQtSDK(Qtのバージョンは4.7)をインストールして  GUIアプリケーションの開発を行おうとしています。 聞きたい事  RedHat9に最新のQtSDKをインストールしてアプリケーションのビルド、  実行をすることはできるのでしょうか?  もし出来るのであれば、どのような手順で環境と整えると、RedHat9で  QtSDKの開発を行えますでしょうか? 環境設定で行った内容  1回目のRedHat、QtSDKインストール   開発ツールの全項目にチェックをいれて、qt3.1の開発環境が入った状態で   RedHatのインストールを行う。   次にqt-sdk-linux-x86-opensource-2010.05.1.binをインストールする。   インストール完了後、Find検索をするが「libstdc++.so.6」は存在しなかった。   Qtクリエイターが起動しないのは、Qt3.1を入れたためパス設定が問題のため   だと判断。   またFedora13、qt-sdk-linux-x86-opensource-2010.04の組合せだと、   正常にQtクリエイター、実行モジュールが動作することを確認しました。  上記のような経緯から2回目のRedHatのインストールを行う。    2回目のRedHat、QtSDKインストール   RedHat9のインストール設定で開発のパッケージグループの設定から   以下の全てのチェックを外す。   ・開発ツール、カーネル開発、Xソフトウエイア開発、GNOME、KDEソフトウエア開発   理由はインストール時のQt3.1の混在とパス設定をさせないため。   この状態でRedHat9にqt-sdk-linux-x86-opensource-2010.05.1.binをダウロードして   インストールを行うと「libstdc++.so.6」が無いというメッセージが表示され、   インストール完了後にQtクリエイターやサンプルの実行モジュールを実行することが   出来ない。   インターネット上でlibstdc++.so.6を入手して /usr/lib の下に保存し   改めてqt-sdk-linux-x86-opensource-2010.05.1.binをインストールすると、  さらに  ・GLIBCXX_3.4.9  ・GLIBC_2.4  ・GCC_3.3  という上記ファイルが無いというメッセージが出る。 ここからどのようにして進めればよいか詰まってしまいました。 以上よろしくお願いします。

  • Linuxの動的ライブラリをMacで使いたい

    64bit Linux用に提供されたライブラリ(*.a, *.so)をMac(Snow Leopard)で使いたいと思っています。Mac環境でコンパイルをしたところ、リンク時に以下のwarningが出てしまいました。 ld: warning: in xxx.so, file is not of required architecture Webで調査し、gccのオプションに-arch i386 -arch x86_64を付けてみましたが解決できませんでした。そもそも、Linux用のライブラリをMacで使うというのは無理なのでしょうか?ご回答どうぞよろしく御願いいたします。

  • Linuxのcppコマンド、最初の#...を無く

    ファイル<abc.txt>の内容が以下で、 1 2 3 /* 4 5 6 */ 次の命令を実行すると $ cpp abc.txt 以下の結果を得ます。 # 1 "abc.txt" # 1 "<command-line>" # 1 "abc.txt" 1 2 3 この、最初の三行(行頭に'#'がある)を、出力しないように出来ないでしょうか。 cppのヘルプを見ましたが、理解できなかったです。 バージョンです: cpp (Debian 4.7.2-5) 4.7.2 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ヘルプです: Usage: cpp [options] file... Options: -pass-exit-codes Exit with highest error code from a phase --help Display this information --target-help Display target specific command line options --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...] Display specific types of command line options (Use '-v --help' to display command line options of sub-processes) --version Display compiler version information -dumpspecs Display all of the built in spec strings -dumpversion Display the version of the compiler -dumpmachine Display the compiler's target processor -print-search-dirs Display the directories in the compiler's search path -print-libgcc-file-name Display the name of the compiler's companion library -print-file-name=<lib> Display the full path to library <lib> -print-prog-name=<prog> Display the full path to compiler component <prog> -print-multiarch Display the target's normalized GNU triplet, used as a component in the library path -print-multi-directory Display the root directory for versions of libgcc -print-multi-lib Display the mapping between command line options and multiple library search directories -print-multi-os-directory Display the relative path to OS libraries -print-sysroot Display the target libraries directory -print-sysroot-headers-suffix Display the sysroot suffix used to find headers -Wa,<options> Pass comma-separated <options> on to the assembler -Wp,<options> Pass comma-separated <options> on to the preprocessor -Wl,<options> Pass comma-separated <options> on to the linker -Xassembler <arg> Pass <arg> on to the assembler -Xpreprocessor <arg> Pass <arg> on to the preprocessor -Xlinker <arg> Pass <arg> on to the linker -save-temps Do not delete intermediate files -save-temps=<arg> Do not delete intermediate files -no-canonical-prefixes Do not canonicalize paths when building relative prefixes to other gcc components -pipe Use pipes rather than intermediate files -time Time the execution of each subprocess -specs=<file> Override built-in specs with the contents of <file> -std=<standard> Assume that the input sources are for <standard> --sysroot=<directory> Use <directory> as the root directory for headers and libraries -B <directory> Add <directory> to the compiler's search paths -v Display the programs invoked by the compiler -### Like -v but options quoted and commands not executed -E Preprocess only; do not compile, assemble or link -S Compile only; do not assemble or link -c Compile and assemble, but do not link -o <file> Place the output into <file> -pie Create a position independent executable -shared Create a shared library -x <language> Specify the language of the following input files Permissible languages include: c c++ assembler none 'none' means revert to the default behavior of gu

  • linuxにシステムコールの追加

    linuxに新しくシステムコールを追加したいのですが、 http://xathrya.web.id/blog/2012/10/16/add-new-system-call-to-linux-3-6-1/ こちらのサイトを参考にしているのですが、makeを実行すると arch/x86/built-in.o:(.rodata+0x14a0): undefined reference to `sys_mycal' make: *** [vmlinux] Error 1 と、エラーになってしまいます。 どうしたらよいのでしょうか。 OSのバージョンはUbuntu 12.0.4(VMWareで実行、ホストはWin7) カーネルのソースは3.6.1です。 よろしくお願いします。

  • Linux VirtualBox エラー

    Fedora10上でVirualBoxを起動して、 DebianLinux4.0(earth)を立ち上げようとしたところ、 The VirtualBox support driver which is running is from a different version of VirtualBox. You can correct this by stopping all running instances of VirtualBox and reinstalling the software. (VERR_VM_DRIVER_VERSION_MISMATCH). 終了コード: NS_ERROR_FAILURE (0x80004005) コンポーネント: Console インターフェース: IConsole {e3c6d4a1-a935-47ca-b16d-f9e9c496e53e} こんなメッセージが表示されて起動が出来ません 他のOSを起動してみたところ、結果は同じでした どのようにしたら問題なく起動できるようになるのですか? ちなみに、ホストOSがWindows Vista home premiumの時と Debian Linux 4.0の時は問題なく他のOSを起動することができました VirualBoxのバージョンは2.1.4で packgeinstallerを使ってインストールしました Linuxカーネルのバージョンは、2.6.27.19-170.2.35.fc10.X86_64

  • インストールエラー MachFive2

    MachFive2 という、ソフト音源のインストール時のエラーに関する質問です。 環境は Microsoft Windows XP Professional x64 Edition Version 2003 Service Pack 2 Intel(R) Core(TM) i7 CPU 940 @ 2.93GHz 2.93GHz, 11.9GB RAM まず、インストールウィザードで最初に出てくるウィンドウメッセージが、 「Are you running on a 32-bit version of Windows XP or Vista? Choose Yes for 32-bit, No for 64-bit.」 64 なので No を選ぶと、 「The installer has detected that the required version of the Interlok driver is not installed. The MachFive 2 installer will quit and install the necessary version of the Interlok drivers. When prompted, please restart your computer. After restarting, please run the MachFive 2 installer again with your iLok connected.」 ドライバのバージョンが駄目、みたいなことが書いてあるわけですが、 iLok-key はあるし、そのドライバーも最新のものがインストール済みです。 OK しかないので、OK を押します。すると、 「This setup will perform an upgrade of 'Interlok driver setup x 64' Do you want to continue?」 ドライバをアップグレードするって・・・、もう最新のがあるんだってば;; 続けるかやめるか選ぶわけですが、No だと終わるので、Yes で。。そしたら、 「A later version of 'Interlok driver setup x64' is already installed on this machine. The setup cannot continue.」 x64 の後のバージョンのドライバだから、インストールできない・・・? よくわかりません。32bit Windows では、こんなことはなかった・・・。 64bit の OS に変わってから、ある程度ややこしいことは予想していたものの、 やはり納得ができないエラーが出るわけです。 このソフトは、しっかり 64 に対応しているわけだし。。 同じ経験の人がいるかもしれないので、 確立は低いかもしれませんが、何か情報があることを願っています。 あるいはそうでなくとも、何か小さな手がかりだけでも見つかればと思います。