Hi, Since Samba-3.0.20 I am unable to compile sa-samba.c vfs module, which I have downloaded from the internet for auditing purpose, prior to this version it was getting compiled cleanly, I am receiving CPLUSPLUS error, Please suggest as what need to be done in order to resolve it. Thanks, Honey -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
On Sat, May 13, 2006 at 04:29:59PM +0530, Honey Bajaj wrote:> Since Samba-3.0.20 I am unable to compile sa-samba.c vfs > module, which I have downloaded from the internet for > auditing purpose, prior to this version it was getting > compiled cleanly, I am receiving CPLUSPLUS error, Please > suggest as what need to be done in order to resolve it.First we would need the exact error message. Second, assuming you mean the module from http://www.pengus.com/?pageId=1&projectId=3 then I'd like to ask what this module give you that the full_audit module does not. You might want to look at that. Volker -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20060514/2fe20b46/attachment.bin
On Sun, May 14, 2006 at 02:52:40PM +0530, Honey Bajaj wrote:> Sorry I missed the error message, I have attached the details.They are using the variable name "new" which is a C++ reserved word. In principle you can compile Samba3 with a C++ compiler, using "new" would break this. You need to ask the pengus people to update the module. Volker -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20060514/28bd8f80/attachment.bin