Displaying 1 result from an estimated 1 matches for "whoandwhere".
2003 Dec 01
0
bind compile error message
...d --STABLE one. In the /usr/src/usr.sbin/named , i
have put the
command make obj && make depend && make and take the error:
(u=${USER-root} d=`pwd` h=`hostname` t=`LC_ALL=C date`; sed -e
"s|%WHEN%|${t}|" -e "s|%VERSION%|"8.3.7-REL"|" -e
"s|%WHOANDWHERE%|${u}@${h}:${d}|" <
/usr/src/usr.sbin/named/../../contrib/bind/bin/named/version.c >
tmp_version.c)
sed: 1: "s|%WHOANDWHERE%|who | h ...": bad flag in substitute command: 'h'
*** Error code 1
My system is 4.9-RC FreeBSD. How can I correct the problem.?
Regards,
Mu...