Problem configuring source
Posted: Tue May 17, 2011 6:12 pm
This is my first time installing ZoneMinder and im having an issue doing the ./configure. Here is the line I'm using:
This is the error that im getting from the config.log:
It appears to be the 2nd line in the log but not sure what I can do to correct that. Any info would help. Thanks
Code: Select all
./configure --with-mysql=/usr/include/mysql/ --with-ffmpeg=/usr/src/ffmpeg --with-extralibs --with-webdir=/var/www/zm --with-cgidir=/var/www/zm/cgi-bin --with-libarch=lib
Code: Select all
configure:3387: checking whether the C++ compiler works
configure:3409: g++ -I/usr/src/ffmpeg/include -L/usr/src/ffmpeg/lib -L/usr/include/mysql//lib/mysql yes conftest.cpp >&5
g++: yes: No such file or directory
configure:3413: $? = 1
configure:3451: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.3"
| #define PACKAGE_STRING "zm 1.24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.3"
| #define ZM_MEM_MAPPED 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3456: error: in `/usr/src/ZoneMinder-1.24.3':
configure:3460: error: C++ compiler cannot create executables
See `config.log' for more details.