OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => OpenZaurus/Opie/Qtopia => Topic started by: usagi on December 12, 2004, 07:53:07 pm

Title: Cant Link To Libraries On Cfdisk
Post by: usagi on December 12, 2004, 07:53:07 pm
I just installed opie 3.5.2 on my sl6000

I then went ahead to install a bunch of other stuff (mainly the rest of the opie app set)

I installed to my 512MB cfdisk.

The problem is that many of the apps complain they can't find their libs. Those libs are installed in /mnt/cf/usr/lib.

I edited the ld.so.conf to add the path to the libs on the cfdisk.

after that I ran ldconfig and got messages of "can't link  ... to ..."
for all the lib on that dir/

what am I doing? wrong why does ipkg lets me install to the cf and then nothing works?

Flavio
Title: Cant Link To Libraries On Cfdisk
Post by: lardman on December 13, 2004, 05:32:02 am
Quote
I edited the ld.so.conf

Don't do this.

Run 'ipkg-link mount /mnt/cf', this will create symlinks for all the apps which you've installed.


Si
Title: Cant Link To Libraries On Cfdisk
Post by: usagi on December 13, 2004, 07:02:49 am
Yes I did that,

and it didn' t help

But Since then I found the answer to my problem:

My CFdisk was formatter as fat16 and ipkg-link cant link on this file system (although it says its does).
 
So I reformateed my card as ext2 and reinstalled everything. Now most of the apps are working.

Flávio