You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to install MCROUTER using below command
$ autoreconf --install
$ ./configure
$ make
$ sudo make install
$ mcrouter --help
MCrouter is dependent on [ Folly, Fizz, wangle, fmt, mvfst, thrift]
If we are trying to install All New code then there are dependency mismatch, and we are getting so many error like
"Variable or method are not defind"
We wanted to get data For the latest MCRouter code and what version of the dependency [ Folly, Fizz, wangle, fmt, mvfst, thrift] required.
If we can get Version compatible details of mcrouter and their dependency that will solve my problem.
The text was updated successfully, but these errors were encountered:
Meta's C++ libraries generally don't offer ABI compatibility guarantees, so your next best option is to check out the same vYYYY.MM.DD.NN tag (tagged automatically for most of these repos at the start of each week) for both mcrouter and its dependencies.
We are trying to install MCROUTER using below command
MCrouter is dependent on [ Folly, Fizz, wangle, fmt, mvfst, thrift]
If we are trying to install All New code then there are dependency mismatch, and we are getting so many error like
"Variable or method are not defind"
We wanted to get data For the latest MCRouter code and what version of the dependency [ Folly, Fizz, wangle, fmt, mvfst, thrift] required.
If we can get Version compatible details of mcrouter and their dependency that will solve my problem.
The text was updated successfully, but these errors were encountered: