Linuxbrew / legacy-linuxbrew

:skull: This repository is defunct, because it has been split into https://github.com/Linuxbrew/brew and https://github.com/Linuxbrew/homebrew-core
http://linuxbrew.sh
Other
2.23k stars 297 forks source link

mongrel2 fails to build #1087

Closed rwhogg closed 8 years ago

rwhogg commented 8 years ago

Message:

/home/bob/.linuxbrew/lib -undefined dynamic_lookup
gcc-5: error: dynamic_lookup: No such file or directory
Makefile:86: recipe for target 'bin/mongrel2' failed
make: *** [bin/mongrel2] Error 1

I've already got a fix for this; I'll submit it after the freeze is over.

rwhogg commented 8 years ago

https://travis-ci.org/Linuxbrew/homebrew-core/builds/126536016#L1262 :

/home/linuxbrew/.linuxbrew/bin/ld: cannot find -lsqlite3

Looks like a missing sqlite dep.