installation HDBC-SQlite3 Haskell
Posted
by snorlaks
on Stack Overflow
See other posts from Stack Overflow
or by snorlaks
Published on 2010-05-08T21:41:08Z
Indexed on
2010/05/08
21:48 UTC
Read the original article
Hit count: 293
Hello,
Im facing the problem during installation :
setup configure
Configuring HDBC-sqlite3-2.3.0.0... setup: Missing dependency on a foreign library: * Missing C library: sqlite3 This problem can usually be solved by installing the system package that provides this library (you may need the "-dev" version). If the library is already installed but in a non-standard location then you can use the flags --extra-include-dirs= and --extra-lib-dirs= to specify where it is.
what should I do ?
thanks for any help
© Stack Overflow or respective owner