Open tamorgen opened 1 year ago
Try ldd /usr/lib64/samba/vfs/greyhole.so
This should list all required libraries, and the error is because some are not found.
As for why it fails, can you take a look at the end of /usr/share/greyhole/vfs-build/samba-4.17.8/gh_vfs_build.log
, there should be an error somewhere in there.
Try
ldd /usr/lib64/samba/vfs/greyhole.so
This should list all required libraries, and the error is because some are not found.As for why it fails, can you take a look at the end of
/usr/share/greyhole/vfs-build/samba-4.17.8/gh_vfs_build.log
, there should be an error somewhere in there.
Okay, thanks.
sudo ldd /usr/lib64/samba/vfs/greyhole.so | grep 'not found'
ldd: warning: you do not have execution permission for `/usr/lib64/samba/vfs/greyhole.so'
libsmbd-base-samba4.so => not found
libtalloc-samba4.so => not found
libtevent-samba4.so => not found
libsamba-debug-samba4.so => not found
I've attached gh_vfs_build.log. There are a log of 'not found' comments in there. I don't know if that is normal or not. Like I said, greyhole appears to work and the shares are accessible, which I would think if there was an issue would not be the case.
Good morning, I saw on my server that I'm getting the following error:
I tried compiling as directed, but it fails:
I ran the command in step 3, and I get the same results afterwards.
The shares appear to work, however, I would like to determine 1) why I a getting the error and b) why the configure command is failing.