Search the web
Sign In
New User? Sign Up
ClearSilver
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 754 - 783 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
754
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@...
Send Email
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...
Brandon Long
blong42
Offline Send Email
May 3, 2006
8:25 pm
756
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...
Jay Loden
nitwhite
Offline Send Email
May 8, 2006
12:56 am
757
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,...
Cliff Brake
cbrakefom
Offline Send Email
May 16, 2006
4:42 pm
758
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...
Brandon Long
blong42
Offline Send Email
May 16, 2006
5:33 pm
759
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...
chandj34
Offline Send Email
May 18, 2006
3:13 am
760
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 Long
blong42
Offline Send Email
May 18, 2006
3:23 am
761
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, ...
Jeffrey Chandler
chandj34
Offline Send Email
May 19, 2006
2:12 pm
762
I'm evaluating cleansilver for heavy duty project. Passing cs test binary thru valgrind (after adding hdf_destroy to original code) shows following: ==14866==...
a290477
Offline Send Email
May 26, 2006
10:22 pm
763
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"...
Brandon Long
blong42
Offline Send Email
May 26, 2006
10:37 pm
764
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...
lars
joerg_karoll
Offline Send Email
Jun 7, 2006
11:19 pm
765
... 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...
Brandon Long
blong42
Offline Send Email
Jun 8, 2006
12:31 am
766
Hello! I just did ./compile --with-apache=/usr/local/apache2/ and it doesn't seem to like Apache 2.2.*: checking for apache apxs... found...
martin.lundberg
Offline Send Email
Jun 15, 2006
3:40 pm
767
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...
mehdi mirzamohammadi
memirzamo
Offline Send Email
Jun 15, 2006
3:43 pm
768
... 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...
Brandon Long
blong42
Offline Send Email
Jun 15, 2006
7:50 pm
769
... 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...
Brandon Long
blong42
Offline Send Email
Jun 15, 2006
7:52 pm
770
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...
jon_nalley
Online Now Send Email
Jun 21, 2006
5:29 pm
771
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...
lars
joerg_karoll
Offline Send Email
Jun 22, 2006
2:15 am
772
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...
lars
joerg_karoll
Offline Send Email
Jun 22, 2006
10:25 pm
773
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...
mehdi mirzamohammadi
memirzamo
Offline Send Email
Jun 29, 2006
7:47 pm
774
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...
Brandon Long
blong42
Offline Send Email
Jun 30, 2006
6:22 am
775
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 ...
lars
joerg_karoll
Offline Send Email
Jul 7, 2006
5:02 am
776
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...
Brandon Long
blong42
Offline Send Email
Jul 7, 2006
9:36 pm
777
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@...
Send Email
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@...
Send Email
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...
Brandon Long
blong42
Offline Send Email
Jul 11, 2006
10:35 pm
780
... 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...
Gerald Dachs
gda@...
Send Email
Jul 12, 2006
6:38 am
781
Hi, ... any comments? regards, Lars...
lars
joerg_karoll
Offline Send Email
Jul 12, 2006
8:36 am
782
Sure, I'll make that change. Brandon ... -- "What a relief. I can continue ignoring the national pastime uninterrupted." -- Huey on the missed Baseball...
Brandon Long
blong42
Offline Send Email
Jul 13, 2006
6:54 am
783
Sure, I'll include it in the next release. Brandon ... -- "WARNING: The following program contains facts that will challenge the self-centered fantasies &...
Brandon Long
blong42
Offline Send Email
Jul 13, 2006
6:56 am
Messages 754 - 783 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help