Opened 14 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 luroh, 14 years ago

Version: R1/alpha1R1/Development

I confirm it is present in r1a2 branch, rev 36769, gcc2hybrid.

comment:2 by augiedoggie, 14 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 scottmc, 14 years ago

Owner: changed from nobody to scottmc
Status: newin-progress

comment:4 by axeld, 14 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).

comment:5 by scottmc, 14 years ago

Resolution: fixed
Status: in-progressclosed

Fixed in hrev37119

Note: See TracTickets for help on using tickets.