Displaying 1 result from an estimated 1 matches for "path_to_libedit".
2005 Sep 02
1
(4.2p1) Missing -R<path_to_libedit>/lib
...h-rpath
and
--with-libedit=/path/to/libedit
the -R options for libedit are NOT added in linking although
that for zlib and OpenSSL are correctly done.
This problem can be easily avoided by editing
openssh-4.2p1/Makefile after executing the configure script.
This means that you should add -R<path_to_libedit>/lib to
LDFLAGS.
I attach the patch configure.ac.diff, which does the
following:
* replace -I$withval/include with -I${withval}/include
* improve the output of "% ./configure --help"
as well as does fix the problem mentioned above.
penitence: I should have checked the daily...