FS#75802 - readline is not enable in sqlite shell

Attached to Project: Arch Linux
Opened by kiyu (KiYugadgeter) - Sunday, 04 September 2022, 15:46 GMT
Last edited by Toolybird (Toolybird) - Sunday, 04 September 2022, 22:14 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

readline is not enabled in sqlite shell despite readline does exists in dependency list.
It may is able to fix just pass a `--enable-readline` flag to ./configure.
This task depends upon

Closed by  Toolybird (Toolybird)
Sunday, 04 September 2022, 22:14 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Reporter says "It just my misunderstanding"
Comment by Antonio Rojas (arojas) - Sunday, 04 September 2022, 16:00 GMT
What makes you think it isn't?

S readelf -d /bin/sqlite3
[...]
0x0000000000000001 (NEEDED) Shared library: [libreadline.so.8]

Loading...