22 messages in ru.sysoev.nginxNginx on Solaris 10 x86 64
FromSent OnAttachments
Wayne E. SeguinSep 17, 2007 10:38 am 
Roger PackSep 17, 2007 11:20 am 
Wayne E. SeguinSep 17, 2007 5:32 pm 
Igor SysoevSep 17, 2007 9:39 pm 
焦胜强Sep 18, 2007 2:20 am 
Wayne E. SeguinSep 18, 2007 10:37 am 
Wayne E. SeguinSep 18, 2007 10:38 am 
Igor SysoevSep 18, 2007 10:50 am 
Wayne E. SeguinSep 18, 2007 10:56 am 
Igor SysoevSep 18, 2007 11:10 am 
marc...@public.gmane.orgSep 18, 2007 11:11 am 
Igor SysoevSep 18, 2007 11:14 am 
Igor SysoevSep 18, 2007 11:22 am.xtx
Wayne E. SeguinSep 18, 2007 11:23 am.txt
Wayne E. SeguinSep 18, 2007 11:31 am 
Igor SysoevSep 18, 2007 11:34 am 
Wayne E. SeguinSep 18, 2007 12:05 pm 
Wayne E. SeguinSep 18, 2007 12:06 pm 
Igor SysoevSep 18, 2007 12:12 pm 
Igor SysoevSep 18, 2007 12:12 pm 
Wayne E. SeguinSep 18, 2007 12:16 pm 
Adrian Perez de CastroSep 18, 2007 12:26 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Nginx on Solaris 10 x86 64Actions...
From:Wayne E. Seguin (wayn@public.gmane.org)
Date:Sep 17, 2007 10:38:58 am
List:ru.sysoev.nginx

I just tried compiling nginx on Solaris 10 and ran into this:

$ /sbin/nginx -V ld.so.1: nginx: fatal: libpcre.so.0: open failed: No such file or directory Killed

configure:

./configure --sbin-path=/sbin --with-debug ; make ; make install

The configuration found libpcre and it exists:

$ ls -la /usr/local/lib/libpcre.so.0 lrwxrwxrwx 1 root root 16 Sep 7 21:06 /usr/local/lib/ libpcre.so.0 -> libpcre.so.0.0.1

There were no errors / warnings during compilation.

I'm not sure what is going on here so any suggestions as to what might be causing this would be appreciated.

Thank you!!!

~Wayne