haskell-hvr / uhttpc

`uhttpc` - µHTTP client library
http://hackage.haskell.org/package/uhttpc
GNU General Public License v3.0
27 stars 5 forks source link

uhttpc-bench: command not found #2

Closed Ortall closed 8 years ago

Ortall commented 8 years ago

Hii, I am trying to use your tool to test my NGINX module, I flowed the installation steps without errors, when I try to run the tool I get "uhttpc-bench: command not found", when I try to install it again I get "Resolving dependencies... All the requested packages are already installed: uhttpc-0.1.1.0 Use --reinstall if you want to reinstall anyway

I tried to reinstall, but it does not changed the situation

Thanks

hvr commented 8 years ago

Did you use cabal install uhttpc? if so, the executable gets installed into ${HOME}/.cabal/bin by default...

Ortall commented 8 years ago

I found it, Thanks!!