On 09/20/2014 07:39 PM, Alan Feuerbacher wrote: > Trying to install Samba-4.1.11 per the BLFS book (systemd edition) - > Version 2014-09-19. > > Everything seemed to work fine up to the line: > > make install > > This spit out a pile of information like this: > > ######### > WAF_MAKE=1 python .buildtools/bin/waf install > Waf: Entering directory '/sources/samba-4.1.11/bin' > . . . > WafError: Cannot creat folder 'var/lock/samba' (original error: [Errno > 2] No such file or directory: '/var/lock/samba') > ########## > > I have not been able to find any online information about this error, > although I haven't spent a great deal of time on it. > > Any suggestion on how to get past this? > > Alan
Are you building in chroot? /var/lock should be a symlink to /run/lock and /run/lock should exist as a directory which is on /run tmpfs when system is booted. -- Note: My last name is not Krejzi.
signature.asc
Description: OpenPGP digital signature
-- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
