Tiny Core Base > piCore Test Releases
piCore-6.1alpha4 for RPi2
bmarkus:
What do you mean ldd is not working correctly?
Mucke:
For example
--- Quote ---ldd nano
--> ./nano: error while loading shared libraries: ./nano: cannnot open shared object file: no such file or directory
--- End quote ---
bmarkus:
--- Code: ---tc@box:~$ ldd /usr/local/bin/nano
/usr/lib/libarmmem.so (0xb6f3a000)
libncursesw.so.5 => /usr/local/lib/libncursesw.so.5 (0xb6ecf000)
libc.so.6 => /lib/libc.so.6 (0xb6d94000)
libdl.so.2 => /lib/libdl.so.2 (0xb6d81000)
/lib/ld-linux-armhf.so.3 (0xb6f46000)
--- End code ---
or
--- Code: ---tc@box:~$ cd /usr/local/bin
tc@box:/usr/local/bin$ ldd nano
/usr/lib/libarmmem.so (0xb6fd3000)
libncursesw.so.5 => /usr/local/lib/libncursesw.so.5 (0xb6f68000)
libc.so.6 => /lib/libc.so.6 (0xb6e2d000)
libdl.so.2 => /lib/libdl.so.2 (0xb6e1a000)
/lib/ld-linux-armhf.so.3 (0xb6fdf000)
--- End code ---
Rich:
Hi Mucke
Or:
--- Code: ---ldd `which nano`
--- End code ---
Those are back ticks, not apostrophes.
bmarkus:
--- Quote from: sbp on March 15, 2015, 10:39:12 AM ---Hi Bela
Thanks for this version, I'm currently testing but haven't found any problems yet :-)
The only issue I have (and that is not because of the kernel) is trouble using wget to download from https pages. I know that a newer version of BusyBox than the present one (v1.22.1) is supporting https download.
As far as I remember you mentioned a new version and I was wondering if it would be possible to make that available?
From the BusyBox webpage it seems like version 1.23 or newer supports https.
Regards
Steen
--- End quote ---
BusyBox wget 1.23.1 supports https download using openssl, so openssl.tcz must be installed.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version