Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The following page has been changed by HannesBaldursson: http://wiki.apache.org/thrift/ThriftInstallation The comment on the change is: Related to compiling issue due to missing flex library + Solution ------------------------------------------------------------------------------ {{{ make }}} + + Issues while compiling: + + If you get the error {{{./thrift-20080411p1/compiler/cpp/thriftl.cc:2190: undefined reference to `yywrap'}}} you need to install the [http://flex.sourceforge.net/ flex library] (See also ThriftRequirements) and '''re-run the configuration script'''. + + From the top directory, become superuser and do: {{{ make install
