Re: IUP and Linux
- Posted by _tom (admin) Apr 11, 2021
- 1309 views
petelomax said...
Try putting them into /usr/lib64 and running 'sudo ldconfig' or 'sudo ldconfig /usr/lib64'.
I'm not an expert on these matters but that seemed to do the trick for me. (I did 2nd first & don't know if 1st would suffice)
(Fairly obviously you will probably need to remove 'path' from that test program.)
Like you, I'm crying out for help in knocking the linux install notes into shape.
Testing on:
- ubuntu xfce
- mx kde
My IUP process.
- download from sourceforge IUP linux runtime
- open terminal
- $ sudo ./install
- enter root pswd
- examine /usr/lib64 (ok)
- $ sudo ldconfig /usr/lib64
- test installation
? open_dll( "libiup.so" ) ? open_dll( "libiupcontols.so" )
Result is:
- libiup loads (regardless iup version and linux mix)
- libiupcontols returns 0
be well
_tom