[blfs-dev] Bad patch of liboauth-1.0.3

2018-03-10 Thread 席若尧
In the required patch of liboauth-1.0.3, the line 90 is + EVP_MD_CTX_free(pkey); This causes segfault in `make check`. It should be + EVP_MD_CTX_free(md_ctx); instead. --

[blfs-dev] Suggestion: Add librsvg as a runtime optional dependency of gdk-pixbuf

2018-03-10 Thread 席若尧
I spent a few time to figure out why the icons in `gtk3-demo` didn't show up. Now the pixbuf loader libpixbufloader-svg.so is a part of librsvg. So Without librsvg, the SVG icons (for example in GNOME) won't display with gdk-pixbuf. So we can add: Recommended (runtime, post install)

[blfs-dev] keybinder-0.3.0

2018-03-10 Thread hykwok1
1. The package URL is invalid 2. I found a new package link from the debian package web page (https://packages.debian.org/jessie/libkeybinder0) : https://github.com/kupferlauncher/keybinder And the latest release is keybinder-3.0-v0.3.2. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev

Re: [blfs-dev] openldap needs its .la files

2018-03-10 Thread Armin K.
On Sat, 2018-03-10 at 20:30 +0100, Pierre Labastie wrote: > Hi, > Today I decided to sort out a few problems with the full BLFS build > I'd done a > couple of weeks ago. One thing I noticed is that openldap did not > start, while > I never has any problem. After messing around, I found that there

Re: [blfs-dev] openldap needs its .la files

2018-03-10 Thread Tim Tassonis
On March 10, 2018 21:07:10 "Armin K." wrote: On Sat, 2018-03-10 at 20:30 +0100, Pierre Labastie wrote: Hi, Today I decided to sort out a few problems with the full BLFS build I'd done a couple of weeks ago. One thing I noticed is that openldap did not start, while I

[blfs-dev] openldap needs its .la files

2018-03-10 Thread Pierre Labastie
Hi, Today I decided to sort out a few problems with the full BLFS build I'd done a couple of weeks ago. One thing I noticed is that openldap did not start, while I never has any problem. After messing around, I found that there is in /etc/openldap/slapd.conf: - [...] # Load dynamic backend

Re: [blfs-dev] openldap needs its .la files

2018-03-10 Thread Pierre Labastie
On 10/03/2018 21:52, Tim Tassonis wrote: > > > On March 10, 2018 21:07:10 "Armin K." wrote: > > On Sat, 2018-03-10 at 20:30 +0100, Pierre Labastie wrote: > Hi, > Today I decided to sort out a few problems with the full BLFS build > I'd done a > couple of weeks ago. One

Re: [blfs-dev] openldap needs its .la files

2018-03-10 Thread Tim Tassonis
On 03/10/2018 08:30 PM, Pierre Labastie wrote: Hi, Today I decided to sort out a few problems with the full BLFS build I'd done a couple of weeks ago. One thing I noticed is that openldap did not start, while I never has any problem. After messing around, I found that there is in