Uwe,

I installed  #yum install readline-devel and then ran ./configure as follows:

./configure \
--prefix=/usr/local/bacula-5.2.10 \
--enable-smartalloc \
--with-postgresql \
--with-dump-email=uthra.r....@nasa.gov \
--with-job-email=uthra.r....@nasa.gov \
--with-smtp-host=mailhost.gsfc.nasa.gov \
--enable-bat \
--with-tcp-wrappers=/lib64 \
--with-working-dir=/var/bacula/working


Configure completed without any error but in the output I noticed the following:

Bacula conio support:     yes -ltinfo
readline support:         no

looks like I  still have to enable readline during configure for this to work??

--disable-conio --with-readline

Please see attached the output of the configure I ran.

Thank you.
Uthra



-----Original Message-----
From: Uwe Schuerkamp [mailto:uwe.schuerk...@nionex.net] 
Sent: Tuesday, August 07, 2012 9:28 AM
To: Rao, Uthra R. (GSFC-672.0)[ADNET SYSTEMS INC]
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] bacula 5.2.10 upgrade question

On Tue, Aug 07, 2012 at 08:15:45AM -0500, Rao, Uthra R. (GSFC-672.0)[ADNET 
SYSTEMS INC] wrote:
> Uwe,
> 
> Thank you for your email.
> 
> 1) On my system I checked for readline-devel:
> 
> # rpm -qa | grep readline
> readline-6.0-3.el6.x86_64
> compat-readline5-5.2-17.1.el6.x86_64
> 
> So, should I install "yum install readline-devel"  before I configure new 
> version of bacula??
> 
> 

Hello Uthra, 

yep, doing a 

yum install readline-devel

followed by another "configure" run should enable bacula's build script to pick 
up the development libraries & header files. You can also check configure's 
output for something like "checking for readline..." to see if it's worked. 
 

All the best, Uwe
--
NIONEX --- Ein Unternehmen der Bertelsmann AG


Bacula 5.2.10 configure output:


Configuration on Tue Aug  7 13:32:51 EDT 2012:

   Host:                     x86_64-unknown-linux-gnu -- redhat Enterprise 
release
   Bacula version:           Bacula 5.2.10 (28 June 2012)
   Source code location:     .
   Install binaries:         /usr/local/bacula-5.2.10/sbin
   Install libraries:        /usr/local/bacula-5.2.10/lib
   Install config files:     /usr/local/bacula-5.2.10/etc
   Scripts directory:        /usr/local/bacula-5.2.10/etc
   Archive directory:        /tmp
   Working directory:        /var/bacula/working
   PID directory:            /var/run
   Subsys directory:         /var/run/subsys
   Man directory:            ${datarootdir}/man
   Data directory:           /usr/local/bacula-5.2.10/share
   Plugin directory:         /usr/local/bacula-5.2.10/lib
   C Compiler:               gcc 4.4.6
   C++ Compiler:             /usr/bin/g++ 4.4.6
   Compiler flags:            -g -O2 -Wall -fno-strict-aliasing -fno-exceptions 
-fno-rtti
   Linker flags:
   Libraries:                -lpthread -ldl -ldl
   Statically Linked Tools:  no
   Statically Linked FD:     no
   Statically Linked SD:     no
   Statically Linked DIR:    no
   Statically Linked CONS:   no
   Database backends:        PostgreSQL
   Database port:
   Database name:            bacula
   Database user:            bacula

   Job Output Email:         uthra.r....@nasa.gov
   Traceback Email:          uthra.r....@nasa.gov
   SMTP Host Address:        mailhost.gsfc.nasa.gov

   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:

   Large file support:       yes
   Bacula conio support:     yes -ltinfo
   readline support:         no
   TCP Wrappers support:     yes -lwrap
   TLS support:              no
   Encryption support:       no
   ZLIB support:             yes
   LZO support:              no
   enable-smartalloc:        yes
   enable-lockmgr:           no
   bat support:              yes
   enable-gnome:             no
   enable-bwx-console:       no
   enable-tray-monitor:      no
   client-only:              no
   build-dird:               yes
   build-stored:             yes
   Plugin support:           yes
   AFS support:              no
   ACL support:              no
   XATTR support:            yes
   Python support:           no
   systemd support:          no
   Batch insert enabled:     PostgreSQL

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to