Changes between Initial Version and Version 1 of Ticket #12937
- Timestamp:
- 05/10/12 19:03:26 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12937
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
William Stein
-
Property
Status
changed from
-
Ticket #12937 – Description
initial v1 1 1 On certain systems, e.g., Fedora with libreadline.so.5 systemwide, when building 2 2 sqlite, the sqlite3 binary points to libreadline.so.5. However, Sage ships libreadline.so.6. The fix is trivial -- just define LDFLAGS, as we always should do. (Why we don't in ./install is beyond me...) 3 4 http://wstein.org/patches/sqlite-3.7.5.p1.spkg