Makefile has some problems in that it places the path to the location of the libhdfs.so, in the name of shared library by passing the path to -soname flag. I have it changed and was wondering who I could send it to, so that it could be patched out. The problem with the Makefile as is, is that any binary that uses the libhdfs.so expects it to be in the path that is passed into the -soname flag. Ideally I should be able to put the libhdfs.so in /usr/local/lib and have any binary pick it up.
Thanks A
