Page 1 of 1

compile software issue

Posted: 08 Jan 2015, 13:11
by beny
hi xfce version 64 bit, gst-plugin : /bin/sed: can't read /usr/lib64/libldap.la: No such file or directory into usr lib64 there is s trange version of this software and another issue with opejpeg i have a compiled version of the mplayer build by ponce but installed i receive the error:mplayer: error while loading shared libraries: libopenjpeg.so.1: cannot open shared object file: No such file or directory,i have build a version but the error is the same,my problem is how can i change version if software libraries are hard coded into core,well i can do this on my system,but i have to test porteus so epdfviewer to start need another lib,the usm is a great piece of software without the xzm compression it can be sharable with all slackers?

Re: compile software issue

Posted: 08 Jan 2015, 15:07
by tome
cd /usr/lib(64) && ln -s libopenjpeg.so libopenjpeg.so.1 ? Or symlink to libjpeg?

Re: compile software issue

Posted: 10 Jan 2015, 19:19
by brokenman
Usually in slackbuilds the .la files are removed. Compile openldap from source but comment out the part that removes the .la files.