maccman / bowline

Ruby/JS GUI and Binding framework (deprecated)

Home Page:http://bowlineapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't run Bowline-Desktop

gsfraley opened this issue · comments

After ./script/run downloads and installs bowline-desktop, it exits with this error:

/home/gregf/.bowline/bowline-desktop: error while loading shared libraries: libwebkit-1.0.so.2: cannot open shared object file: No such file or directory

I have installed libwebkit-dev, and it is definitely in my path. I'm running Ubuntu 10.10 x64. Any help?

Same issue.

mario@mario-laptop:~/Escritorio/helloworld script/run
/home/mario/.bowline/bowline-desktop: error while loading shared libraries: libwebkit-1.0.so.2: cannot open shared object file: No such file or directory

mario@mario-laptop:~/Escritorio/helloworld locate libwebkit-1.0.so.2
/usr/lib/libwebkit-1.0.so.2
/usr/lib/libwebkit-1.0.so.2.17.7

I'm at Ubuntu 10.10, 64 bits.

same prob here, seems to be a 64bit issue

Any solution please