bug-zebra
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Zebra & OSPF


From: Paul Jakma
Subject: Re: Zebra & OSPF
Date: Thu, 9 Oct 2003 01:36:58 +0100 (IST)

On Wed, 8 Oct 2003, Kunihiro Ishiguro wrote:

> Hei, spec file can't solve comilation problem.

Yes, thats a good point. :)

I think configure.ac in Zebra needs some updating to work with some 
differences between old and newer readlines, eg add the following to 
the "yes" case of ${enable_vtysh}:

         AC_CHECK_LIB(readline, rl_completion_matches)
         if test $ac_cv_lib_readline_rl_completion_matches = no; then
           AC_DEFINE(rl_completion_matches,completion_matches,Old readline)
         fi

I cant remember for sure, but I think there's some additional fixes
to source code that need to be made too for rl_completion_matches
usage. You're probably sick of hearing it by now, but i think patches
were posted to the Zebra list a long ago.

Anyway, probably the easiest thing for Kevin to do with the spec
file, once he gets it from the Quagga tarball, is to compile Quagga
with it, for which vtysh, readline, etc work fine. 

But it shouldnt be at all difficult to compile Zebra RPMs from it
either - it came from Zebra after all :)

regards,
-- 
Paul Jakma      address@hidden  address@hidden  Key ID: 64A2FF6A
        warning: do not ever send email to address@hidden
Fortune:
All other things being equal, a bald man cannot be elected President of
the United States.
                -- Vic Gold




reply via email to

[Prev in Thread] Current Thread [Next in Thread]