maccman / bowline

Ruby/JS GUI and Binding framework (deprecated)
http://bowlineapp.com
MIT License
637 stars 32 forks source link

Can't run Bowline-Desktop #24

Open gsfraley opened 13 years ago

gsfraley commented 13 years ago

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?

mariozaizar commented 13 years ago

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.

marcusg commented 13 years ago

same prob here, seems to be a 64bit issue

shamithc commented 13 years ago

Any solution please