Mailing List Archive

vtysh cannot find libreadline
I am trying to "./configure ... --enable-vtysh" up-to-the-minute
Quagga sources, and it cannot find libreadline, which is installed in
/usr/pkg/lib/. I've tried both "./configure LIBS=-L/usr/pkg/lib ..."
and "./configure LDFLAGS=-L/usr/pkg/lib ...". No luck. What is the
magic incantation?

BTW, I will be sending some patches soon which facilitate the instructions
in quagga/INSTALL, "Compiling For Multiple Architectures."

Dave

--
David Young OJC Technologies
dyoung@ojctech.com Urbana, IL * (217) 278-3933
Re: vtysh cannot find libreadline [ In reply to ]
For coda (also wants readline) I use:

LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib" CFLAGS="-I/usr/pkg/include" \
CXXFLAGS="-I/usr/pkg/include" ./configure ....

There is a quagga-devel pkg in pkgsrc-wip. It is from december but it
should be easy to update the date and build. I realize that is
perhaps not what you want.

I have not used vtysh myself.

--
Greg Troxel <gdt@ir.bbn.com>