<< Lightflow for Linux 最初の設定(抜粋) 戻る Lightflow for ubuntu Linux32bit from USBメモリ(失敗編) >>

LightFlow for linux 64bit

Ubuntu 64bitでPython-1.5.2をビルド。

@ubuntu:/usr/local/bin$ file python1.5
python1.5: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not stripped

from lightflowPM import *
ImportError: /usr/local/lib/python1.5/lightflowPM.so: wrong ELF class: ELFCLASS32


@ubuntu:/usr/local/lib/python1.5$ file lightflowPM.so
lightflowPM.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, not stripped

lightflowPM.soは32bit

python1.5は64bit

つづく。
  • -
  • -

<< Lightflow for Linux 最初の設定(抜粋) 戻る Lightflow for ubuntu Linux32bit from USBメモリ(失敗編) >>