FreeBSD Ngnix installation error

Posted by Asaf Nevo on Server Fault See other posts from Server Fault or by Asaf Nevo
Published on 2013-10-05T21:58:06Z Indexed on 2013/11/10 15:59 UTC
Read the original article Hit count: 265

Filed under:
|

I have a VPS which has Apache webserver installed.

I'm trying to install Ngnix on it since my new server will be needing to handle large amount of connection simultaneously. I used this install guide and did:

cd  /usr/ports/www/nginx
make install clean

However I get this error:

adding module in /usr/ports/www/nginx/work/arut-nginx-dav-ext-module-0e07a3e
./configure: error: no /usr/ports/www/nginx/work/arut-nginx-dav-ext-module-0e07a3e/config was found
===>  Script "configure" failed unexpectedly.

I'm pretty new to FreeBSD and I am used to controlling my server using Direct Admin.

What shall I do next ?

© Server Fault or respective owner

Related posts about nginx

Related posts about freebsd