[Catalyst] Catalyst/FastCGI process management

gvim gvimrc at gmail.com
Thu Mar 10 12:06:50 GMT 2011


On 09/03/2011 03:32, Charlie Garrison wrote:
> suggest (& use) daemontools.
> http://cr.yp.to/daemontools.html
>
> The run script can be as simple as:
>
> ----------------------------------- #!/bin/sh
>
> exec 2>&1 exec setuidgid appuser envdir ./env
> /home/appuser/myapp/script/myapp_fastcgi.pl -e -l 127.0.0.1:3010
> -----------------------------------
>
> Charlie
>

Downloaded daemontools but on my Centos5.5 machine the install produced an error:

/usr/bin/ld: errno: TLS definition in /lib64/libc.so.6 section .tbss mismatches non-TLS reference in envdir.o
/lib64/libc.so.6: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [envdir] Error 1
Copying commands into ./command...
cp: cannot stat `compile/svscan': No such file or directory

:-(

gvim



More information about the Catalyst mailing list