On Fri, Mar 09, 2007 at 02:45:13AM +0800, First Last wrote:
> But, if I follow the openbsd faq to see
> what dependencies my cgi needs to run in
> the chrooted environment I get this:
> 
> ldd hellowworld.cgi
> helloworld.cgi:
> ldd: helloworld: not an ELF executable

You'll need perl and its dependancies inside chroot, plus any modules
used in your cgi scripts, and you may also need other things like
/bin/sh in chroot as well.

-- 
Darrin Chandler                   |  Phoenix BSD Users Group
[EMAIL PROTECTED]          |  http://bsd.phoenix.az.us/
http://www.stilyagin.com/darrin/  |

Reply via email to