WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tiny Core v4.0 Alpha 2 Testing  (Read 32371 times)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Tiny Core v4.0 Alpha 2 Testing
« Reply #30 on: September 04, 2011, 04:52:20 PM »
Oh, I see that the raid-dm kernel modules are in 4.x now, I will copy over crypsetup and adjust it's dep file.

Any more similar extension issues, we can open a new topic in the TCE forum area.

Offline hjkl

  • Newbie
  • *
  • Posts: 23
Re: Tiny Core v4.0 Alpha 2 Testing
« Reply #31 on: September 05, 2011, 07:50:59 AM »
Hi,
I've been using ldd that looks like this:

#!/bin/sh

for file in $@; do
  case $file in
  */*) true
       ;;
  *) file=./$file
     ;;
  esac
LD_TRACE_LOADED_OBJECTS=1 /lib/ld-linux.so.2 $file
done

Now, ldd that comes with Alpha2 is bigger. It also calls bash.

Thank you.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Tiny Core v4.0 Alpha 2 Testing
« Reply #32 on: September 05, 2011, 08:00:58 AM »
ldd and ldconfig in alpha 2 will be fixed for 3.
The only barriers that can stop you are the ones you create yourself.