Uwe,

I installed yum install readline-devel

The did: 
# rpm -q readline-devel
readline-devel-6.0-4.el6.x86_64

Then ran ./configure without  these two switches --disable-conio 
--with-readline.
In the output I saw

Bacula conio support:     yes -ltinfo
readline support:         no

I then ran ./configure with --disable-conio --with-readline
In the output I saw:

Bacula conio support:     no -lreadline -lhistory -ltinfo
readline support:         yes

So looks like I will need the "--disable-conio --with-readline" switches in the 
configure to enable readline right??

Thank you.
Uthra



-----Original Message-----
From: Uwe Schuerkamp [mailto:uwe.schuerk...@nionex.net] 
Sent: Wednesday, August 08, 2012 9:27 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 12:49:42PM -0500, Rao, Uthra R. (GSFC-672.0)[ADNET 
SYSTEMS INC] wrote:
> Uwe,
> 
> I installed  #yum install readline-devel and then ran ./configure as follows:
> 

Hello,

if you installed using 

#yum install readline-devel 

literally all you did was paste a comment into your shell ;-) 

This would explain why configure still fails to pick up the dev libraries. 

type 

yum install readline-devel

as root, then verify by 

rpm -q readline-devel 

and run configure again. 

All the best, Uwe 

-- 

NIONEX --- Ein Unternehmen der Bertelsmann AG



------------------------------------------------------------------------------
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