Ticket #4878 (closed bug: fixed)
Bindist build tools assume libffi.so.5 availability
Description
To be able to install the generic i386 Linux binary distribution, I had to do this little trick before doing the 'configure && make install':
cp libffi/dist-install/build/libHSffi-ghc7.0.1.so libffi/libffi.so.5
export LD_LIBRARY_PATH=$(pwd)/libffi/
This was because my up-to-date Slackware 13.1 ships with libffi.so.4 and some of the installation tools in above mentioned package have been linked against libffi.so.5.
Change History
Note: See
TracTickets for help on using
tickets.
