Because according to that, I don't really require it. But I will move through one error message at a time and fix each problem. The error message is this:zmu - This is the ZoneMinder Utility. It's basically a handy
command line interface to several useful functions. It's not
really meant to be used by anyone except the web page (there's
only limited 'help' in it so far) but can be if necessary,
especially for debugging video problems.
Now from what I've read, this relates to having the wrong version of gcc? Is this correct? Now, my gcc situation is a little unique, because I updated it, but i don't think I did it exactly as I should have. Here's some info that hopefully will help:/usr/local/bin/zmu: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
[root@localhost dist]# gcc -v
Reading specs from /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/specs
Configured with: ./configure
Thread model: posix
gcc version 3.4.3
[root@localhost dist]# locate libstdc++.so.6
/usr/local/lib/libstdc++.so.6.0.3
/usr/local/lib/libstdc++.so.6
So what I've done is extracted the source for 3.4.3 into /usr/local/src/, then configured and compiled it into /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3 ... and the old gcc is in /usr/lib/gcc-lib/i386-redhat-linux/3.22. If someone can give me an idea of where to go from here... I'm currently at a dead end and not sure what to do. Thanks.[root@localhost dist]# locate gcc
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2
/usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3
/usr/local/src/gcc-3.4.3
It's pretty clear that gcc is running on version 3.4.3 from the appropriate directory (where I installed it to), but it can't find the libstdc++.so.6 module(?) .... any ideas? cheers.