MantisBT - Old ParaView Bugs
View Issue Details
0000406Old ParaView Bugs public2003-11-26 05:342003-12-18 15:10
bitelmadji kamel 
Brad King 
lowmajoralways
assignedopen 
0000406: HP-UX 11.00 & 11.11
Product 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.
No tags attached.
Issue History

Notes
(0000376)
Berk Geveci   
2003-12-18 15:10   
Can we find a newer HP to build on? Otherwise, the solution should go to faq.