akhenakh / gozim

A Go native implementation for ZIM files
MIT License
204 stars 35 forks source link

Gozim on on raspberry pi modèle B+ #19

Closed mikamboo closed 8 years ago

mikamboo commented 8 years ago

Hello @akhenakh ,

Thanks for this great project that i recently discovered !

I try to run Gozim on my Raspberry Pi (fresh install of Raspbian 7 wheezy) but I get this error :

gozimhttpd: error while loading shared libraries: libleveldb.so.1: cannot open shared object file: No such file or directory

So, I'm trying to find a way to install libleveldb on my RPI, any suggestion ?

mikamboo commented 8 years ago

Found !!!

I follwed this really simple tutorial : http://techoverflow.net/blog/2012/12/14/compiling-installing-leveldb-on-linux/

That worked perfectly !

akhenakh commented 8 years ago

Happy you found it

xthursdayx commented 4 years ago

@mikamboo I'm having the exact same problem as you, but unfortunately I didn't really understand that tutorial you linked. Could you tell me what you did to install libleveldb? Thanks in advance.

mikamboo commented 4 years ago

Hi @xthursdayx !

This issue is so old, i don't remeber all, but if you see the tutorial link, there is this link that explains Compiling & Installing LevelDB on Linux.

xthursdayx commented 4 years ago

Yeah, thanks. I looked at that link but found it confusing. Thanks for following up anyway though!