I'm getting started with Parsley (parslets.com), an interesting tool to parse data out of webpages.
http://parselets.com/dev/command%5Fline
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:
- I'm using Ubuntu 9.04 64bit
- I downloaded the source
- I ran "sudo ./configure" and installed dependencies (using apt-get) as necessary
- I ran "make install"
- I attempted to run parsley by typing "parsley"
Any ideas? thanks.
- Alex