After make install and issued the command
chmod 755 /usr/lib/{lib{bind9,isc{,cc,cfg},lwres,dns}.so.*.?.?}
this command produced errors as below:
chmod: cannot access `/usr/lib/{libbind9.so.*.?.?}': No such file or directory
chmod: cannot access `/usr/lib/{libisc.so.*.?.?}': No such file or directory
chmod: cannot access `/usr/lib/{libisccc.so.*.?.?}': No such file or directory
chmod: cannot access `/usr/lib/{libisccfg.so.*.?.?}': No such file or directory
chmod: cannot access `/usr/lib/{liblwres.so.*.?.?}': No such file or directory
chmod: cannot access `/usr/lib/{libdns.so.*.?.?}': No such file or directory
So It's should be changed to:
chmod 755 /usr/lib/lib{bind9,isc{,cc,cfg},lwres,dns}.so.*.?.?
it's work fine for me now.
hope help.
Satit P.
--
Open WebMail Project (http://www.phayoune.org)
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page