Changes between Initial Version and Version 3 of Ticket #653
- Timestamp:
- Nov 9, 2012, 1:48:18 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #653 – Description
initial v3 2 2 3 3 Successfully created an .iso file, but after booting using the .iso (expert mode), I get following error message: 4 4 {{{ 5 5 # mondorestore 6 6 mondorestore: error while loading shared libraries: libnewt.so.0.52: cannot open shared object file: No such file or directory 7 7 }}} 8 8 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. 9 9 {{{ 10 10 # ldd /usr/bin/mondorestore 11 11 linux-vdso.so.1 => (0x00007fff2b9ff000) … … 17 17 # find / -name *newt* 18 18 # ( no output lines ) 19 }}}