ysbaddaden / prax

Rack proxy server for development
http://ysbaddaden.github.io/prax/
Other
475 stars 49 forks source link

Problem installing prax #100

Closed DiegoGarza closed 9 years ago

DiegoGarza commented 9 years ago

Upon entering the command ./bin/prax install, I encounter this response:

Installing NSSwitch extension (to resolve .dev domains) make: `libnss_prax.so.2' is up to date. ln -sf /opt/prax/ext/libnss_prax.so.2 /lib Adding "prax" to the hosts line of /etc/nsswitch.conf Installing Prax firewall rule update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match prax Default-Stop values (1) System start/stop links for /etc/init.d/prax already exist. Creating ~/.prax directory Symlinking prax into /usr/local/bin ln: failed to create symbolic link ‘/usr/local/bin/prax’: File exists

Is this correct? Because after this, I link my app and I can ping it but I can't open it in my browser.

ysbaddaden commented 9 years ago

You seem like you already installed Prax. Maybe you'll want to uninstall it before trying to install it again?

Also, are you running on a fresh Ubuntu 14.0.4 Trusty Tahr? Please see #87

DiegoGarza commented 9 years ago

It was actually a problem with the syntax in my .gemrc file that was causing problems with all of my gems and wouldn't let the application open in the browser. Thank you!