Re: Phix, IUP issues - FIXED
- Posted by ChrisB (moderator) Jan 20, 2022
- 1529 views
Fixed!
I initially put the unpacked .so s (herein referred to as libs) in /usr/lib64, because that's where the tecgraf install program put them. There was also a link to /lib64.
Ignore those - phix can't find them there.
I added symlinks in /usr/lib/iuplib.so => /lib64/iuplib.so where iuplib.so points to the real file in /lib64/iuplib.so.
Imagine my surprise and smile when a window with stuff on it popped up.
I think I've had this issue before with other dynamic linked libraries, kind of staring me in the face!
Cheers
Chris
edit - with most of them .... iupglcontrols - all opengl functions .... is having .... problems!