LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   missing libmpich.so.1.1 (https://www.linuxquestions.org/questions/linux-software-2/missing-libmpich-so-1-1-a-919890/)

mohamed makhyoun 12-21-2011 03:35 PM

missing libmpich.so.1.1
 
Dear All:

System opensuse ver.11.3

Running a software that utilizing mpich2 .I get the error

"missing shared libmpich.so.1.1" .Although I have compiled

mpich2 in my computer demanding shared libraries. ?

From where I can get this library?

Mohamed Makhyoun

Note: I used: export LD_LIBRARY_PATH=/home/mohamed/mpich2/lib

knudfl 12-21-2011 05:13 PM

Welcome to LQ.
Quote:

missing shared libmpich.so.1.1
'libmpich.so.1.1' : mpich2 version 1.0.8

cd mpich2-1.08/ && ./configure --enable-sharedlibs=gcc
( Please read "./configure --help" ).

Example source : mpich2-1.0.8-13.1.src.rpm
ftp://ftp.pbone.net/mirror/ftp5.gwdg...8-13.1.src.rpm

Or mpich2-1.0.8.tar.gz
http://www.mcs.anl.gov/research/proj...2-1.0.8.tar.gz

..

John VV 12-21-2011 06:50 PM

OpenSUSE 11.3 will hit END OF LIFE this Feb. in 2 ( two) months

It is advised that you install 11.4 OR better yet 12.1

THEN worry about libmpich.so.1.1

on OpenSUSE mipch is in the base repo

install it
Code:

su -
zypper se mpich
--- from that list install ---
zypper in mpich mpich-devel

for information about it see
Code:

su -
zypper info mpich



All times are GMT -5. The time now is 08:57 PM.