Opened 15 years ago
Closed 14 years ago
#5954 closed bug (fixed)
Sftp runtime_loader error with libedit
Reported by: | Karvjorm | Owned by: | scottmc |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/Development |
Keywords: | sftp libedit runtime_loader | Cc: | Karvjorm |
Blocked By: | Blocking: | ||
Platform: | All |
Description
When you call sftp from a console window for example: "sftp --help", you will get the following error message: "runtime_loader: Cannot open file libedit.so.0: No such file or directory".
Change History (5)
comment:1 by , 15 years ago
Version: | R1/alpha1 → R1/Development |
---|
comment:2 by , 15 years ago
Apparently the new version of libedit in haikuports also builds a shared library where the older one only built a static version. openssh can be rebuilt against the older one or libedit could be added as a package or ...
comment:3 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
comment:4 by , 15 years ago
I think the best solution would be to link libedit statically, like other apps are already doing (IIRC our ftp does that, too).
Note:
See TracTickets
for help on using tickets.
I confirm it is present in r1a2 branch, rev 36769, gcc2hybrid.