-
-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EPEL nodejs conflicting with nodejs-compat-symlinks #33
Comments
EPEL 6 has recently released packages for node.js. There are no packages for EPEL 5 yet. I was considering switching the code over to use EPEL after doing some testing, but the lack in EPEL 5 gives me pause. |
Is there any temporary workaround? |
Could we use EPEL for RHEL6 and continue to use http://patches.fedorapeople.org/oldnode/ for RHEL5? |
Using the EPEL package (with the right parameters) should now work. If not, feel free to raise a new issue. |
It looks like package
nodejs-compat-symlinks
from http://patches.fedorapeople.org/oldnode/ wants to create/usr/bin/node
and/usr/include/node
which appear to be provided by a new EPELnodejs
package (added in April?).I wonder if the EPEL packages might be better to rely on for RHEL5/6 compatibility? I am using http://forge.puppetlabs.com/stahnma/epel on all of my nodes since it provides many RPMs I rely on.
The text was updated successfully, but these errors were encountered: