私のコンピュータでSambaを実行しようとして失敗します。 Sambaをインストールした後、一部のライブラリが見つからないというエラーが発生し続けます。
私の環境:
lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 9.5 (stretch)
Release: 9.5
Codename: stretch
Linux test 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u4 (2018-08-21) x86_64 GNU/Linux
● smbd.service - Samba SMB Daemon
Loaded: loaded (/lib/systemd/system/smbd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2018-09-10 09:07:55 CEST; 12ms ago
Docs: man:smbd(8)
man:samba(7)
man:smb.conf(5)
Process: 45717 ExecStart=/usr/sbin/smbd $SMBDOPTIONS (code=exited, status=127)
Main PID: 45717 (code=exited, status=127)
Sep 10 09:07:55 test systemd[1]: Starting Samba SMB Daemon...
Sep 10 09:07:55 test smbd[45717]: /usr/sbin/smbd: error while loading shared libraries: libwinbind-client.so.0: cannot open shared object file: No such fi… or directory
Sep 10 09:07:55 test systemd[1]: smbd.service: Main process exited, code=exited, status=127/n/a
Sep 10 09:07:55 test systemd[1]: Failed to start Samba SMB Daemon.
Sep 10 09:07:55 test systemd[1]: smbd.service: Unit entered failed state.
Sep 10 09:07:55 test systemd[1]: smbd.service: Failed with result 'exit-code'.
Hint: Some lines were ellipsized, use -l to show in full.
dpkg: error processing package samba (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for libc-bin (2.24-11+deb9u3) ...
Processing triggers for systemd (232-25+deb9u4) ...
Processing triggers for ufw (0.35-4) ...
Errors were encountered while processing:
私はこの問題を解決しようとします。
apt-get autoremove --purge
apt-get autoclean
apt-get remove samba samba-common
apt-get autoclean
apt-get autoremove --purge
libがlibwbclient-devパッケージにあるようで、libwbclient-devをインストールしました。
libwbclient-dev is already the newest version (2:4.5.12+dfsg-2+deb9u3)
まったく成功しませんでした。
答え1
一部の依存関係がない場合は、インストールのように見えます。通常、これはapt-get update
以前に実行することを忘れていたapt-get install...
ため、予想されるパッケージセットがもはや現実と一致しないためです。
固定する
apt-get update # Get the current set of packages
apt-get install # Complete the installation attempt