scfial / hadoop-snappy

Automatically exported from code.google.com/p/hadoop-snappy
Apache License 2.0
0 stars 0 forks source link

where is libsnappy.so.1.0.1 ? #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The second operation of Usage's step 4 is as follows:
ln -s <SNAPPY_LIB_DIR>/libsnappy.so.1.0.1 <HADOOP_HOME>/lib/native/<ARCH>/

However I can't find libsnappy.so.1.0.1 in build directory. So SNAPPY_LIB_DIR 
refer to which directory?

Tks

Liyin Liangly 

Original issue reported on code.google.com by lly.s...@gmail.com on 25 Apr 2011 at 8:10

GoogleCodeExporter commented 8 years ago
Please install snappy at http://code.google.com/p/snappy/.
You will find libsnappy.so.1.0.1 in /usr/local/lib or /usr/lib.
If your platform is mac, libsnappy.so.1.0.1 is read as libsnappy.1.dylib.

Thanks

Issei Yoshida

Original comment by issay...@gmail.com on 3 May 2011 at 11:05