Tiny Core Extensions > Extension requests

[REQUEST] GlibC 2.4 for TinyCoreLinux on armv6

<< < (3/3)

Misalf:

--- Quote from: Sebster on January 21, 2017, 11:52:22 AM ---
--- Code: ---tc@piCorePlayer:~$ ls -al /lib | grep ld
-rwxr-xr-x    1 root     root        134392 Dec 19 19:37 ld-2.24.so
lrwxrwxrwx    1 root     root            10 Jan  1  1970 ld-linux-armhf.so.3 -> ld-2.24.so

--- End code ---

but :
--- Code: ---tc@piCorePlayer:~$ sudo ./librespot
./librespot: error while loading shared libraries: ld-linux.so.3: cannot open shared object file: No such file or directory

--- End code ---

--- End quote ---

I'd try

--- Code: ---cd /lib
sudo ln -s ld-linux-armhf.so.3 ld-linux.so.3
sudo ldconfig

--- End code ---

curaga:
So your binary is soft-float and the system is hard-float? I'm not sure that'll work.

Sebster:

--- Quote from: Misalf on January 21, 2017, 12:47:45 PM ---

I'd try

--- Code: ---cd /lib
sudo ln -s ld-linux-armhf.so.3 ld-linux.so.3
sudo ldconfig

--- End code ---

--- End quote ---

I tried that and now I does not come up with my missing libary error any more (Yeeeah! ) , but now when I try to start the program:

I get:

--- Code: ---tc@piCorePlayer:~$ /bin/librespot
Segmentation fault

--- End code ---


--- Quote from: curaga on January 22, 2017, 05:32:10 AM ---So your binary is soft-float and the system is hard-float? I'm not sure that'll work.

--- End quote ---
Maybe that's the reason why I get this segmation fault error?

I'm just curious on how you know wether my binary is hard or soft-float? :)


I am really confused about my error right now...

Any suggestions what to do now?
Could recompiling the binary on TC solve my problem?

Sebster:
And thats the source btw:

https://github.com/herrernst/librespot/releases

It is directly compiled for the Raspberry Pi so that's why I am so confused that TinyCore cannot execute it.
I guess the differences between Raspian and TC are simply to big to make it run out of the box...

But I still want to make it work on TC because I like this OS just to much to switch to Raspian...

Juanito:

--- Quote from: Sebster on January 22, 2017, 07:56:36 AM ---Could recompiling the binary on TC solve my problem?

--- End quote ---

Yes

Navigation

[0] Message Index

[*] Previous page

Go to full version