bugzilla-daemon at natsu.mindrot.org
2013-Nov-21 23:25 UTC
[Bug 2173] New: configure fails to find libedit in non-standard location
https://bugzilla.mindrot.org/show_bug.cgi?id=2173 Bug ID: 2173 Summary: configure fails to find libedit in non-standard location Product: Portable OpenSSH Version: 6.2p1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: Build system Assignee: unassigned-bugs at mindrot.org Reporter: serge+bugzilla.mindrot.org at vdboom.org Created attachment 2376 --> https://bugzilla.mindrot.org/attachment.cgi?id=2376&action=edit Patch to have configure include '-L' linking parameters for libedit. Note: this bug is for version 6.4p1, which is not listed in the version choices in Bugzilla. When building OpenSSH with a libedit which is not located in a standard location, 'configure --with-libedit' fails to pick it up. The reason is that it uses 'pkg-config --libs-only-l libedit', instead of 'pkg-config --libs libedit', which causes the '-L/path/to/libedit' to be omitted. A patch is attached. -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at natsu.mindrot.org
2013-Nov-22 18:01 UTC
[Bug 2173] configure fails to find libedit in non-standard location
https://bugzilla.mindrot.org/show_bug.cgi?id=2173 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at zip.com.au Blocks| |2130 --- Comment #1 from Darren Tucker <dtucker at zip.com.au> --- add to the to-do list for 6.5p1 (In reply to Serge van den Boom from comment #0)> Note: this bug is for version 6.4p1, which is not listed in the > version choices in Bugzilla.fixed. thanks. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at natsu.mindrot.org
2013-Nov-22 18:01 UTC
[Bug 2173] configure fails to find libedit in non-standard location
https://bugzilla.mindrot.org/show_bug.cgi?id=2173 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|6.2p1 |6.4p1 -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2013-Dec-04 23:55 UTC
[Bug 2173] configure fails to find libedit in non-standard location
https://bugzilla.mindrot.org/show_bug.cgi?id=2173 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2376|0 |1 is patch| | Attachment #2376|application/octet-stream |text/plain mime type| | -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2013-Dec-05 00:01 UTC
[Bug 2173] configure fails to find libedit in non-standard location
https://bugzilla.mindrot.org/show_bug.cgi?id=2173 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Darren Tucker <dtucker at zip.com.au> --- patch applied, thanks. it will be in 6.5p1. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2015-Aug-11 13:04 UTC
[Bug 2173] configure fails to find libedit in non-standard location
https://bugzilla.mindrot.org/show_bug.cgi?id=2173 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Damien Miller <djm at mindrot.org> --- Set all RESOLVED bugs to CLOSED with release of OpenSSH 7.1 -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.