Re: [Slackbuilds-users] freerdp stopped working after latest Microsoft updates

2018-04-07 Thread Kees Theunissen
CC-ing Philip van der Hoeven, the maintainer of the SlackBuild script. On Sun, 8 Apr 2018, Duncan Roe wrote: >Hi all, > >I used to be able to connect to my Windows 7 home laptop with xfreerdp >(freerdp-git20160509-x86_64-1ffmpeg3_SBo). > >But since yesterday when I ran Windows Update for the

[Slackbuilds-users] freerdp stopped working after latest Microsoft updates

2018-04-07 Thread Duncan Roe
Hi all, I used to be able to connect to my Windows 7 home laptop with xfreerdp (freerdp-git20160509-x86_64-1ffmpeg3_SBo). But since yesterday when I ran Windows Update for the first time in 3 months, I get these errors: > [11:24:11:093] [2930:2931] [ERROR][com.freerdp.core.transport] - BIO_read

[Slackbuilds-users] Hostapd and KRACK attack

2018-04-07 Thread Brenton Earl
Hello, I am switching my wireless router from CentOS to Slackware and noticed SBo's hostapd has not yet been patched. Attached are my changes to the hostapd SlackBuild and the upstream patches. It builds and runs on Slackware ARM 14.2. I have not tested it on x86 or x86_64. For those not yet

Re: [Slackbuilds-users] How to manage libs in a non default lib dir ?

2018-04-07 Thread David Spencer
>> As I want to submit those slackbuilds once finished to slackbuilds.org, what >> could be an acceptable solution to fix the lib issues ? > > You'll want to coerce the packages to install to the system directories > of lib/lib64. Sometimes one will need to work with upstream to > accomplish

Re: [Slackbuilds-users] How to manage libs in a non default lib dir ?

2018-04-07 Thread Nate Bargmann
* On 2018 07 Apr 09:27 -0500, nico wrote: > I could copy libs to a proper directory, makes symlinks or edit > /etc/ld.so.conf . I added /usr/local/lib for locally compiled stuff (mostly as a test for the generic install location for upstream packages I maintain) so that 'ldconfig' will add

Re: [Slackbuilds-users] How to manage libs in a non default lib dir ?

2018-04-07 Thread Jeremy Hansen
On Sat, Apr 7, 2018, 10:26 AM nico wrote: > Hello ! > > Bit of context first: > I try to create a slackbuild script for dublin-traceroute ( > https://github.com/insomniacslk/dublin-traceroute ) which depends on > libtins ( https://github.com/mfontanini/libtins ) > > The

Re: [Slackbuilds-users] How to manage libs in a non default lib dir ?

2018-04-07 Thread Alexander Grotewohl
Gonna take a shot in the dark here (never used Cmake) but.. I'm assuming you can set the output directory of libraries to /usr/local/lib64 somewhere in there. This person seems makes it sound like it needs coercion: https://cmake.org/pipermail/cmake/2013-July/055374.html but that's a pretty

[Slackbuilds-users] How to manage libs in a non default lib dir ?

2018-04-07 Thread nico
Hello ! Bit of context first: I try to create a slackbuild script for dublin-traceroute ( https://github.com/insomniacslk/dublin-traceroute ) which depends on libtins ( https://github.com/mfontanini/libtins ) The cmake-template for slackbuilds is doing a good job - and I got the package