
29 Mar
2010
29 Mar
'10
3:49 p.m.
I encountered a problem compiling yi on Fedora Linux 13 (prerelease): when the terminfo package was loaded by ghci, it attempted to load the native library /usr/lib/libncursesw.so. However, that file has recently been changed from a symbolic link to a library, into a plain text file, as explained here in the response to my Fedora bug report: https://bugzilla.redhat.com/show_bug.cgi?id=578509 The response suggests that ghci should instead try to load the versioned link libncursesw.so.5 (which happens to be in /lib in Fedora, incidentally). Is this something that could be changed by the terminfo package, or would there have to be a change made to ghci? -- Robin