[hunchentoot-devel] New version 0.4.3 (Was: [Lispweb] Announcement: Hunchentoot)
Edi Weitz <[email protected]> Wed, 11 Oct 2006 09:06:34 +0200
| Newsgroups | gmane.lisp.lib.tbnl.general,gmane.lisp.web |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 10 Oct 2006 22:24:27 +0000, Ralf Stoye <[email protected]> wrote: > I just tested Hunchentoot on osx openmcl (ppc) Might as well be that you're the first one... :) > + `(ccl::atomic-incf-decf ,place ,delta)) Ugh, another unexported symbol in the OpenMCL port. Well, we'll see what happens... Thanks for the patches - I've made a new release which incorporates them. > further i had to adjust the path to libssl in cl+ssl, in file > cl+ssl.asd, just below (defparameter *libssl-pathname*....) insert: > #+(and :openmcl :DARWIN-TARGET) > (setf *libssl-pathname* "/usr/lib/libssl.dylib") That should be sent to the cl+ssl maintainer. Cheers, Edi.