I'm compiling Samba 4. By default the folders are stored in /usr/local/samba
.
With the command below I made some changes:
./configure --bindir=/bin/ --sbindir=/sbin/ --sysconfdir=/etc/samba/ --mandir=/usr/share/man/
However, the following folders are still located in /usr/local/samba
:
bind-dns include lib libexec private share var
I wanted to compile samba to use the same directory paths as the Debian repository version.
What paths could I use in the ./configure
options?