I am trying to build a secure server using the HTTPS protocol with SSL. Although the Apache mod_ssl adds a long list of relevant environment variable to the...
Brook Milligan
brook@...
May 3, 2006 2:55 pm
755
For C/python users who use the CGI kit, there is a long list of SSL variables defined in cgi/cgi.c, but those may not match with the mod_ssl version you are...
Hi all, I decided to get a Yahoo account so I could join the group to post discussion questions. I'm a happy Clearsilver user, and I was excited to see that...
I'm looking for a web application framework (or parts of one) to put on an embedded system (Linksys NSLU2). The system has a 200MHz ARM processor, 32MB RAM,...
I know of at least one company which was using CS for an embedded device, though they never shipped. They had stripped it down a bit by removing some of the...
Hello, I am compiling clearsilver on Fedora Core 5, but the perl module is not compiling properly. The configure script completes, but the 'make' does not get...
Do you have the zlib-devel rpm installed? Does 'locate libz.a' return anything? Brandon ... -- "God took 6 days to create the world, but the first one was an...
Brandon, Thanks for the response. Sorry I didn't get back to you earlier. I am working on the project that I discussed with this list on a temporary basis, ...
I'm evaluating cleansilver for heavy duty project. Passing cs test binary thru valgrind (after adding hdf_destroy to original code) shows following: ==14866==...
I wouldn't consider these memory leaks. They are singletons which are allocated once at program start by nerr_init. I'm sure we could add a "nerr_shutdown"...
Hi, I am a co-maintainer of the debian clearsilver package and I have a (surely) stupid question: For now there is only a python2.3-clearsilver package...
... Presumably there is only the neo_cgi.so python module. Assuming that module is in the python path somewhere, then yes, python2.4 should be able to import...
Hi I have created a web application with cs and python. in my script for post action i use another module and I want to read query data and post back them to...
... You only need the python module for Trac. I don't think anyone uses the apache module. Brandon -- "Don't get suckered in by the comments -- they can be...
... I'm sorry, I don't quite understand what you are trying to do. Yes, you can definitely pass an HDF object to methods in python. If you are trying to save...
Hi, I am using clearsilver (and FCGI) for a small web app. I noticed that I was getting a segfault when cgi_redirect() gets called when I am debugging from the...
Hi, the attached patch fixes a small problem of the Makefile of clearsilver, that only occours, if ruby is not installed. how to reproduce: run "make...
Hi, while playing around with the debian package of clearsilver, I had some problems with using setup.py. It seemed to me, as if it would parse rules.mk for...
Hi I'm using ubuntu 6.06 LTS and I have problem compiling clearsilver for python. I set path of python at rules.mk but when I run make file its show me so many...
Did you run the configure script? You shouldn't need to edit rules.mk, if you want to specify a python use --with-python to point at the python binary. Brandon...
Hi, the files "config.guess" and "config.sub" shipped with clearsilver seem to be quite old. And at least "config.guess" causes a problem when compiling ...
Yeah, probably. I probably copied them from my rh9 box, so they're a bit dated. I'll include a later version in the next release. Brandon ... -- "Support...
Hi, there is an error in configure or in the makefiles of 0.10.3. During build and installation of the perl modules the --prefix flag from configure is ...
Gerald Dachs
gda@...
Jul 11, 2006 1:49 pm
778
... +++ clearsilver-0.10.3/Makefile 2006-07-11 16:01:53.000000000 +0200 @@ -29,7 +29,7 @@ @for mdir in $(SUBDIRS); do \ if test -d $$mdir; then \ if test -f...
Gerald Dachs
gda@...
Jul 11, 2006 2:29 pm
779
Thanks. This is fixed in the repository, but I haven't made a new release yet. Brandon ... -- Windows NT crashed. I am the Blue Screen of Death. No one hears...
... Before you make a new release could you please check that all the lines in the Makefiles that look similar to this $(LD) $@ $(CSTEST_OBJ) $(LIBS) get...
Sure, I'll make that change. Brandon ... -- "What a relief. I can continue ignoring the national pastime uninterrupted." -- Huey on the missed Baseball...
Sure, I'll include it in the next release. Brandon ... -- "WARNING: The following program contains facts that will challenge the self-centered fantasies &...