Hi!
Im trying to install the zoneminder svn version and fedora 13. Is there a tutorial witch packages I have to install? For debian its well documented.
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether the C++ compiler works... no
configure: error: in `/usr/src/zm':
configure: error: C++ compiler cannot create executables
See `config.log' for more details.
Witch packages for svn version?
- biologisch
- Posts: 96
- Joined: Fri Aug 24, 2007 10:37 am
Witch packages for svn version?
ZM Versions = 1.36.33
zmeventnotification Version = "6.1.28"
zmeventnotification Version = "6.1.28"
- biologisch
- Posts: 96
- Joined: Fri Aug 24, 2007 10:37 am
hm.. Im trying to wirte a tutorial and install Fedora 13 with ffmpeg and zoneminder from svn
Where is the bug? Thank you very much for your help to fix this problem.yum -y update
yum install mysql-server mysql-devel php-mysql pcre-devel perl-DateManip perl-libwww-perl perl-Device-SerialPort perl-MIME-Lite perl-Archive-Zip perl-Email-MIME perl-Email-MIME-Modifier perl-MIME-tools kdetv tvtime svn gcc-c++ libjpeg-devel perl-CPAN yasm
1. Disable selinux (/etc/selinux/config)
2. Set up file database (/etc/updatedb.conf)
3. Install mysql etc (up2date –install mysql-server etc)
4. Set up mysql to auto-start (chkconfig --add mysqld; chkconfig --level 345 mysqld on; service mysqld start)
5. Install libpcre etc (up2date --install pcre-devel)
6. Install subversion (up2date --showall | grep svn)
7. Fetch ffmpeg (svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg)
8. Build ffmpeg (cd ffmpeg; ./configure; make )
9. Install ffmpeg (make install; make install-libs; make install-headers)
10. Install perl modules:
# perl -MCPAN -e shell
install CPAN
install YAML PHP::Serialization Module::Load X10::ActiveHome Archive::Tar Archive::Zip MIME::Lite MIME::Entity Date::Manip
LC_ALL=C perl -MCPAN -e shell
install Sys::Mmap
11. Fetch ZM:
cd /usr/src
svn co http://svn.zoneminder.com/svn/zm/trunk zm
cd zm
12. Configure ZM
./configure --with-webdir=/usr/share/zoneminder/www --with-cgidir=/usr/libexec/zoneminder/cgi-bin ZM_DB_HOST=localhost ZM_SSL_LIB=openssl ZM_DB_NAME=zm ZM_DB_USER=ZM_DB_PASS=xxx --enable-mmap=yes CPPFLAGS="-D__STDC_CONSTANT_MACROS"
13. Build ZM (make)
Error:
zm_sdp.cpp:295: Warnung: »AVFormatContext::title« ist veraltet (deklariert bei /usr/local/include/libavformat/avformat.h:728)
zm_sdp.cpp:295: Warnung: »AVFormatContext::title« ist veraltet (deklariert bei /usr/local/include/libavformat/avformat.h:728)
zm_sdp.cpp:295: Warnung: »AVFormatContext::title« ist veraltet (deklariert bei /usr/local/include/libavformat/avformat.h:728)
zm_sdp.cpp:295: Warnung: »AVFormatContext::title« ist veraltet (deklariert bei /usr/local/include/libavformat/avformat.h:728)
zm_sdp.cpp:297: Warnung: »AVFormatContext::comment« ist veraltet (deklariert bei /usr/local/include/libavformat/avformat.h:731)
zm_sdp.cpp:297: Warnung: »AVFormatContext::comment« ist veraltet (deklariert bei /usr/local/include/libavformat/avformat.h:731)
zm_sdp.cpp:297: Warnung: »AVFormatContext::comment« ist veraltet (deklariert bei /usr/local/include/libavformat/avformat.h:731)
zm_sdp.cpp:297: Warnung: »AVFormatContext::comment« ist veraltet (deklariert bei /usr/local/include/libavformat/avformat.h:731)
ZM Versions = 1.36.33
zmeventnotification Version = "6.1.28"
zmeventnotification Version = "6.1.28"