Tiny Core Base > Alpha Releases

Tiny Core v4.0 Alpha 2 Testing

<< < (7/7)

Jason W:
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.

hjkl:
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.

curaga:
ldd and ldconfig in alpha 2 will be fixed for 3.

Navigation

[0] Message Index

[*] Previous page

Go to full version