[Paraview] Compiling last cvs: libKWCommon.so: cannot open shared object

2009-01-29 Thread Ricardo Reis


 I've compiled the last cvs version from source.

 PARAVIEW_ENABLE_PYTHON ON

 which sets

 BUILD_SHARED_LIBS ON

 If I run from the compilation directory everything is fine.

 If I run from the CMAKE_INSTALL_PREFIX directory (after doing make 
install) I get this message:


/home/opt/paraview/lib/paraview-3.5/paraview-real: error while loading 
shared libraries: libKWCommon.so: cannot open shared object 
file: No such file or directory


 The install dir is /opt/paraview

 Any ideas?

 Thanks,

 Ricardo Reis

 'Non Serviam'

 PhD student @ Lasef
 Computational Fluid Dynamics, High Performance Computing, Turbulence
 http://www.lasef.ist.utl.pt

 &

 Cultural Instigator @ Rádio Zero
 http://www.radiozero.pt

 http://www.flickr.com/photos/rreis/___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Compiling last cvs: libKWCommon.so: cannot open shared object

2009-01-29 Thread Stefan Melber

Hi Ricardo,

just  switch the VTK_USE_RPATH off - then it should work (for me with 
the version checked out this moring) ...


Best regards,

   Stefan


 I've compiled the last cvs version from source.

 PARAVIEW_ENABLE_PYTHON ON

 which sets

 BUILD_SHARED_LIBS ON

 If I run from the compilation directory everything is fine.

 If I run from the CMAKE_INSTALL_PREFIX directory (after doing make 
install) I get this message:


/home/opt/paraview/lib/paraview-3.5/paraview-real: error while loading 
shared libraries: libKWCommon.so: cannot open shared object file: No 
such file or directory


 The install dir is /opt/paraview

 Any ideas?

 Thanks,

 Ricardo Reis

 'Non Serviam'

 PhD student @ Lasef
 Computational Fluid Dynamics, High Performance Computing, Turbulence
 http://www.lasef.ist.utl.pt

 &

 Cultural Instigator @ Rádio Zero
 http://www.radiozero.pt

 http://www.flickr.com/photos/rreis/


___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview
  


___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Compiling last cvs: libKWCommon.so: cannot open shared object

2009-01-29 Thread Ricardo Reis

On Thu, 29 Jan 2009, Stefan Melber wrote:


Hi Ricardo,

just  switch the VTK_USE_RPATH off - then it should work (for me with the 
version checked out this moring) ...


Forgot to mention, VTK_USE_RPATH was/is OFF

I'm checking out and re-compiling.

Does anyone know why using PYTHON implies SHARED LIBS ?



 Ricardo Reis

 'Non Serviam'

 PhD student @ Lasef
 Computational Fluid Dynamics, High Performance Computing, Turbulence
 http://www.lasef.ist.utl.pt

 &

 Cultural Instigator @ Rádio Zero
 http://www.radiozero.pt

 http://www.flickr.com/photos/rreis/___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Compiling last cvs: libKWCommon.so: cannot open shared object

2009-01-29 Thread Berk Geveci
Ricardo,

This is a bug that got introduced recently. It should be fixed soon
(if not already).

-berk

On Thu, Jan 29, 2009 at 5:28 AM, Ricardo Reis  wrote:
>
>  I've compiled the last cvs version from source.
>
>  PARAVIEW_ENABLE_PYTHON ON
>
>  which sets
>
>  BUILD_SHARED_LIBS ON
>
>  If I run from the compilation directory everything is fine.
>
>  If I run from the CMAKE_INSTALL_PREFIX directory (after doing make install)
> I get this message:
>
> /home/opt/paraview/lib/paraview-3.5/paraview-real: error while loading
> shared libraries: libKWCommon.so: cannot open shared object file: No such
> file or directory
>
>  The install dir is /opt/paraview
>
>  Any ideas?
>
>  Thanks,
>
>  Ricardo Reis
>
>  'Non Serviam'
>
>  PhD student @ Lasef
>  Computational Fluid Dynamics, High Performance Computing, Turbulence
>  http://www.lasef.ist.utl.pt
>
>  &
>
>  Cultural Instigator @ Rádio Zero
>  http://www.radiozero.pt
>
>  http://www.flickr.com/photos/rreis/
> ___
> ParaView mailing list
> ParaView@paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
>
___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Compiling last cvs: libKWCommon.so: cannot open shared object

2009-01-29 Thread Berk Geveci
> Does anyone know why using PYTHON implies SHARED LIBS ?

Because Python modules have to be built as shared libraries if you
want to load them from the standard Python executable.

On Thu, Jan 29, 2009 at 6:50 AM, Ricardo Reis  wrote:
> On Thu, 29 Jan 2009, Stefan Melber wrote:
>
>> Hi Ricardo,
>>
>> just  switch the VTK_USE_RPATH off - then it should work (for me with the
>> version checked out this moring) ...
>
> Forgot to mention, VTK_USE_RPATH was/is OFF
>
> I'm checking out and re-compiling.
>
> Does anyone know why using PYTHON implies SHARED LIBS ?
>
>
>
>  Ricardo Reis
>
>  'Non Serviam'
>
>  PhD student @ Lasef
>  Computational Fluid Dynamics, High Performance Computing, Turbulence
>  http://www.lasef.ist.utl.pt
>
>  &
>
>  Cultural Instigator @ Rádio Zero
>  http://www.radiozero.pt
>
>  http://www.flickr.com/photos/rreis/
> ___
> ParaView mailing list
> ParaView@paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
>
___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Compiling last cvs: libKWCommon.so: cannot open shared object

2009-01-29 Thread Ricardo Reis

On Thu, 29 Jan 2009, Berk Geveci wrote:


Ricardo,

This is a bug that got introduced recently. It should be fixed soon
(if not already).


Thanks Berk, great news :)

best,

 Ricardo Reis

 'Non Serviam'

 PhD student @ Lasef
 Computational Fluid Dynamics, High Performance Computing, Turbulence
 http://www.lasef.ist.utl.pt

 &

 Cultural Instigator @ Rádio Zero
 http://www.radiozero.pt

 http://www.flickr.com/photos/rreis/___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview