Python doesn't work in chroot

Issue #35 closed
Former user created an issue

Hello after creating a chroot environment, the user connected in SSH is not able to run python scripts.

$ python3 Could not load program python3: Could not load module /QOpenSys/usr/lib/libpython3.4m.so. Dependent module libutil.a(shr.o) could not be loaded. Could not load module libutil.a(shr.o). System error: No such file or directory Could not load module python3. Dependent module /QOpenSys/usr/lib/libpython3.4m.so could not be loaded. Could not load module .

Comments (3)

  1. Luca Pasquini

    ./chroot_setup.sh chroot_OPS_PYTHON.lst /QOpenSys/xxx

    It's is the command used to copy python staff in my chroot.

  2. Log in to comment