Jmeter not loading with brew on mac osx

I tried to install jmeter by following this question but I failed and ended up with below error

$ brew install jmeter

==> Downloads http://www.apache.org/dyn/closer.cgi?path=jmeter/binaries/apache-jmeter-2.11.tgz

==> Better mirror http://mirror.cogentco.com/pub/apache/jmeter/binaries/apache-jmeter-2.11.tgz

curl: (22) Error requested url: 404 Not found

Error: Could not load resource "jmeter" Download error: http://mirror.cogentco.com/pub/apache/jmeter/binaries/apache-jmeter-2.11.tgz

Why is this? Is the link broken and how can I replace it?

+3


source to share


1 answer


Try to update brew first:

  • brew update

Then try again as it should load jmeter 2.12 and not 2.11.



Also if you want to load jmeter plugins with it you can use:

  • brew install jmeter --with-plugins
+8


source







All Articles