From: Robert v. H. <rh...@cs...> - 2005-03-22 09:06:51
|
Hi all, I am experiencing a problem building HSQL on SuSE 9.2, GHC 6.2.2. I checked out HSQL from cvs, did ./configure --enable-mysql --prefix=/home/robert/soft make install This seemed to go perfectly. Configure told me MySQL: yes PostgreSQL: no SQLite: no ODBC: no which was what I wanted. However, when I do ghci -package hsql, I get: Loading package base ... linking ... done. Loading package hsql ... ghc-6.2.2: can't load .so/.DLL for: c (/usr/lib/libc.so: invalid ELF header) Do you have any idea what might be wrong? Thanks, Robert |