Re: [Bacula-devel] compiling 3.0.1 acl.c failed on Solaris

2009-05-07 Thread Kern Sibbald
--with-openssl=no will not work. You must either have nothing about openssl, or use --without-openssl ... Regards, Kern On Thursday 07 May 2009 14:32:46 Thomas wrote: > Hi, > > yes, the patch fix the problem. > > > on some x86 systems the make failed too > > if i have openssl and openssl-de

Re: [Bacula-devel] compiling 3.0.1 acl.c failed on Solaris

2009-05-07 Thread Thomas
Hi, yes, the patch fix the problem. on some x86 systems the make failed too if i have openssl and openssl-devel installed the ./configure --enable-client-only shows: readline support:no TCP Wrappers support:no TLS support: yes Encryption support: yes

Re: [Bacula-devel] compiling 3.0.1 acl.c failed on Solaris

2009-05-07 Thread Kern Sibbald
Hello, I hope the attached patch will solve your problem. The instructions for applying it are at the top of the file. Best regards, Kern On Thursday 07 May 2009 12:38:34 Thomas wrote: > ok, it's a very old solaris, > but maybe somebody can fix this > > > uname -a > SunOS 5.9 Generic_112233-0

[Bacula-devel] compiling 3.0.1 acl.c failed on Solaris

2009-05-07 Thread Thomas
ok, it's a very old solaris, but maybe somebody can fix this uname -a SunOS 5.9 Generic_112233-08 sun4u sparc SUNW,UltraSPARC-IIi-cEngine gcc --version gcc (GCC) 3.4.1 (OpenPKG-2.1) ./configure --enable-client-only make ==>Entering directory /root/bacula-3.0.1/src/filed Compiling filed.c Co