yyahmee
09-05-2006, 08:01 AM
Hi,
I have done the following commands on my VPN.
[root@news-srv2 inn-2.4.3]# yum -y install bison
[root@news-srv2 inn-2.4.3]# ./configure --with-perl --enable-pgp-verify --with-openssl --with-kerberos
[root@news-srv2 inn-2.4.3]# make
cd include && make all
make[1]: Entering directory `/root/downloads/inn-2.4.3/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/downloads/inn-2.4.3/include'
cd lib && make all
make[1]: Entering directory `/root/downloads/inn-2.4.3/lib'
Expect 6 shift/reduce conflicts
yacc parsedate.y
make[1]: yacc: Command not found
make[1]: *** [parsedate.c] Error 127
make[1]: Leaving directory `/root/downloads/inn-2.4.3/lib'
make: *** [all-lib] Error 2
[root@news-srv2 inn-2.4.3]#
What should I do?
yyahmee
I have done the following commands on my VPN.
[root@news-srv2 inn-2.4.3]# yum -y install bison
[root@news-srv2 inn-2.4.3]# ./configure --with-perl --enable-pgp-verify --with-openssl --with-kerberos
[root@news-srv2 inn-2.4.3]# make
cd include && make all
make[1]: Entering directory `/root/downloads/inn-2.4.3/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/downloads/inn-2.4.3/include'
cd lib && make all
make[1]: Entering directory `/root/downloads/inn-2.4.3/lib'
Expect 6 shift/reduce conflicts
yacc parsedate.y
make[1]: yacc: Command not found
make[1]: *** [parsedate.c] Error 127
make[1]: Leaving directory `/root/downloads/inn-2.4.3/lib'
make: *** [all-lib] Error 2
[root@news-srv2 inn-2.4.3]#
What should I do?
yyahmee