Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MCRouter installation on UBUNTU-22 using source code. #452

Open
rahul9t8 opened this issue Aug 12, 2024 · 1 comment
Open

MCRouter installation on UBUNTU-22 using source code. #452

rahul9t8 opened this issue Aug 12, 2024 · 1 comment

Comments

@rahul9t8
Copy link

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.

@mszabo-wikia
Copy link
Contributor

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.

https://gerrit.wikimedia.org/r/plugins/gitiles/operations/debs/mcrouter/+/refs/heads/master/docker_entry.sh shows an example of what that might look like. It's probably simpler to place the vYYYY.MM.DD.NN tag you want to build into a single variable and have each build step reference that instead of the disparate XXX_COMMIT ones currently in use there, but the overall process should work.

Alternatively you can try building from #449 which integrates with Meta's fbcode_builder tool that automates fetching and building dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants