Bacula-users

Re: [Bacula-users] PKI Encryption

2008-12-04 03:36:48
Subject: Re: [Bacula-users] PKI Encryption
From: Massimo Schenone <mschenone AT sorint DOT it>
To: "bacula-users AT lists.sourceforge DOT net" <bacula-users AT lists.sourceforge DOT net>
Date: Thu, 04 Dec 2008 09:31:22 +0100
The answer is:

CFLAGS="-I/usr/kerberos/include" ./configure --with-openssl
--enable-client-only

During configuration the process is not able to find krb5.h..
Bye,
M

On Fri, 2008-11-21 at 15:47 +0100, Massimo Schenone wrote:
> Hi all,
> I'm trying to figure out what's wrong with my configuration:
> 
> ./configure --with-openssl --enable-client-only
> 
> [...]
> 
> Configuration on Mon Nov 17 15:15:32 CET 2008:
> 
>   Host:       i686-pc-linux-gnu -- redhat 9
>   Bacula version:       2.2.7 (24 December 2007)
>   Source code location:       .
>   Install binaries:       /sbin
>   Install config files:       /etc/bacula
>   Scripts directory:       /etc/bacula
>   Archive directory:       
>   Working directory:       /var/bacula/working
>   PID directory:       /var/run
>   Subsys directory:       /var/lock/subsys
>   Man directory:       /usr/share/man
>   Data directory:       /usr/share
>   C Compiler:       gcc 3.2.2
>   C++ Compiler:       /usr/bin/g++ 3.2.2
>   Compiler flags:        -g -O2 -Wall -fno-strict-aliasing
> -fno-exceptions -fno-rtti
>   Linker flags:        
>   Libraries:       -lpthread 
>   Statically Linked Tools:    no
>   Statically Linked FD:       no
>   Statically Linked SD:       no
>   Statically Linked DIR:      no
>   Statically Linked CONS:     no
>   Database type:       None
>   Database lib:       
>   Database name:       bacula
>   Database user:       bacula
> 
>   Job Output Email:       root@localhost
>   Traceback Email:       root@localhost
>   SMTP Host Address:       localhost
> 
>   Director Port:       9101
>   File daemon Port:       9102
>   Storage daemon Port:       9103
> 
>   Director User:       
>   Director Group:       
>   Storage Daemon User:       
>   Storage DaemonGroup:       
>   File Daemon User:       
>   File Daemon Group:       
> 
>   SQL binaries Directory      
> 
>   Large file support:       yes
>   Bacula conio support:       yes -ltermcap
>   readline support:       no 
>   TCP Wrappers support:       no 
>   TLS support:       no
>   Encryption support:       no
>   ZLIB support:       yes
>   enable-smartalloc:       yes
>   bat support:       no 
>   enable-gnome:       no 
>   enable-bwx-console:       no 
>   enable-tray-monitor:       
>   client-only:       yes
>   build-dird:       yes
>   build-stored:       yes
>   ACL support:       yes
>   Python support:       no 
>   Batch insert enabled:       no
> 
> Why are there entry disabled?
> 
>   TLS support:       no
>   Encryption support:       no
> 
> I tried several source code release (2.0.x-2.4.3), looked into
> configure, config.h ecc.. but still far from having the openssl lib
> linked.
> I checked there is no requirement on openssl version, however I'm
> working on 0.9.7a.
> 
> Thanks a lot!
> Massimo
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Bacula-users mailing list
> Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Bacula-users] PKI Encryption, Massimo Schenone <=