UCP Node is not running

Thank you very much for the quick reply; I pasted the contents of the log file below.
After looking at that install log, it looks like I have a problem with the make command.
So I then tried to install gcc with “yum install gcc”, but now I get the following error:

Error: Package: glibc-2.12-1.149.el6_6.9.i686 (updates)
Requires: glibc-common = 2.12-1.149.el6_6.9
Installed: glibc-common-2.12-1.149.shmz65.1.1.x86_64 (@updates)
glibc-common = 2.12-1.149.shmz65.1.1
Available: glibc-common-2.12-1.149.el6.x86_64 (base)
glibc-common = 2.12-1.149.el6
Available: glibc-common-2.12-1.149.el6_6.4.x86_64 (updates)
glibc-common = 2.12-1.149.el6_6.4
Available: glibc-common-2.12-1.149.el6_6.5.x86_64 (updates)
glibc-common = 2.12-1.149.el6_6.5
Available: glibc-common-2.12-1.149.el6_6.7.x86_64 (updates)
glibc-common = 2.12-1.149.el6_6.7
Available: glibc-common-2.12-1.149.el6_6.9.x86_64 (updates)
glibc-common = 2.12-1.149.el6_6.9
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

Is this because of the difference between the shmz and el6_6 builds?

—install.log contents—

[email protected] install /var/www/html/admin/modules/ucpnode/node/node_modules/bufferutil
node-gyp rebuild

make: Entering directory /var/www/html/admin/modules/ucpnode/node/node_modules/bufferutil/build' CXX(target) Release/obj.target/bufferutil/src/bufferutil.o make: g++: Command not found make: *** [Release/obj.target/bufferutil/src/bufferutil.o] Error 127 make: Leaving directory /var/www/html/admin/modules/ucpnode/node/node_modules/bufferutil/build’
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
gyp ERR! stack at ChildProcess.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:820:12)
gyp ERR! System Linux 2.6.32-504.8.1.el6.x86_64
gyp ERR! command “node” “/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js” “rebuild”
gyp ERR! cwd /var/www/html/admin/modules/ucpnode/node/node_modules/bufferutil
gyp ERR! node -v v0.10.40
gyp ERR! node-gyp -v v3.2.1
gyp ERR! not ok
npm WARN install:[email protected] [email protected] install: node-gyp rebuild
npm WARN install:[email protected] Exit status 1

[email protected] install /var/www/html/admin/modules/ucpnode/node/node_modules/node-expat
node-gyp rebuild

make: Entering directory /var/www/html/admin/modules/ucpnode/node/node_modules/node-expat/build' CC(target) Release/obj.target/expat/deps/libexpat/lib/xmlparse.o make: cc: Command not found make: *** [Release/obj.target/expat/deps/libexpat/lib/xmlparse.o] Error 127 make: Leaving directory /var/www/html/admin/modules/ucpnode/node/node_modules/node-expat/build’
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
gyp ERR! stack at ChildProcess.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:820:12)
gyp ERR! System Linux 2.6.32-504.8.1.el6.x86_64
gyp ERR! command “node” “/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js” “rebuild”
gyp ERR! cwd /var/www/html/admin/modules/ucpnode/node/node_modules/node-expat
gyp ERR! node -v v0.10.40
gyp ERR! node-gyp -v v3.2.1
gyp ERR! not ok
ucp-server@ /var/www/html/admin/modules/ucpnode/node
±- [email protected]
±- [email protected] extraneous
±- [email protected] extraneous
±- [email protected]
±- [email protected]
±- [email protected]
±- [email protected]
±- [email protected] extraneous
±- [email protected] extraneous
±- [email protected] extraneous
±- socket.io@1.3.6
`-- [email protected] extraneous

npm ERR! Linux 2.6.32-504.8.1.el6.x86_64
npm ERR! argv “node” “/usr/bin/npm” “update”
npm ERR! node v0.10.40
npm ERR! npm v3.7.1
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script ‘node-gyp rebuild’.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the node-expat package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs node-expat
npm ERR! Or if that isn’t available, you can get their info via:
npm ERR! npm owner ls node-expat
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /var/www/html/admin/modules/ucpnode/node/npm-debug.log