Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: bellad on November 17, 2014, 11:59:45 AM
-
hello,
i try nfs client , but error /usr/local/sbin/sm-notify: error while loading shared libraries: libcap.so.2: cannot open shared object file: No such file or directory
/usr/local/sbin/rpc.statd: error while loading shared libraries: libcap.so.2: cannot open shared object file: No such file or directory
where is libcap.so.2 ?
thank
-
Where is it from? Which version? Did you build from source or downloaded from the repo? Which piCore version are you running?
-
i download with tce : search etc.. repo
how to see a version , because i connect with putty ?
thank
-
i download with tce : search etc.. repo
how to see a version , because i connect with putty ?
thank
When you searched fot the app with tce you got .info file displayed. You can do that anytime. Also there is a provide function to find which tcz has libcap.so.2 To make it short:
tce -iw libcap.tcz
-
ok , thank you for
tce -iw libcap.tcz
but i think version tinycore
now i :
root@box:/usr/local/etc/init.d# ./nfs-client start
/usr/local/sbin/sm-notify: invalid option -- 'q'
Usage: sm-notify -notify [-dfq] [-m max-retry-minutes] [-p srcport]
[-P /path/to/state/directory] [-v my_host_name]
Starting nfs client utilities.
root@box:/usr/local/etc/init.d#
-
i not understand
when start ./nfs-client start
i have error /usr/local/sbin/sm-notify: invalid option -- 'q'
Usage: sm-notify -notify [-dfq] [-m max-retry-minutes] [-p srcport]
[-P /path/to/state/directory] [-v my_host_name]
Starting nfs client utilities.
after i start manually
/usr/local/sbin/sm-notify -q
is good
why ??
-
Why not try to see the inside of nfs-client.
To see how sm-notify is called.
Maybe nfs-client is only a shell script.
Try to view the file with cat.
cat nfs-client