install problems (I post log ./configure )

Support and queries relating to all previous versions of ZoneMinder
Locked
faustux
Posts: 4
Joined: Tue Jul 19, 2005 5:17 am

install problems (I post log ./configure )

Post by faustux »

I am fausto from mexico. I have some problems for install zoneminder.
I have bt848 card and works good, but some problems I have when i try install over ubuntu.
too try with xampp (lampp) and not work yet. whats up here?


txs,

fausto

root@Faustux:~/Desktop/zm-1.21.3 # ./configure -with-mysql=/usr -with-webdir=/var/www/html/zm -with-cgidir=/var/www/cgi-bin
^[[Cchecking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: WARNING: You can call configure with the --with-ffmpeg option.
This tells configure where to find the ffmpeg build directory within which are the libavcodec
and libavformat files that can be used to build true MPEG streaming into ZoneMinder. A normal
install of ffmpeg only installs the applications and not the libraries or headers necessary
to link to so this will probably be a local or temporary directory.
e.g. --with-ffmpeg=/usr/local
configure: WARNING: You can call configure with the --with-lame option.
This tells configure where to find the Lame library which can be used by the ffmpeg libraries
to generate IE compatible MPEG audio streams. This option is only necessary if you have built
the ffmpeg package itself with the --enable-mp3lame option and if the normal link cannot
find the library. Using mp3lame is not necessary or of any benefit to ZoneMinder per se.
e.g. --with-lame=/use/local/lib
configure: WARNING: You can call configure with the --with-webuser option.
This tells configure what the user name of the web user is if it is not the default of 'apache'.
e.g. --with-webuser=apache or --with-webuser=web
configure: WARNING: You can call configure with the --with-webgroup option.
This tells configure what the group name of the web group is if it is not the default of 'apache'.
e.g. --with-webgroup=apache or --with-webgroup=web
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
root@Faustux:~/Desktop/zm-1.21.3 #
[/b]
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

You need to tell configure what web user and group your web service runs as so that the files can be set so apache has permisions to them.
Ignore the other warnings if you are not going to use ffmpeg.
Regards,
Cordel
Image
Image
3939663646337

It's better to keep your mouth shut and appear stupid than open it and remove all doubt.
-Mark Twain
Locked