Config error

Support and queries relating to all previous versions of ZoneMinder
Locked
quirk
Posts: 8
Joined: Sat Sep 02, 2006 3:07 am

Config error

Post by quirk »

I am trying to get ZM1.22.2 up and running on ubuntu 6.06 and ran into this on the configure. Any help would be great. I was following the Dapper installation guide on the wiki.


whites@whites-desktop:~/ZoneMinder-1.22.2$ ./configure --with-webdir=/var/www/zm --with-cgdir=/usr/lib/cgi-bin --with-webuser=www-data --with-webgroup=www-data
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
configure: WARNING: You can call configure with the --with-libarch option.
This tells configure where to find architecture specific libraries.
The default of 'lib' is usually ok but 64 bit machines may require lib64.
e.g. --with-libarch=lib or --with-libarch=lib64
configure: WARNING: You can call configure with the --with-mysql option.
This tells configure where to find the MySql C library and headers if config ure cannot
locate them automatically.
e.g. --with-mysql=/usr/local or --with-mysql=/usr
configure: WARNING: You can call configure with the --with-ffmpeg option.
This tells configure where to find the ffmpeg root directory within which ar e the libavcodec
and libavformat files that can be used to build true MPEG streaming into Zon eMinder. Ensure that
your copy of ffmpeg has installed libraries as well as binaries (use 'make i nstalllib'). If you
are using a local install of ffmpeg you may have to remove or rename a previ ous real installation
as the headers and libraries from that will probably be picked up before you r local copy.
e.g. --with-ffmpeg=/usr/local
configure: WARNING: You can call configure with the --with-extralibs option.
Ordinarily you will need to use this option only when your copy of ffmpeg ha s been built
with support for additional formats and you would use this option to detail which additional
libraries ffmpeg was built with so that it is able to link successfully with ZoneMinder.
You will need to wrap this option in quotes if it contains any spaces.
e.g. --with-extralibs="-lmp3lame"
configure: error: You must call configure with the --with-cgidir option.
This tells configure where to install cgi files and scripts.
e.g. --with-cgidir=/var/www/cgi-bin or --with-mysql=/www/vhtdocs/<site>/cgi- bin
whites@whites-desktop:~/ZoneMinder-1.22.2$
quirk
Posts: 8
Joined: Sat Sep 02, 2006 3:07 am

Post by quirk »

Never mind.... I was banging my head on this till midnight last night and I just seen that I had the CGI line wrong.
Locked