Hi,
I am trying to install Zoneminder on a box running fedora core 2. If I run the configure script, it says" no accaptable C compiler found in $PATH", although I installed GCC with yum. Checking the configure.log does not help much as it only repeats this output.
The complete command I run is:
./configure --with-mysql=/usr/bin --with-webdir=/bigboy/website/www/html/zm --with-cgidir=/bigboy/website/www/cgi-bin --with-ffmpeg=/usr/bin --with-mp3lame=/usr/lib
Any suggestions?
Many thanks,
Paul
Problem installing Zoneminder
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
Is gcc actually installed on your path? In other words if you do
do you get something back?
Also bear in mind that you need a C++ compiler. So it's actually g++ you need to test but I think gcc never comes without g++ anyway.
Phil,
Code: Select all
gcc -v
Also bear in mind that you need a C++ compiler. So it's actually g++ you need to test but I think gcc never comes without g++ anyway.
Phil,
c++ compiler
From my expierience with FC2 you also need a lot of the devel packages and not just the plain ones for zoneminder
Problem installing Zoneminder continued
Dear Phil,
If I do I get back "command not found". When I do I get so many different directories that I am confused about the right directory to set the path to. Any suggestions on where fedora puts gcc?
Many thanks,
Newbie Paul
If I do
Code: Select all
gcc -v
Code: Select all
locate gcc
Many thanks,
Newbie Paul
No more problems with installl on FC2
Dear Phil,
Got everything running now on fc2. Thanks anyhow!
Paul
Got everything running now on fc2. Thanks anyhow!
Paul