I recently began using Tiny Core, 12.0 and I like it alot!
However, I couldn't get NFS server to run because it reported libtiprc.so.1 was missing.
So in order to get it to run properly, I had to put this in /opt/bootlocal.sh
# In order to get NFS server to run, I must do this:
ln -s /usr/local/lib/libtirpc.so.3 /usr/local/lib/libtirpc.so.1
ldconfig
Then it runs fine and I can mount and serve directories as I wish.
Is this an error on my part? Did I neglect to load a dependency? Or is this a real bug?
Shawn