I was also thinking about adding a new /etc/ld.so.conf.d/iup.conf containing 
/usr/lib64 (ie a simple ten byte text file),
and running sudo ldconfig and rebooting immediately after running the install 
scripts, might be a good suggestion?
     On Wednesday, 2 February 2022, 02:57:59 GMT, Pete Lomax via Iup-users 
<iup-users@lists.sourceforge.net> wrote:  
 
 The iup install script (two lines below "# Do NOT overwrite for FreeType", 
3.29) contains

  #cp -fv $1libftgl.so $TEC_SYSTEM_LIB 

should that instead be 

  cp -nv $1libftgl.so $TEC_SYSTEM_LIB 

In fact I ended up having to do 'sudo cp iup/ftgl/lib/Linux54_64/libftgl.so 
/lib/x86_64-linux-gnu'
to get it to work. Note that last part c/should be /usr/lib64 and at one point 
actually was, and I 
am the exact opposite of experienced in these strange matters.


_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users
  
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to