Page 1 of 1

Problem installing Zoneminder

Posted: Thu Oct 07, 2004 10:04 pm
by Paul
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

Posted: Thu Oct 07, 2004 10:41 pm
by zoneminder
Is gcc actually installed on your path? In other words if you do

Code: Select all

gcc -v
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,

c++ compiler

Posted: Fri Oct 08, 2004 8:03 am
by ma77hias
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

Posted: Fri Oct 08, 2004 10:41 pm
by Paul
Dear Phil,

If I do

Code: Select all

gcc -v
I get back "command not found". When I do

Code: Select all

locate gcc
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

No more problems with installl on FC2

Posted: Tue Oct 12, 2004 10:54 am
by Paul
Dear Phil,

Got everything running now on fc2. Thanks anyhow!

Paul