CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

Building Paraview, Redhat

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 6, 2009, 20:00
Default Building Paraview, Redhat
  #1
New Member
 
Paul
Join Date: May 2009
Location: Santa Clara, CA
Posts: 9
Rep Power: 16
PaulK is on a distinguished road
Hi,

I am fairly new to Linux and this is my first post on cfd-online.

I cannot build ParaView.

Some relevant information:
Red Hat Enterprise Linux Client release 5 (Tikanga)
x86_64
QMake version 2.01a
Using Qt version 4.3.1 in /usr/local/Trolltech/Qt-4.3.1/lib
mpfr-2.4.1
gmp-4.3.0

I have installed everything manually (not familiar with rpm or apt-get).

Error:
[applied@linux ThirdParty]# buildParaView3.3-cvs
Building ParaView3.3-cvs
MPI support : OFF
Python support : OFF
MESA support : OFF
Source : /home/achuth/OpenFOAM/ThirdParty/ParaView3.3-cvs
Target : /home/achuth/OpenFOAM/ThirdParty/ParaView3.3-cvs/platforms/linux64Gcc
-- Check for working C compiler: /home/achuth/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux64/bin/gcc
-- Check for working C compiler: /home/achuth/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux64/bin/gcc -- broken
CMake Error: The C compiler "/home/achuth/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux64/bin/gcc" is not able to compile a simple test program.
It fails with the following output:
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Entering directory `/home/achuth/OpenFOAM/ThirdParty/ParaView3.3-cvs/platforms/linux64Gcc/CMakeFiles/CMakeTmp'
/home/achuth/OpenFOAM/ThirdParty/cmake-2.4.6/platforms/linux64/bin/cmake -E cmake_progress_report /home/achuth/OpenFOAM/ThirdParty/ParaView3.3-cvs/platforms/linux64Gcc/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.o
/home/achuth/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux64/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/testCCompiler.o -c /home/achuth/OpenFOAM/ThirdParty/ParaView3.3-cvs/platforms/linux64Gcc/CMakeFiles/CMakeTmp/testCCompiler.c
/home/achuth/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux64/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.3.1/cc1: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory
gmake[1]: Leaving directory `/home/achuth/OpenFOAM/ThirdParty/ParaView3.3-cvs/platforms/linux64Gcc/CMakeFiles/CMakeTmp'
gmake[1]: *** [CMakeFiles/cmTryCompileExec.dir/testCCompiler.o] Error 1
gmake: *** [cmTryCompileExec/fast] Error 2


CMake will not be able to correctly generate this project.
-- Configuring done
make: *** No targets specified and no makefile found. Stop.
done

Do I need to download MPFR or GMP in the ThirdParty directory?
[applied@linux ThirdParty]# ls
Allwmake cmake-2.4.6 malloc openmpi-1.2.6 ParMetis-3.1 README
AllwmakeLibccmio gcc-4.3.1 metis-5.0pre2 ParaView3.3-cvs ParMGridGen-1.0 zlib-1.2.3

This is my first foray with Linux.

Thanks,
Paul

Last edited by PaulK; May 7, 2009 at 15:04.
PaulK is offline   Reply With Quote

Old   May 8, 2009, 17:38
Default
  #2
New Member
 
Paul
Join Date: May 2009
Location: Santa Clara, CA
Posts: 9
Rep Power: 16
PaulK is on a distinguished road
>> error while loading shared libraries: libmpfr.so.1: cannot open
>> shared object file: No such file or directory

I understand that this error tells me that the linker cannot find the mpfr dynamic libraries.

[applied@linux ThirdParty]# locate libmpfr.so.1
/home/achuth/mpfr-2.4.1/.libs/libmpfr.so.1
/home/achuth/mpfr-2.4.1/.libs/libmpfr.so.1.2.0
/usr/local/lib/libmpfr.so.1
/usr/local/lib/libmpfr.so.1.2.0

I have tried modifying my LD_LIBRARY_PATH variable in .bashrc and .bash_profile with no luck:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

What am I missing? It clearly has something to do with mpfr, but what else can I check? I can't get past building paraView.

Thanks in advance.
Paul
PaulK is offline   Reply With Quote

Old   May 9, 2009, 11:49
Default
  #3
Senior Member
 
Gijsbert Wierink
Join Date: Mar 2009
Posts: 383
Rep Power: 18
gwierink is on a distinguished road
Hi Paul,

I read you have a x86_64 system. I had a similar problem on Fedora x86_64, because the installer is looking for some library in /usr/local/lib/. But since you have a 64 bit system it might be located in usr/local/lib64 (or the other way around). Copying the library file or making a symbolic link with
Code:
ln -s  /usr/local/lib/libmpfr.so.1  /usr/local/lib64/libmpfr.so.1
or some similar trick.
Hope this is of any help.

Regards,

Gijsbert
gwierink is offline   Reply With Quote

Old   May 9, 2009, 20:20
Default
  #4
New Member
 
Paul
Join Date: May 2009
Location: Santa Clara, CA
Posts: 9
Rep Power: 16
PaulK is on a distinguished road
Thanks for your response, Gijsbert.

I tried your advice but it did not work. I created additional links to the other libmpfr.so files as well.

Here are my library directories:

/usr/local/lib --
libgmp.a libgmp.so libgmp.so.3.5.0 libmpfr.la libmpfr.so.1
libgmp.la libgmp.so.3 libmpfr.a libmpfr.so libmpfr.so.1.2.0

/usr/local/lib64 --
libmpfr.so libmpfr.so.1 libmpfr.so.1.2.0

I still get the same error.

Paul
PaulK is offline   Reply With Quote

Old   May 10, 2009, 03:05
Default
  #5
Senior Member
 
Gijsbert Wierink
Join Date: Mar 2009
Posts: 383
Rep Power: 18
gwierink is on a distinguished road
Hmm, ok. I read on some blog that it may be a problem that the libraries are in /usr/local/lib... and not in /usr/lib...:

Quote:
linked '/usr/local/lib/libmpfr.so.1' and '/usr/local/lib/libgmp.so.3' to the '/usr/lib' directory
Maybe that's an idea?

Cheers, Gijsbert
gwierink is offline   Reply With Quote

Old   May 14, 2009, 13:15
Default
  #6
New Member
 
Paul
Join Date: May 2009
Location: Santa Clara, CA
Posts: 9
Rep Power: 16
PaulK is on a distinguished road
After linking libraries, I get a different error:
-
/home/achuth/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux64/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.3.1/cc1: error while loading shared libraries: libmpfr.so.1: wrong ELF class: ELFCLASS32
-

I see that it is related to a 32-bit / 64-bit library confusion.
-
[applied@linux ThirdParty]# locate libmpfr.so.1
/home/achuth/mpfr-2.4.1/.libs/libmpfr.so.1
/home/achuth/mpfr-2.4.1/.libs/libmpfr.so.1.2.0
/usr/lib/libmpfr.so.1
/usr/lib64/libmpfr.so.1
/usr/local/lib/libmpfr.so.1
/usr/local/lib/libmpfr.so.1.2.0
/usr/local/lib64/libmpfr.so.1
/usr/local/lib64/libmpfr.so.1.2.0
-
I also note that when I type echo $LD_LIBRARY_PATH, I get that it is an undefined variable. It is, however, defined when I echo $LD_LIBRARY_PATH as a regular user. Note that for the build paraview step, I need to log in as a super-user.

I am still confused by this. I have seen some similar issues online but can't get past this build process.

I can locate libmpfr.so.1 but cc1 cannot find it in the build process (this might help):

[applied@linux ThirdParty]$ ldd -v /home/achuth/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux64/libexec/gcc/x86_64-unknown-linux-gnu/4.3.1/cc1
libmpfr.so.1 => not found
libgmp.so.3 => /usr/lib64/libgmp.so.3 (0x0000003395000000)
libc.so.6 => /lib64/libc.so.6 (0x0000003382200000)
...

As seen above, I can locate libmpfr.so.1. What is going on?

Thanks in advance.

Last edited by PaulK; May 14, 2009 at 21:16.
PaulK is offline   Reply With Quote

Old   October 12, 2009, 13:01
Default builParaView3.3-cvs got following error
  #7
New Member
 
Nirmal
Join Date: Jun 2009
Posts: 13
Rep Power: 16
nirmalrishi is on a distinguished road
Hi,

When I tried to run buildParaView3.3-cvs after rmoving platforms directory, i got the following messages.

[ 52%] [ 52%] Building CXX object Utilities/VTKClientServer/Graphics/CMakeFiles/vtkGraphicsCS.dir/vtkWindowedSincPolyDataFilterClientServer.o
Building CXX object Utilities/VTKClientServer/Graphics/CMakeFiles/vtkGraphicsCS.dir/vtkGraphicsCSInit.o
Linking CXX shared library ../../../bin/libvtkGraphicsCS.so
[ 52%] Built target vtkGraphicsCS
make: *** [all] Error 2
done



please let me know, how can i avoid this and complete the installation?
nirmalrishi is offline   Reply With Quote

Reply

Tags
installation, paraview, redhat


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Building paraview neilm OpenFOAM Installation 8 October 12, 2009 13:03
Compilation error OF1.5-dev on Suse10.3 darenyang OpenFOAM Installation 0 April 29, 2009 04:55
Error building DICOMAppHelper during ParaView compilation geoffjay OpenFOAM Installation 1 May 7, 2008 13:07
[OpenFOAM] Both paraview and paraFoam crash on Redhat Linux WS v4 64bit sek ParaView 4 August 17, 2006 16:26
[OpenFOAM] Building Paraview with reader builtin instead of parafoam script tj22 ParaView 2 April 7, 2006 12:55


All times are GMT -4. The time now is 04:08.