mysql-simple icon indicating copy to clipboard operation
mysql-simple copied to clipboard

cabal install mysql-simple fails

Open dhjdhj opened this issue 10 years ago • 3 comments

Tried to just install from cabal. Amongst the many weapons (I mean errors) were

..... Configuring mysql-0.1.1.6... setup: The program 'mysql_config' is required but it could not be found ..... ..... ..... Building pcre-light-0.4.0.2... Preprocessing library pcre-light-0.4.0.2... Base.hsc:103:10: fatal error: 'pcre.h' file not found

include <pcre.h>

....

dhjdhj avatar Jul 31 '14 20:07 dhjdhj

Fails same way if I pull this source

dhjdhj avatar Jul 31 '14 20:07 dhjdhj

Seems like this can help

sudo apt-get install libmysqlclient-dev

Vozf avatar May 17 '19 11:05 Vozf

I met the same pcre-light install error on Macosx. If you have installed brew, try run brew install pcre or brew upgrade pcre can solve the problem

timerg avatar Jan 15 '20 07:01 timerg