You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
While compiling samba4-client and samba4-admin, "libncursesw.so.6" is missing, After adding libncurses
to DEPENDS in Makefile, it works. Please have a check.
The text was updated successfully, but these errors were encountered:
Probably one of those odd optional auto lib dependencies, its not needed and samba4 will build fine without it, yet the waf buildsystem has no option to clearly control the linking/detection behavior and just pulls in some libs it detects.
I can add the same workaround like pam aka +PACKAGE_libncursesw:libncursesw
While compiling samba4-client and samba4-admin, "libncursesw.so.6" is missing, After adding libncurses
to DEPENDS in Makefile, it works. Please have a check.
The text was updated successfully, but these errors were encountered: