I use python in fedora 19. I wanted to run the following line Python: import shapely.geometry the following error appears:
OSError: C
I had the same problem, and to solve it, you need to add the lib path to ld.so.conf file.
To do this, Open the file:
sudo vi /etc/ld.so.conf
add this line
/usr/local/lib
And then
sudo /sbin/ldconfig