halive icon indicating copy to clipboard operation
halive copied to clipboard

Halive Can't Find Shared Libraries

Open steveshogren opened this issue 8 years ago • 6 comments

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?

steveshogren avatar Feb 24 '17 12:02 steveshogren

@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 :)

schell avatar Feb 24 '17 17:02 schell

Will check this out today, thanks!!

lukexi avatar Feb 24 '17 17:02 lukexi

Sorry, I edited my previous comment instead of adding a new one.

schell avatar Feb 24 '17 17:02 schell

OK, uploaded 0.1.3, will test as soon as caches update!

lukexi avatar Feb 24 '17 18:02 lukexi

Hm, that doesn't seem to do it yet. Will investigate more later today!

lukexi avatar Feb 24 '17 19:02 lukexi

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.

not-much-io avatar Nov 19 '17 17:11 not-much-io