[Bigjob-users] [saga-users] Installing SAGA MapReduce

Andre Merzky andre at merzky.net
Sun Dec 11 18:52:16 CST 2011


Hi Murali,

the LD_LIBRARY_PATH variable is a list of directories which are searched for
libraries.  Thus, you should add the directory which contains
libsaga_mapreduce.so
to that variable (use a colon as delimiter).  Like:

  export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/MapReduce.2009/source/mapreduce

or similar.

Cheers, Andre.


On Sat, Dec 10, 2011 at 11:25 PM, Muralidhar Chouhan
<cmural1 at tigers.lsu.edu> wrote:
> Hi,
>
> I am trying to run a MapReduce example 'wordcount'. I have checked out
> SAGA-MapReduce from the SVN repository. My question is how do i set my
> environment to  import MapReduce library.How do i set LD_LIBRARY_PATH to
> import the same.I am using CSA installation of SAGA. I have my export
> statements specified below.
>
> svn co
> https://svn.cct.lsu.edu/repos/saga-projects/applications/MapReduce/branches/MapReduce.2009
>
> export SAGA_LOCATION=/N/soft/SAGA/saga/1.6/gcc-4.1.2/
> export
> LD_LIBRARY_PATH=:/N/soft/SAGA/external/python/2.7.1/gcc-4.1.2//lib/:/N/soft/SAGA/external/boost/1.44.0/gcc-4.1.2//lib/::/N/soft/SAGA/external/postgresql/9.0.2/gcc-4.1.2//lib/::/N/soft/SAGA/external/sqlite3/3.6.13/gcc-4.1.2//lib/::/N/soft/SAGA/saga/1.6/gcc-4.1.2//lib/:$LD_LIBRARY_PATH
> export PATH=/N/soft/SAGA/saga/1.6/gcc-4.1.2//bin:$PATH
>
> Please help.
>
> -Murali
>
> _______________________________________________
> saga-users mailing list
> saga-users at cct.lsu.edu
> https://mail.cct.lsu.edu/mailman/listinfo/saga-users
>



-- 
Nothing is ever easy...


More information about the Bigjob-users mailing list