Sorry ... I was trying this with the Debian AOLserver package which has /usr/lib/aolserver4/bin/nsproxy.so but not the rest of the build
I've now built AOLserver from sources and its working fine. Thanks for the pointer Bernhard On 30 January 2011 15:46, Gustaf Neumann <[email protected]> wrote: > Do you have /usr/lib/aolserver4/bin/nsproxy installed? > try: > file /usr/lib/aolserver4/bin/nsproxy > > OpenACS has a wrapper for "exec" to redirect every exec-call to nsproxy. > Works pretty well. > > > http://fisheye.openacs.org/browse/OpenACS/openacs-4/packages/acs-tcl/tcl/proxy-procs.tcl?r=HEAD > > -gustaf neumann > > On 29.01.11 19:14, Bernhard van Woerden wrote: > > I'm trying to run ns_proxy from the control port on AOLserver 4.5.1 Tcl 8.5 > > but get > > nsd:nscp 61> set handle [ns_proxy get myproxy] > exec failed: no such file or directorycould not get 1 handle from pool > "myproxy": could not create child process > > and in the log > [-nscp:1-] Notice: nscp: nsd 61: set handle [ns_proxy get myproxy] > [-nscp:1-] Error: exec /usr/lib/aolserver4/bin/nsproxy: execve() failed: No > such file or directory > > I was hoping to use nsproxy to run some TclCurl stuff that I think is > segfaulting and taking down the nsd process but also some exec's to other > binaries. > Any ideas as to how can I get this working ? > > Many Thanks > Bernhard > > > -- > AOLserver - http://www.aolserver.com/ > > > To Remove yourself from this list, simply send an email to > <[email protected]> <[email protected]> with the > body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: > field of your email blank. > > > > -- > AOLserver - http://www.aolserver.com/ > > > To Remove yourself from this list, simply send an email to > <[email protected]> with the > body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: > field of your email blank. > > -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[email protected]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
