Opened 12 years ago
Last modified 10 years ago
#653 closed defect
mondorestore: error while loading shared libraries: libnewt.so.0.52 on booting from CD — at Initial Version
Reported by: | Takashi Asari | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | normal | Milestone: | 3.0.5 |
Component: | mondo | Version: | 3.0.2 |
Severity: | normal | Keywords: | |
Cc: |
Description
I'm trying mondorescue and mondorestore on Ubuntu Linux 10.04.2 LTS (x86_64).
Successfully created an .iso file, but after booting using the .iso (expert mode), I get following error message:
# mondorestore mondorestore: error while loading shared libraries: libnewt.so.0.52: cannot open shared object file: No such file or directory
It looks like that /usr/bin/mondorestore should have built with static linking against libnewt.a but has not, or, the .iso file should have included /usr/lib/libnewt.so.0.52 (and other shared libraries) but has not.
# ldd /usr/bin/mondorestore
linux-vdso.so.1 => (0x00007fff2b9ff000) libnewt.so.0.52 => not found libpthread.so.0 => /lib/libpthread.so.0 (0x00007f3e5bef000) libc.so.6 => /lib/libc.so.6 (0x00007f3e586b000) /lib64/ld-linux-x86-64.so.2 (0x00007f3eb5e14000)
# # find / -name *newt* # ( no output lines )