Hi! I want to try the samba3 & samba4 combination and downloaded samba 3.4.0 and compiled it with ./configure --enable-merged-build But after make install I do not find a samba4 daemon anywhere. There are some binaries named with ..4 (like smbtorture4) but after reading that franky wiki site there I am assuming that the 2 daemons should be started and running in parallel. How do I have to compile/configure/start the 3.4 samba to get samba 3 and samba 4 functionality? regards Martin
Hi, I try it once again: If I compile 3.4 with --enable-merged-build, do I get a own "smbd4" binary or does samba just starts 2 smbd processes? regards martin
On Mon, Aug 17, 2009 at 03:51:15PM +0200, Martin Hochreiter wrote:> I try it once again: > > If I compile 3.4 with --enable-merged-build, do I get a own "smbd4" > binary or does > samba just starts 2 smbd processes?You get a "samba4" binary. Volker -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Digital signature URL: <http://lists.samba.org/pipermail/samba/attachments/20090817/c8f63654/attachment.pgp>
> You get a "samba4" binary. > > Volker >Thank you for your answer ... and here is my problem, I get various xxx4 binaries (like smbtorture4 or smbclient4) but I do not find any samba4 in my the installation target /opt/samba3_4 Did I miss something while compiling? regards Martin