this Mmap problem , Be sure to give guidance!

Forum for questions and support relating to the 1.24.x releases only.
Locked
yyx
Posts: 11
Joined: Wed Aug 17, 2011 5:28 am

this Mmap problem , Be sure to give guidance!

Post by yyx »

Hello, I am a Chinese user.I use zonemind encountered some problems. Please advise in fedora14.
I have a question,Hope you can help me solve.
:?: When I was done according to the following note after the steps,./configure error out!
:oops: Why did it fail config?Who can help me ?
:idea: I need a detailed solution!

1.yum -y install httpd*
2.yum -y install mysql mysql-server
3.yum -y install ffmpeg ffmpeg-devel
4.service httpd start [OK]
5.service mysqld start [OK]
6.yum -y install gcc*
7.yum -y install perl*
:?: 8.
./configure --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin/ --with-webusr=apache --with-webgroup=apache ZM_DB_HOST=localhost ZM_DB_NAME=zm ZM DB USER=zmuser ZM_DB_PASS=zmpass ZM_SSL_LIB=openssl

:arrow: :?: ---(Error out:)-->checking for perl module sys::mmap...no
configure: error: zm requires Sys::Mmap for mapped memory - set --enable-mmap=no to use IPC shared memory instead
Last edited by yyx on Thu Aug 18, 2011 9:19 am, edited 6 times in total.
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Re: Be sure to give guidance!

Post by jameswilson »

i would say you dont have ffmpeg installed
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
yyx
Posts: 11
Joined: Wed Aug 17, 2011 5:28 am

Re: Be sure to give guidance!

Post by yyx »

ffmpeg Have installed.Problems remain.
yum install ffmpeg*
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Re: Be sure to give guidance!

Post by jameswilson »

you also need ffmpeg devel
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
yyx
Posts: 11
Joined: Wed Aug 17, 2011 5:28 am

Re: Be sure to give guidance!

Post by yyx »

peg-devel Have installed.Problems remain.
yum install ffmpeg-devel*
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Re: Be sure to give guidance!

Post by jameswilson »

sorry just looked at your errors

you seem to have a problem with apache. Why isnt it starting. Without that zm cant work
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Locked