PDA

View Full Version : Installing "Boot from MMC" error messages


Foxbat
10-06-2007, 10:59 AM
Hello all!

I am new to N770 and to Linux. Now I want to clone the ITOS 2006 to MMC by using this procedure:

http://maemo.org/community/wiki/howto_easily_boot_from_mmc_card/

I am root, but the first command (apt-get install e2fsprogs) gives some error messages I donīt understand.

After fetching the libs:
/bin/sh: /usr/sbin/dpkg-preconfigure: not found
and: ldconfig: Canīt open configuration file /etc/ld.so.conf: No such file or directory


This repeats for every lib it tries to install.

Could please someone explain what it means and give me an advice how to solve it.

Thanks, Foxbat

Foxbat
10-07-2007, 04:05 AM
Nobody can help me?

Even a short link to a solution would be fine:)

Thx, Foxbat

Milhouse
10-07-2007, 06:14 AM
In the past, I just created that file (as root):


touch /etc/ld.so.conf


End of problem.

As for the dpkg-configure issue - I think it's just saying there isn't anything to pre configure, and isn't a problem.

Foxbat
10-07-2007, 06:56 AM
Thank you, it worked:)

Foxbat