View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000406Old ParaView Bugs public2003-11-26 05:342003-12-18 15:10
Reporterbitelmadji kamel 
Assigned ToBrad King 
PrioritylowSeveritymajorReproducibilityalways
StatusassignedResolutionopen 
PlatformOSOS Version
Summary0000406: HP-UX 11.00 & 11.11
DescriptionProduct Opengl library installed
Paraview 1.0.4 installed
Level patch opengl, linker and Xserver;

PHSS_28871 :ld(1):linker:tools:
PHSS_29173 :3D:Common:Run:PA2.0:
PHSS_29180 :OpenGL:1.1:Dev:PA2.0:
PHSS_29181 :OpenGL:1.1:Run:PA2.0:
PHSS_29183 :Xserver:

Problem is:
***********
# ./paraview

/usr/lib/dld.sl: Unresolved symbol: strtok_r (code) from /opt/graphics/OpenGL/lib/libHpGL.2

Abort(coredump)


Soluce:
***********
workaround

Activate à variable SHLIB_PATH

# chatr +s enable paraview

export SHLIB_PATH=/usr/lib

Load a library libc_r. this library contains this type of functions _r (strtok_r)

Export variable

# export LD_PRELOAD=/usr/lib/libc_r.sl

#./paraview

bingo.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0000376)
Berk Geveci (administrator)
2003-12-18 15:10

Can we find a newer HP to build on? Otherwise, the solution should go to faq.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team