stephen.jackson@colinx.com
2003-Jun-10 18:57 UTC
[Samba] Compiling 2.2.8a with SSL support on Solaris 7
I'm running into a problem when compiling Samba 2.2.8a with SSL support on Solaris 7. The build appears to be choking on redefinitions between the Openssl des.h and kerberos/des.h (which is grabbed because it is on the system). Here's the error I'm getting: In file included from /usr/local/include/openssl/evp.h:89, from /usr/local/include/openssl/x509.h:67, from /usr/local/include/openssl/ssl.h:69, from lib/util.c:53: /usr/local/include/openssl/des.h:79: redefinition of `struct des_ks_struct' /usr/local/include/openssl/des.h:246: conflicting types for `bit_64' /usr/include/kerberos/des.h:48: previous declaration of `bit_64' make: *** [lib/util.o] Error 1 Has anyone run into this problem on Solaris and found a way around it? Thanks. Stephen
John H Terpstra
2003-Jun-11 04:35 UTC
[Samba] Compiling 2.2.8a with SSL support on Solaris 7
On Tue, 10 Jun 2003 stephen.jackson@colinx.com wrote:> I'm running into a problem when compiling Samba 2.2.8a with SSL support on > Solaris 7. The build appears to be choking on redefinitions between the > Openssl des.h and kerberos/des.h (which is grabbed because it is on the > system). Here's the error I'm getting: > > In file included from /usr/local/include/openssl/evp.h:89, > from /usr/local/include/openssl/x509.h:67, > from /usr/local/include/openssl/ssl.h:69, > from lib/util.c:53: > /usr/local/include/openssl/des.h:79: redefinition of `struct des_ks_struct' > /usr/local/include/openssl/des.h:246: conflicting types for `bit_64' > /usr/include/kerberos/des.h:48: previous declaration of `bit_64' > make: *** [lib/util.o] Error 1 > > Has anyone run into this problem on Solaris and found a way around it?Yes. Why do you want SSL support in Samba? Are you aware that not one MS Windows client supports it? SSL support in Samba is an experimental feature only. - John T. -- John H Terpstra Email: jht@samba.org
stephen.jackson@colinx.com
2003-Jun-11 12:13 UTC
[Samba] Compiling 2.2.8a with SSL support on Solaris 7
Windows clients weren't going to be accessing the share, only a Linux client. We were hoping to provide a filesystem mount over a secure transport, and the Linux NFS client doesn't support secure NFS modes yet. The Samba over SSL had appeared to be a viable alternative. Stephen Jackson Andrew Bartlett <abartlet@samba.o To: John H Terpstra <jht@samba.org> rg> cc: stephen.jackson@colinx.com, samba@lists.samba.org Subject: Re: [Samba] Compiling 2.2.8a with SSL support on Solaris 7 06/11/2003 12:38 AM On Wed, Jun 11, 2003 at 04:35:30AM +0000, John H Terpstra wrote:> On Tue, 10 Jun 2003 stephen.jackson@colinx.com wrote: > > > I'm running into a problem when compiling Samba 2.2.8a with SSL supporton> > Solaris 7. The build appears to be choking on redefinitions between the > > Openssl des.h and kerberos/des.h (which is grabbed because it is on the > > system). Here's the error I'm getting: > > > > In file included from /usr/local/include/openssl/evp.h:89, > > from /usr/local/include/openssl/x509.h:67, > > from /usr/local/include/openssl/ssl.h:69, > > from lib/util.c:53: > > /usr/local/include/openssl/des.h:79: redefinition of `structdes_ks_struct'> > /usr/local/include/openssl/des.h:246: conflicting types for `bit_64' > > /usr/include/kerberos/des.h:48: previous declaration of `bit_64' > > make: *** [lib/util.o] Error 1 > > > > Has anyone run into this problem on Solaris and found a way around it? > > Yes. Why do you want SSL support in Samba? Are you aware that not one MS > Windows client supports it? SSL support in Samba is an experimental > feature only.That has been removed from Samba 3.0, for very good reason. Andrew Bartlett