Changes between Initial Version and Version 3 of Ticket #653


Ignore:
Timestamp:
Nov 9, 2012, 1:48:18 AM (12 years ago)
Author:
Bruno Cornec
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #653 – Description

    initial v3  
    22
    33Successfully created an .iso file, but after booting using the .iso (expert mode), I get following error message:
    4 
     4{{{
    55# mondorestore
    66mondorestore: error while loading shared libraries: libnewt.so.0.52: cannot open shared object file: No such file or directory
    7 
     7}}}
    88It 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{{{
    1010# ldd /usr/bin/mondorestore
    1111        linux-vdso.so.1 => (0x00007fff2b9ff000)
     
    1717# find / -name *newt*
    1818# ( no output lines )
     19}}}