You are not logged in.

#1 2025-07-20 18:04:52

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,460

Samba says it can't find so files even though they are present [solved

So the latest version of samba spits out a error with finding files that are present in /usr/lib/samba when starting smbd.  Says they are the version 4.22.3-1 can't be found even though they are present.

I downgrade back one version and start samba and everything is fine except for the log file problem listed in the wiki.

So this might be a bug, but seeing if anyone else is having this problem even though I don't see a thread about it yet.

Last edited by nomorewindows (2025-07-21 13:55:41)


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

#2 2025-07-20 18:44:51

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,082

Re: Samba says it can't find so files even though they are present [solved

Exact errors, always. We can't do much with paraphrasing or your interpretation of what it said.

Offline

#3 2025-07-21 02:20:18

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,460

Re: Samba says it can't find so files even though they are present [solved

Jul 20 21:16:57 archlinux smbd[644267]: /usr/bin/smbd: /usr/lib/samba/libsys-rw-private-samba.so: version `SAMBA_4.22.3_PRIVATE_SAMBA' not found (required by /usr/bin/smbd)
Jul 20 21:16:57 archlinux smbd[644267]: /usr/bin/smbd: /usr/lib/samba/libreplace-private-samba.so: version `SAMBA_4.22.3_PRIVATE_SAMBA' not found (required by /usr/bin/smbd)
Jul 20 21:16:57 archlinux smbd[644267]: /usr/bin/smbd: /usr/lib/samba/libREG-FULL-private-samba.so: version `SAMBA_4.22.3_PRIVATE_SAMBA' not found (required by /usr/bin/smbd)
Jul 20 21:16:57 archlinux smbd[644267]: /usr/bin/smbd: /usr/lib/samba/libcliauth-private-samba.so: version `SAMBA_4.22.3_PRIVATE_SAMBA' not found (required by /usr/bin/smbd)
Jul 20 21:16:57 archlinux smbd[644267]: /usr/bin/smbd: /usr/lib/samba/libauth-private-samba.so: version `SAMBA_4.22.3_PRIVATE_SAMBA' not found (required by /usr/bin/smbd)
Jul 20 21:16:57 archlinux smbd[644267]: /usr/bin/smbd: /usr/lib/samba/libutil-tdb-private-samba.so: version `SAMBA_4.22.3_PRIVATE_SAMBA' not found (required by /usr/bin/smbd)
Jul 20 21:16:57 archlinux smbd[644267]: /usr/bin/smbd: /usr/lib/samba/libsmbd-shim-private-samba.so: version `SAMBA_4.22.3_PRIVATE_SAMBA' not found (required by /usr/bin/smbd)
Jul 20 21:16:57 archlinux smbd[644267]: /usr/bin/smbd: /usr/lib/samba/libcmdline-private-samba.so: version `SAMBA_4.22.3_PRIVATE_SAMBA' not found (required by /usr/bin/smbd)
Jul 20 21:16:57 archlinux smbd[644267]: /usr/bin/smbd: /usr/lib/samba/libsamba-debug-private-samba.so: version `SAMBA_4.22.3_PRIVATE_SAMBA' not found (required by /usr/bin/smbd)
Jul 20 21:16:57 archlinux smbd[644267]: /usr/bin/smbd: /usr/lib/samba/libsecrets3-private-samba.so: version `SAMBA_4.22.3_PRIVATE_SAMBA' not found (required by /usr/bin/smbd)
Jul 20 21:16:57 archlinux smbd[644267]: /usr/bin/smbd: /usr/lib/samba/libsocket-blocking-private-samba.so: version `SAMBA_4.22.3_PRIVATE_SAMBA' not found (required by /usr/bin/smbd)
Jul 20 21:16:57 archlinux smbd[644267]: /usr/bin/smbd: /usr/lib/samba/libgenrand-private-samba.so: version `SAMBA_4.22.3_PRIVATE_SAMBA' not found (required by /usr/bin/smbd)
Jul 20 21:16:57 archlinux smbd[644267]: /usr/bin/smbd: /usr/lib/samba/libsmbd-base-private-samba.so: version `SAMBA_4.22.3_PRIVATE_SAMBA' not found (required by /usr/bin/smbd)
Jul 20 21:16:57 archlinux smbd[644267]: /usr/bin/smbd: /usr/lib/samba/libsamba-cluster-support-private-samba.so: version `SAMBA_4.22.3_PRIVATE_SAMBA' not found (required by /usr/bin/smbd)
Jul 20 21:16:57 archlinux smbd[644267]: /usr/bin/smbd: /usr/lib/samba/libsamba3-util-private-samba.so: version `SAMBA_4.22.3_PRIVATE_SAMBA' not found (required by /usr/bin/smbd)
Jul 20 21:16:57 archlinux systemd[1]: smb.service: Main process exited, code=exited, status=1/FAILURE

I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

#4 2025-07-21 04:54:56

cryptearth
Member
Registered: 2024-02-03
Posts: 1,722

Re: Samba says it can't find so files even though they are present [solved

by the high pid - have you just not rebooted after a system update? or to put it this way: have you tried to just reboot the system?

Offline

#5 2025-07-21 11:58:05

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,082

Re: Samba says it can't find so files even though they are present [solved

So it doesn't say that it can't find the files, it says it can't find the correct versioned symbols in those files. They are from smbclient, are you not updating that package? This looks like a partial update.

Offline

#6 2025-07-21 13:47:32

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,460

Re: Samba says it can't find so files even though they are present [solved

cryptearth wrote:

by the high pid - have you just not rebooted after a system update? or to put it this way: have you tried to just reboot the system?

If I back up one version of samba, it works like it should.


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

#7 2025-07-21 13:55:14

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,460

Re: Samba says it can't find so files even though they are present [solved

Scimmia wrote:

So it doesn't say that it can't find the files, it says it can't find the correct versioned symbols in those files. They are from smbclient, are you not updating that package? This looks like a partial update.

I was thinking at one time smbclient was part of samba package, haven't used samba server in awhile, so it looks like just adding samba got it one version difference with smbclient.  Smbclient was a dependency for something else but samba is separate.  Ok so looks like that might be it.


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

#8 2025-07-21 14:06:34

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,082

Re: Samba says it can't find so files even though they are present [solved

Offline

Board footer

Powered by FluxBB