[Paraview] Problem with paraview3.0.2 binaries on Fedora7
Sean Ziegeler
seanzig at users.sourceforge.net
Thu Sep 20 11:11:16 EDT 2007
Ahh, that would be SELinux denying access to the shared library. You
should be able to fix it with 'chcon'. Go to your lib/paraview-3.0
directory and do the following:
chcon -t texrel_shlib_t libavutil.so.49
You may have to repeat this for every shared library in the directory,
e.g., *.so.*
-Sean
Raashid Baig wrote:
> I have just downloaded paraview-3.0.2-Linux-x86.tar.gz and tried it
> without success on a machine with Fedora7, the same paraview binaries
> work fine on my Linux Ubuntu machine. Both the machines have same
> hardware Intel Core 2 Duo 1.86, 1GB DDR2 RAM, the error is as follows:
>
> [raashid at rajesh bin]$ ./paraview
> /home/raashid/paraview-3.0.2-Linux-x86/lib/paraview-3.0/paraview-real:
> error while loading shared libraries:
> /home/raashid/paraview-3.0.2-Linux-x86/lib/paraview-3.0/libavutil.so.49:
> cannot restore segment prot after reloc: Permission denied
> [raashid at rajesh bin]$ gdb ./paraview
> GNU gdb Red Hat Linux (6.6-8.fc7rh)
> Copyright (C) 2006 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB. Type "show warranty" for details.
> This GDB was configured as "i386-redhat-linux-gnu"...
> Using host libthread_db library "/lib/libthread_db.so.1".
> (gdb) run
> Starting program: /home/raashid/paraview-3.0.2-Linux-x86/bin/paraview
> /home/raashid/paraview-3.0.2-Linux-x86/lib/paraview-3.0/paraview-real:
> error while loading shared libraries:
> /home/raashid/paraview-3.0.2-Linueloc: Permission denied
>
> Program exited with code 0177.
> (gdb) bt
> No stack.
> (gdb)
>
> Can somebody please tell me what is the issue ?
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
More information about the ParaView
mailing list