[clhp-devel] 0.2.0 released

Artur Maciąg artur at artgabi.com.pl
Sun Nov 16 12:21:31 UTC 2003


Anthony Ventimiglia <anthony at ventimiglia.org> writes:

> CLHP 0.2.0alpha is available for download at ftp://common-lisp.net/

Thanks !

I've little problem with clhp.


- Gentoo Linux, CMUCL 18e, Apache 1.3.29

Download, make, make install, make module-install  - all OK.

But,
when I load example.clhp in browser nothing happens - I still
see directory listing from Apache.

error_log is empty

access_log is OK:
193.168.1.4 - - [16/Nov/2003:13:02:41 +0100] "GET /~artur/lisp/index.clhp HTTP/1.1" 200 - "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031112 Firebird/0.7+"

suexec_log - there's error:
[2003-11-16 13:02:41]: error: invalid command (/usr/bin/lisp -noinit -nositeinit -quiet -batch -core /usr/lib/cmucl/clhp.core -eval '(clhp:parse (cdr  (assoc :script_filename ext:*environment-list*)))(quit)')

When I type from shell:
/usr/bin/lisp -noinit -nositeinit -quiet -batch -core /usr/lib/cmucl/clhp.core -eval '(clhp:parse (cdr  (assoc :script_filename ext:*environment-list*)))(quit)'

Result is:
,----
| bash-2.05b# /usr/bin/lisp -noinit -nositeinit -quiet -batch -core /usr/lib/cmucl/clhp.core -eval '(clhp:parse (cdr  (assoc :script_filename ext:*environment-list*)))(quit)'
| X-Powered-By: CLHP/0.2.0alpha Common Lisp Hypertext Preprocessor
| Content-type: TEXT/HTML
| 
| Error in batch processing:
| Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER:
|    NIL is not of type (OR PATHNAME STREAM BASE-STRING)
| Error: TYPE-ERROR : Add a handler in REPORT-ERROR-STRING for this condition
| bash-2.05b#
`----

What I've done wrong ?

I've 5 years experience in Linux and PHP, but I'm quite new to Lisp.
I'd like to help making clhp as convenient for website development as PHP is.

    Regards,
    Artur.

PS. As aways: Sorry for my English. I'm workin' on it :)

-- 
   Artur Maciąg                          http://www.artgabi.com.pl
----------------------------------------------------------------------
                       All generalizations are bad.




More information about the Clhp-devel mailing list