Hi, I was trying to link 64 bit libhdfs in my application program but it seems there is an issue with this library. Get the following error: Undefined first referenced symbol in file stderr libhdfs.a(hdfs.o) __errno_location libhdfs.a(hdfs.o) ld: fatal: Symbol referencing errors. No output written to ../../bin/sun86/mapreduce collect2: ld returned 1 exit status
Now I was wondering if this a common error and is there an actual issue with the library or am I getting an error because of an incorrect configuration? I am using the following library: $HOME/hadoop/c++/Linux-amd64-64/lib/libhdfs.a Thanks, Amritanshu