You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Phantom <gh...@gmail.com> on 2007/07/06 21:16:12 UTC

Makefile for compiling libhdfs

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

Re: Makefile for compiling libhdfs

Posted by Owen O'Malley <oo...@yahoo-inc.com>.
On Jul 6, 2007, at 12:16 PM, Phantom wrote:

>  I have it changed and was wondering who I could send it to, so  
> that it
> could be patched out.

Please file a jira and follow the guidelines at:

http://wiki.apache.org/lucene-hadoop/HowToContribute