Support and discussions for Molcas and OpenMolcas users and developers
You are not logged in.
Please note: The forum's URL has changed. The new URL is: https://molcasforum.univie.ac.at. Please update your bookmarks!
You can choose an avatar and change the default style by going to "Profile" → "Personality" or "Display".Pages: 1
Dear Openmolcas Support Team,
I have tried to install openmolcas following the command given in manual i.e.
git clone https://gitlab.com/Molcas/OpenMolcas.git
cd OpenMolcas
git submodule update --init External/lapack
cd ..
mkdir build
cd build
cmake ../OpenMolcas
make
During make I faced the following error
/usr/bin/ld: skipping incompatible /lib/libpthread.so.0 when searching for /lib/libpthread.so.0
/usr/bin/ld: cannot find /lib/libpthread.so.0
/usr/bin/ld: cannot find /usr/lib/libpthread_nonshared.a
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/alaska/CMakeFiles/alaska.exe.dir/build.make:94: bin/alaska.exe] Error 1
How to resolve this part ?
Looking forward for your kind reply.
Best
Pijush
Offline
You probably have some broken environment, not related to OpenMolcas. Search for solutions relevant to your distribution, you probably need to install or upgrade some package.
Offline
Dear Ignacio,
Many thanks for the suggestion.
Now the installation was successfully done after upgrade my system.
with regards,
Pijush
Offline
Pages: 1