halive
halive copied to clipboard
Halive Can't Find Shared Libraries
Fresh project, using stack. Tiny scotty app. I install halive and run it stack install halive and halive src/Main.hs and I get the following:
halive: error while loading shared libraries: libHShalive-0.1.2-Ky2u3hrsJP5HmZWlprED0o-ghc8.0.2.so: cannot open shared object file: No such file or directory
Any thoughts? Maybe I need to run stack as sudo?
@lukexi I ran into this this morning as well 👀 . @steveshogren You can fix this by following the steps I laid out in #23 . @lukexi - I think pushing the latest to (h|st)ackage will do the trick :)
Will check this out today, thanks!!
Sorry, I edited my previous comment instead of adding a new one.
OK, uploaded 0.1.3, will test as soon as caches update!
Hm, that doesn't seem to do it yet. Will investigate more later today!
Am having the same issue and am unable to get around it.
Tried all versions from 0.1.1, 0.1.2, 0.1.3 and latest commit.