I have a question,Hope you can help me solve.



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*

./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


configure: error: zm requires Sys::Mmap for mapped memory - set --enable-mmap=no to use IPC shared memory instead