Author Topic: dgen on Cacko  (Read 1702 times)

kic

  • Newbie
  • *
  • Posts: 47
    • View Profile
dgen on Cacko
« on: October 01, 2004, 12:45:26 pm »
So I've been scouring the forum and googling, but I can't seem to get dgen to work.

Here follows what I've done since installing the dgen package and attempting to run it. I'm using Cacko 1.21b on an 860, if that matters at all.

dgen installed properly and then complained that it needed the following: libstdc++-libc6.1-2.so.3. So I downloaded 3 different packages of varrying versions: libstdc++2.10-glibc2.2_2.95.4-0.010407-fam1_arm.ipk, libstdc++2.10-glibc2.2_2.95.4-0.010407_arm.ipk, and libstdc++2.10-glibc2.2_2.95.4-15_arm.ipk. I realize the first two arm the same except for the -fam1, but the file sizes are different.

Now, I was unable to get the last package to install (I noticed it doesn't specifically say it's for arm, but keep reading), but I installed the first, and still dgen complains: dgen: error while loading shared libraries: libstdc++-libc6.1-2.so.3: cannot load shared object file: No such file or directory

I then tried the second package and nothing appeared to have changed as dgen still complained. I decided a little more investigation was in order.

The next step was to attempt to see where the files went. A find / -name "libstdc++*" revealed that libstdc++-libc6.2-2.so.3 could be found in /home/root/usr/lib/ (note the 2, not 1 in the filename). So I attempted to create a symbolic link thusly: ln -s /home/root/usr/lib/libstdc++-libc6.2-2.so.3 libstdc++-libc6.1-2.so.3

No error, no nothing, so I presumed the link was created (I'm still wrapping my head around the whole linking thing). So I tried to run dgen again and it gave the same error as I've already posted.

Help?

I've about exhausted my linux knowledge, at least what I can remember, and I can't seem to find anything other than people suggesting to create links when running into this problem (and not necessarily talking about it being on a Zaurus).

I'd appreciate a kick in the pants or helpful point to something that would get this working. I've managed to get zgnuboy and snes9x to work, but this one is eluding me.