Hello dear Florian,
right across the corner at the University of Stuttgart ,-]
On Tuesday 31 October 2006 18:08, Florian Fleissner wrote:
> I sucessfully build and installed OpenMPI on a Debian machine running
> Sarge.
I am not so sure, that the compilation and installation went through 
correctly, You didn't pass any options regarding shared/static compilation, 
however, in the config.log output, the opal/libtltdl the flags 
--disable-shared and --enable-static get passed...

So You probably end up having only static libraries in the 
~/bin/OpenMPI/lib-directory, right?

Could You please untar the openmpi-1.1.2 again and do a VPATH-build into a 
clean (empty) prefix-directory, e.g.:

tar xjf openmpi-1.1.2.tar.bz2
cd openmpi-1.1.2
mkdir COMPILE
cd COMPILE
../configure --prefix=`pwd`/usr

and directly mail me the output of 
config.log
and
ls -al this usr-directory?

Thanks,
Rainer



>   > uname -a
>   > Linux karush 2.6.11-1-686-smp #1 SMP Mon Jun 20 20:18:45 MDT 2005
>
> i686 GNU/Linux
>
> As I am not root, I installed OpenMPI into my home to ~/bin/OpenMPI. I
> added ..../OpenMPI/bin to my PATH and ..../OpenMPI/lib to my
> LD_LIBRARY_PATH.
>
> Unfortunately ompi_info failed, complaining that it cannot find some
> libraries that are obviously installed in ..../OpenMPI/lib/openmpi .
> Although all installation manuals I found only require ..../OpenMPI/lib
> to be added to LD_LIBRARY_PATH, I tried adding the subdirectory
> ..../lib/openmpi to LD_LIBRARY_PATH as well.
> The result is that now the libraries seem to be found but ompi_info
> still complains about the libraries to have "invalid ELF header" (see
> attached output of ompi_info).
>
> Is there anything that I have to configure additionally to make it run?
> Unfortunately I am not familiar with libtool's load mechanism for .la libs.
>
> Thanks for any help in advance.
>
> Yours
> Florian Fleissner

-- 
----------------------------------------------------------------
Dipl.-Inf. Rainer Keller       http://www.hlrs.de/people/keller
 High Performance Computing       Tel: ++49 (0)711-685 6 5858
   Center Stuttgart (HLRS)           Fax: ++49 (0)711-685 6 5832
 POSTAL:Nobelstrasse 19                 email: kel...@hlrs.de     
 ACTUAL:Allmandring 30, R.O.030            AIM:rusraink
 70550 Stuttgart

Reply via email to