LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Vishal Sahay (vsahay_at_[hidden])
Date: 2004-03-09 20:05:11


Ritesh --

A few things to clarify and check here:

- In the --with-blcr switch of configure you need to specify where you
  have installed the BLCR package. That means, for example, if I have BLCR
  installed in /usr/local/blcr with subdirs as /usr/local/blcr/bin,
  /usr/local/blcr/lib and so on, then I need to specify
  "--with-blcr=/usr/local/blcr" (that is the top level dir)

- In your LD_LIBRARY_PATH, you would then need to specify
  "/usr/local/blcr/lib" (sticking with the previous example) - that is the
  dir where you have the shared library libcr.so.0.

- You would need to make changes in your LD_LIBRARY_PATH *before* lamboot,
  so that the environment can be propagated to the LAM environment
  properly.

Hope this helps!

-Vishal

On Wed, 10 Mar 2004, Ritesh Tiwari wrote:

#
# Hello,
# I have tested LAM/MPI and BLCR seperately, both are working fine. But now
# when i have installed LAM/MPI after installing BLCR, i am getting
# following error in executing any single command of LAM/MPI:
#
# [root_at_wt root]#laminfo
# laminfo: error while loading shared libraries: libcr.so.0: cannot open
# shared object file: No such file or directory
#
# Previosly, by default BLCR was installed in /usr/local/lib/blcr. Which
# contain just a single directory of 2.4.18-14.
#
# So i gave --with-blcr=/usr/local/lib/blcr while configuring the lam/mpi.
# And in .bash_profile i have added following line:
#
# LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/blcr/
# export LD_LIBRARY_PATH
#
# I guess i have done nothing wrong. Even i have copied /usr/local/lib
# directory which contains lib* files in /usr/local/blcr/ but stil same
# error is coming.
#
# Installing lam/mpi again and again is pretty annoying as it takes
# resonable time.
#
# Please help me out..........
#
# Thanks
#
# _______________________________________________
# This list is archived at http://www.lam-mpi.org/MailArchives/lam/
#