It worked swimmingly.  Thank you so much for your help!  I now have everything working for RHEL 64bit.  I am firing off a 32 bit VM right now to make sure everything works fine there as well.   Provided I don't run into many hiccups,  I'll be posting updated patches for opensrf and evergreen very soon.

Thanks,
Lee Dickens

Dan Scott wrote:
On Wed, 2010-03-03 at 11:57 -0500, Lee Dickens wrote:
  
This fixes the issue: AC_CHECK_LIB([readline], [main], [],
AC_MSG_ERROR(*** OpenILS requires libreadline),[-lncurses])

Is this an acceptable solution?
    

Mmm, it's probably better to explicitly add ncurses as a prereq.

Adding:

AC_CHECK_LIB([ncurses], [main])

prior to the readline check should do the trick. Mind testing it out?

  

Equinox will be at the 2010 Public Library Association
Conference in Portland, Oregon, March 23-27.
Please come by and see us in booth #1407!

Reply via email to