[augeas-devel] ./configure problem

Kent Tenney ktenney at gmail.com
Fri Apr 18 16:02:51 UTC 2008


>  I'd love to see and hear what it takes to make Augeas work on Ubuntu -

sudo apt-get install libreadline5-dev

make = ok
sudo make intstall = ok

$augtool
error loading libaugeas.so.0
$sudo ln -s /usr/local/lib/libaugeas.so.0 /usr/lib
$augtool
error loading libfa.so.0
$sudo ln -s /usr/local/lib/libfa.so.0 /usr/lib
$augtool
augtool>

:-]



On Fri, Apr 18, 2008 at 10:35 AM, David Lutterkort <dlutter at redhat.com> wrote:
>
>  On Fri, 2008-04-18 at 09:40 -0500, Kent Tenney wrote:
>  > Howdy,
>  >
>  > running ./configure in augeas-0.0.8, Ubuntu 7.10 gives
>  >
>  > configure: error: Could not find a working readline library
>
>  Yes, as Pablo suggests, you need to have readline-devel (not sure what
>  the equivalent on Ubuntu is, basically the header files and libraries to
>  build against readline) The other option is to fix the code to make
>  readline optional, but that's a little more work.
>
>  I'd love to see and hear what it takes to make Augeas work on Ubuntu -
>  so far I've only built it on Fedora and RHEL.
>
>  David
>
>
>
>
>  _______________________________________________
>  augeas-devel mailing list
>  augeas-devel at redhat.com
>  https://www.redhat.com/mailman/listinfo/augeas-devel
>




More information about the augeas-devel mailing list