Hello Folks, can somebody give me detailed instructions for compiling the VFS-recycle bin-extension for samba 2.2.5? I tried it, already RTFM, but it didn't work. I don't know in which path I have to put the files from the /example directory to compile it correctly (newbie prob?!). Are there any further ./configure options I have to use? I'm running FreeBSD 4.5. You could even send me your compiled version! The error message I get in the /examples/VFS/recycler directory: make: don't know how to make audit.so. Stop or make: don't know how to make recycle.so. Stop Thanks in advance, Timo Ehrenbrusthoff ---- Hallo, kann mir jemand detaillierte Anweisungen geben, wie die VFS-Objekte wie recycle.c bei Samba 2.2.5 zu kompilieren sind? Die Doku ist f?r unerfahrene User (wie mich) recht d?rftig. Habs auf alle m?glichen Arten versucht, aber funzt nicht! Ich habe FreeBSD 4.5 zu laufen, es gibt immer eine Fehlermeldung: make: don't know how to make audit.so. Stop ... respektive recycle.so Was ist falsch? Liegt's am BSD?
David W. Chapman Jr.
2002-Jun-30 18:44 UTC
[Samba] Samba 2.2.5 - RECYCLE BIN (VFS) problem
On Mon, Jul 01, 2002 at 12:31:40AM +0200, Timo Ehrenbrusthoff wrote:> Hello Folks, > > can somebody give me detailed instructions for compiling the > VFS-recycle bin-extension for samba 2.2.5? I tried it, already RTFM, > but it didn't work. I don't know in which path I have to put the files from > the /example directory to compile it correctly (newbie prob?!). > Are there any further ./configure options I have to use? > I'm running FreeBSD 4.5. You could even send me your compiled version!If you install the port, it makes it very easy, just put a check next to the recycle bin VFS module and that's all you have to do, samba for audit. If you don't want to use the port, look at the perl re in the port, there's a bug with 2.2.5 WRT it using FreeBSD DYNEXP flag, it uses what openbsd wants. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. <www.inethouston.net> dwcjr@freebsd.org FreeBSD Committer <www.FreeBSD.org>
> can somebody give me detailed instructions for compiling the > VFS-recycle bin-extension for samba 2.2.5? I tried it, already RTFM,<snip>> I'm running FreeBSD 4.5.Make sure you CVSup your ports collection, as the recycle bin was broken in FreeBSD prior to Samba-2.2.5_3. Then: # cd /usr/ports/net/samba # make && make install && make clean During the build, you'll get a menu screen of options to select. Check the recycle bin option and then select OK. You'll find 'recycle.so' at '/usr/local/lib/samba/recycle.so' and 'recycle.conf' at '/usr/local/share/examples/samba/VFS/recycle/recycle.conf'. Have fun! --Dan