Help! -Webserver

Status
Not open for further replies.

paul

Dabbler
Joined
Aug 18, 2012
Messages
31
trying to make a web server
i would like some help as i'm 120% lost
i get this :?
Code:
jail# pkg_add -r nginx   

Code:
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.2-release/Late
st/nginx.tbz... Done.                                                           
ln: /usr/local/www/nginx: No such file or directory                             
pkg_add: command 'if [ ! -d /usr/local/www/nginx/ ] ; then ln -fs /usr/local/www
/nginx-dist /usr/local/www/nginx; fi' failed                                    
pkg_add: warning: package 'nginx-0.8.54' requires 'pcre-8.12', but 'pcre-8.30_2'
 is installed           

^ that is working now
but this is not
Code:
jail# echo "nginx_enable=YES" >> /etc/rc.conf                                   
jail# service nginx start                                                       
Performing sanity check on nginx configuration:                                 
/libexec/ld-elf.so.1: Shared object "libpcre.so.0" not found, required by "nginx
"                                                                               
Starting nginx.                                                                 
/libexec/ld-elf.so.1: Shared object "libpcre.so.0" not found, required by "nginx
"                                                                               
/usr/local/etc/rc.d/nginx: WARNING: failed to start nginx                       
jail#                                                                           
                                           


don't know what is happening would like some help
 

ben

FreeNAS GUI Developer
Joined
May 24, 2011
Messages
373
I gave your thread a better name, it may get more attention now
 

paul

Dabbler
Joined
Aug 18, 2012
Messages
31
ben nope did not work i'm lost
:(
i tried making it work but its not
 
Status
Not open for further replies.
Top