Re: [Ecls-list] Building a CGI program

2013-07-03 Thread William Hounslow
On 01/07/2013 22:14, Juan Jose Garcia-Ripoll wrote: > ECL is not capable of finding the files for its installation. Try > setting ECLDIR environment variable manually to the system directory > where things are stored (defaults /usr/local/lib/ecl-version-number/) > > Thanks for this. I specified a

Re: [Ecls-list] Building a CGI program

2013-07-01 Thread William Hounslow
On 26/06/2013 22:09, Juan Jose Garcia-Ripoll wrote: On Tue, Jun 18, 2013 at 6:16 PM, William Hounslow <mailto:houns...@users.sourceforge.net>> wrote: I assume this is a Lisp initialization error message being interpreted as the program output. The Apache error log i

Re: [Ecls-list] Building a CGI program

2013-06-26 Thread William Hounslow
On 18/06/2013 23:33, Matthew Mondor wrote: > On Tue, 18 Jun 2013 17:16:47 +0100 > William Hounslow wrote: > >> malformed header from script. Bad header=No restarts available.: testpage > It seems that the executable signals a condition for which there exists > no handler

[Ecls-list] Building a CGI program

2013-06-18 Thread William Hounslow
Hi I have created a standalone executable containing the simplest possible CGI script: (princ "Content-type: text/html") (terpri) (terpri) (princ "Hello, World.") When placed in the cgi-bin directory and invoked from the command line, it works perfectly. However from the browser I get a 500 er

Re: [Ecls-list] Standalone binary not really standalone?

2013-06-04 Thread William Hounslow
Hi again, On 29/05/2013 18:53, Juan Jose Garcia-Ripoll wrote: On Wed, May 29, 2013 at 6:10 PM, William Hounslow <mailto:houns...@users.sourceforge.net>> wrote: Can a truly standalone program be created? If not, how to ensure that the end user can deploy the output bi

[Ecls-list] Standalone binary not really standalone?

2013-05-29 Thread William Hounslow
I was hoping to use make-build to create a monolithic binary I could then just drop into the cgi-bin directory. It failed thus: error while loading shared libraries: libecl.so.13.4: cannot open shared object file: No such file or directory Can a truly standalone program be created? If not