I'm getting started with Parsley (parslets.com), an interesting tool to parse data out of webpages.
http://parselets.com/dev/command_line
I've downloaded the source, built it, and now I'm unable to run it:
parsley: error while loading shared libraries: libparsley.so.0: cannot open shared object file: No such file or directory
I'm a bit of a *nix newbie, so I'm stuck on this.. here is what I did:
Any ideas? thanks.
The problem seems to have gone away, or at least I can't say I did anything to fix it but it no longer happens. My only guess (grasping at straws) is that when I installed the suggested updates for Ubuntu yesterday something changed or got fixed that affected this.
Update: It turns out, I needed to run:
sudo ldconfig
What must have happened is updating my system ran that for me.