Austin,

> On 2017-01-24, at 17:27 , Austin Bentley <ab...@mst.edu> wrote:
> 
> I'm using kfcgi with httpd on OpenBSD 6.0. It seems I can't get
> anything to spawn a worker that utilizes a shared library. I'm using a
> daemonized CGI program following the tutorial here:
> https://kristaps.bsd.lv/kcgi/tutorial2.html

See the section "Compile and Link" on the above page.

Presumably, you're running standard httpd(8), and thus the FCGI code
runs in a chroot(2)-restricted environment.  Thus, you'll need to build
it statically-linked (unless you really want to try to set up shared
libraries inside the chroot).

Hope that helps,
        Ross

Reply via email to