ericmckean / google-url

Automatically exported from code.google.com/p/google-url
Other
0 stars 0 forks source link

cannot open shared object file "libgoogleurl.so" #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. the same steps mentioned in "HowToBuildGoogleUrlWithLinux". 
2. from python interactive shell: import gurl

What is the expected output? What do you see instead?
Expected:
The shared object should be deployed in the standard directory e.g. /usr/lib

Instead:
"ImportError: libgoogleurl.so cannot open shared object file: No such file or 
directory"

In this case, the shared object should be deployed manually.

What version of the product are you using? On what operating system?
google-url (SVN/trunk)
python-google-url (SVN/trunk)
linux Ubuntu 2.6.32-21 (I tried the same in CentOS5 also)
gcc/g++ 4.4
python 2.6
libboost 1.40
scons 1.2
svn 1.6.6

Original issue reported on code.google.com by saleh...@gmail.com on 10 Jul 2010 at 7:20

GoogleCodeExporter commented 9 years ago
You're following the directions on http://code.google.com/p/python-google-url 
which is somebody else's instructions and totally unrelated to what's here. 
Plus, this instructions are build instructions. If you want the library to go 
somewhere, you should just put it there.

Original comment by bre...@gmail.com on 10 Jul 2010 at 7:30