Tiny Core Linux
Tiny Core Extensions => TCE Corepure64 => Topic started by: 43str4ng3r on May 21, 2017, 11:13:43 AM
-
Hi there guys.
Hello to you all in the core linux community.
I'm trying to setup a fileserver using a RAID array and SAMBA on top of the latest corepure64 version.
I managed to create and make the array persistent. Super duper!
I'm having a lot more trouble configuring SAMBA, when i thought it would be the easiest part.
After installing samba.tcz
tce-load -wi samba.tcz
I'm trying to run
smbd restart
but i always get this
smbd: error while loading share libraries: libtirpc.so.1: cannot open shared object file: No such file or directory
Is there any dependency missing?
Thanks for your help.
43S
-
the libtirpc extension is missing
-
Thanks for the quick reply.
tce-load -wi libtirpc.tcz libtirpc-dev.tcz
then
smbd restart
and i got the same message...
There's no need for a reboot after "-i" option, right?
-
the samba extension was compiled against an earlier version of libtirpc, I'll try to take a look at it tomorrow.
-
the samba extension was compiled against an earlier version of libtirpc, I'll try to take a look at it tomorrow.
Thanks a lot Juanito. ;)
-
Note that if you're using both, the -w and the -i switches together, the extension won't get installed if it was already downloaded.
-
updated samba extension posted
-
updated samba extension posted
It's working.
Thanks Jaunito. ;)
43S