The error you're encountering with Samba occurs due to a mismatch or missing version information for the libwbclient.so.0 library. To resolve this, first ensure that Samba and its dependencies are up to date by running sudo apt update and sudo apt upgrade. If the issue persists, reinstall Samba using sudo apt-get install --reinstall samba. You can also check if the required library is installed using ldconfig -p | grep libwbclient.so.0 and install the missing libwbclient0 package with sudo apt-get install libwbclient0. If necessary, create a symbolic link to the correct library version or verify the Samba configuration in /etc/samba/smb.conf. After making these changes, try restarting the Samba service with sudo /etc/init.d/samba4 start.
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1244031 Title: /etc/init.d/samba4 start fails: libwbclient.so.0: no version information available To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1244031/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
