Opened 12 years ago

Last modified 9 years ago

#653 closed defect

mondorestore: error while loading shared libraries: libnewt.so.0.52 on booting from CD — at Version 3

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 (last modified by Bruno Cornec)

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 )

Change History (5)

comment:1 by Bruno Cornec, 12 years ago

which versions are you using ? Please follow the recommandations of the web site and attach your log files (archive and restore) for any help.

by Takashi Asari, 11 years ago

Attachment: mondoarchive.log added

by Takashi Asari, 11 years ago

Attachment: mondorestore.log added

comment:2 by Takashi Asari, 11 years ago

Thanks bruno,

I believe I was using 3.0.2 from ftp://ftp.mondorescue.org/ubuntu/10.04/ . ( I can find "deb ftp://ftp.mondorescue.org//ubuntu 10.04 contrib" in /etc/apt/sources.list . )

Attached log files.

comment:3 by Bruno Cornec, 11 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.