Hi all
On 12/20/18 11:54 PM, Tim Tassonis via blfs-dev wrote:
Hi all
Just started to build openldap 2.4.47 and it seems that there are quite
some "interesting" changes:
- There is no slapd in /usr/sbin/ anymore, it is instead in /usr/lib
- All slap.. stuff in /usr/sbin now link to ../lib/slapd
Therefore, the init scriptm which expects /usr/sbin/slapd won't work
anymore. I got around this by simply adding
ln -sf ../lib/slapd $DESTDIR/usr/sbin/slapd
after "make install". The server then seems to start well.
Sorry, about the recompile noise, I just noticed that the patch I left
out exaclty adddressed that. My bad.
Bye
Tim
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page