Eric,
I got this while installing node-proxy using following command npm
install node-...@0.3.2 --verbose
> node-...@0.3.2 install /home/gaurav/node_modules/node-proxy
> make
BUILDING: C++ Component
Checking for program g++ or c++ : /usr/bin/g++
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for g++ : ok
Checking for node path : not found
Checking for node prefix : ok /usr/local
'configure' finished successfully (0.079s)
Waf: Entering directory `/home/gaurav/node_modules/node-proxy/src/
build'
[1/2] cxx: node-proxy.cc -> build/default/node-proxy_1.o
[2/2] cxx_link: build/default/node-proxy_1.o -> build/default/node-
proxy.node
Waf: Leaving directory `/home/gaurav/node_modules/node-proxy/src/
build'
'build' finished successfully (1.223s)
npm info postinstall node-...@0.3.2
npm verb installOne cb node-...@0.3.2
node-...@0.3.2 ../../node_modules/node-proxy
npm verb exit [ 0, true ]
npm info ok
Thanks,
Gaurav
On Jun 20, 2:21 pm, Gaurav Sharma <
gks2...@gmail.com> wrote:
> Hi Eric,
>
> I think the problem is with node-proxy. I try to include node-proxy module
> and it gave me the same error.
>
> How do i fix this node-proxy stuff. I think there are couple of versions on
> node-proxy 0.3.2 and 0.4.0
>
> Thanks,
> Gaurav
>
>
>
>
>
>
>
> On Sun, Jun 19, 2011 at 10:18 PM, Eric Zhang <
e...@nowjs.com> wrote:
> > Hi Gaurav,
>
> > It looks like the node-proxy module that NowJS depends on wasn't compiled
> > correctly.
>
> > Try explicity installing node-proxy by running `npm install node-proxy
> > --verbose` in the same folder in which you ran npm install now.
>
> > Are any errors output?
>
> > Eric
>