IRRd-Discuss
Date Prev | Date Next |
Date Index |
Thread Index |
Author Index |
Historical
Re: Compilation Errors
- From: Gerald Andrew Winters
- Date: Tue Aug 01 10:35:14 2000
> > Has anyone encountered these types of errors when trying to compile IRRd2.0
> > on Solaris. If so, how was it rectified???
>
> I had problems compiling, but not at that exact spot.
>
> > cd irr_rpsl_check; make
> > /usr/local/bin/bison -v -d rpsl.y
> > rpsl.y contains 1 shift/reduce conflict.
> > lex rpsl.fl
> ^^^
>
> You might try installing GNU flex and seeing if that helps.
>
> I've attached a file that contains the configure and make output from
> compiling the contents of irrd-1.9-Jul-30.2000.tar.gz. This
> compilation was done on a highly customized version of Redhat
> 6.1. I've been able to compile and use a previous version of IRRd that
> was released in a tarball called irrd2.0.tar.gz and that I downloaded
> on Jul 21.
>
> Jeff
>
Jeff is correct. You need flex and bison, lex and yacc will not work.
I'm sorry for not making this point clear before. However, flex and
bison are very easy to build and I should not think you will have
any more problems.
One thing this discussion points out is that we need to have autoconf
tell the user of this dependency during the build phase. I'll make
sure this is remedied in the next release.
--jerry
|