Welcome
|
FAQ
|
Downloads
|
Wiki
Tiny Core Linux
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Need an
Introduction
to Tiny Core? Or peruse
Core Concepts
.
Home
Help
Login
Register
Tiny Core Linux
»
Tiny Core Base
»
TCB News
»
Alpha Releases
»
Tiny Core v4.0 Alpha 2 Testing
« previous
next »
Print
Pages:
1
2
[
3
]
Go Down
Author
Topic: Tiny Core v4.0 Alpha 2 Testing (Read 34270 times)
Jason W
Retired Admins
Hero Member
Posts: 9730
Re: Tiny Core v4.0 Alpha 2 Testing
«
Reply #30 on:
September 04, 2011, 07: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.
Logged
hjkl
Newbie
Posts: 23
Re: Tiny Core v4.0 Alpha 2 Testing
«
Reply #31 on:
September 05, 2011, 10: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.
Logged
curaga
Administrator
Hero Member
Posts: 11043
Re: Tiny Core v4.0 Alpha 2 Testing
«
Reply #32 on:
September 05, 2011, 11:00:58 AM »
ldd and ldconfig in alpha 2 will be fixed for 3.
Logged
The only barriers that can stop you are the ones you create yourself.
Print
Pages:
1
2
[
3
]
Go Up
« previous
next »
Tiny Core Linux
»
Tiny Core Base
»
TCB News
»
Alpha Releases
»
Tiny Core v4.0 Alpha 2 Testing