-
Notifications
You must be signed in to change notification settings - Fork 7.3k
v0.12 Binaries for sunos do not work on Solaris 11.2 - Error: listen EPROTOTYPE #9282
Comments
Could it be that your Solaris version doesn't support IPv6? |
I have disabled IPv6 intentionally. Is this the problem? Is there a way I can tell my app not to listen on IPv6? I already tried specifying the IPv4 address to listen on but am not 100% sure if I did it thoroughly. Let me know if you want me to run some test code and post the results. |
It looks like same issues as this one: #7004 |
…::isnan ... Try to rebuild node as suggested into nodejs#7004 nodejs#9282
@cgalibern, Does this commit solve the problem? |
Yes you can try:
|
Thanks to the
Let me know if you need more details. |
Hi George, |
Hi George, |
@GeorgeBailey ... is this still an issue? |
@cgalibern, @jasnell Yes, I tried again with Node.JS v0.12.5 (latest version) pre-compiled and am still getting So I tried from source, and still got the details on my building from source On Seeing the package is
Followed by enormous output, ending in the same error.
|
@misterdjules ... any thoughts? |
@GeorgeBailey That looks similar to #7933. Did you make sure that |
I tried building from cgalibern's fork again with |
I tried on both the x86 and x64 versions with same results.
I've managed for now using Peter Tribble's build for Solaris 10, on my Solaris 11.2 machine. However, this should not be necessary, and I'd rather rely on the official build in case some of my work is brought into question down the road.
The text was updated successfully, but these errors were encountered: