lukexi / halive

Live recompiler for Haskell
BSD 2-Clause "Simplified" License
263 stars 18 forks source link

Halive Can't Find Shared Libraries #24

Open steveshogren opened 7 years ago

steveshogren commented 7 years ago

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?

schell commented 7 years ago

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

lukexi commented 7 years ago

Will check this out today, thanks!!

schell commented 7 years ago

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

lukexi commented 7 years ago

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

lukexi commented 7 years ago

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

not-much-io commented 6 years ago

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.