Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
ParaView
ParaView
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 2,003
    • Issues 2,003
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 58
    • Merge Requests 58
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ParaView
  • ParaViewParaView
  • Issues
  • #19468

Closed
Open
Opened Nov 14, 2019 by Charles Gueunet@charles.gueunet
  • Report abuse
  • New issue
Report abuse New issue

Shared library error when building external plugin

I am trying to build an external plugin using an installed ParaView master (00074fbc). This paraview is installed in my home folder (not in /usr/local). During the build of the plugin, I have the following error:

/home/charles/Software/install/paraview/bin/vtkWrapHierarchy-pv5.7: error while loading shared libraries: libvtkWrappingTools-pv5.7.so.1: cannot open shared object file: No such file or directory

Adding the .../install/paraview/lib/ folder in my LD_LIBRARY_PATH solve the issue.

I think the rpath of the vtkWrapHierarchy executable is broken when installing ParaView:

$ ldd install/paraview/bin/vtkWrapHierarchy-pv5.7
        linux-vdso.so.1 (0x00007fff07071000)
        libc.so.6 => /usr/lib/libc.so.6 (0x000014ba9bd5a000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x000014ba9bf63000)
        libvtkWrappingTools-pv5.7.so.1 => not found

@mwestphal @ben.boeckel

Edited Nov 14, 2019 by Charles Gueunet
Assignee
Assign to
5.8 (Winter 2020)
Milestone
5.8 (Winter 2020)
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: paraview/paraview#19468