search for: libcgi

Displaying 3 results from an estimated 3 matches for "libcgi".

Did you mean: libfcgi
2005 Mar 02
2
icecast2yp server problem...
....0.1 | Some classic Klezmer recordings | Klezmer | | 1109789709.513893 | | | http://spunk-dnsalias-org:8000/test-vorbis-ogg | 2 | application/ogg | Vorbis | 128 | 0 | 2 | 44100 | dashes. it seems that cgi_unescape_special_chars from libcgi is b0rken: char input[] = "http%3a%2f%2fspunk%2ednsalias%2eorg%3a8000%2ftest%2dvorbis%2eogg"; char *output = cgi_unescape_special_chars(input2); printf("%s is %s\n", input, output); gives http%3a%2f%2fspunk%2ednsalias%2eorg%3a8000%2ftest%2dvorbis%2eogg is http://spunk-dnsal...
2013 Aug 13
0
Processed: perl 5.18 transition nearly ready
...everity 708596 serious Bug #708596 {Done: gregor herrmann <gregoa at debian.org>} [src:libdata-alias-perl] libdata-alias-perl: FTBFS with perl 5.18: Error in `/usr/bin/perl': realloc() Severity set to 'serious' from 'important' > severity 711430 serious Bug #711430 [src:libcgi-cookie-splitter-perl] libcgi-cookie-splitter-perl: FTBFS with perl 5.18: test failures Severity set to 'serious' from 'important' > severity 710979 serious Bug #710979 [src:libperlio-via-symlink-perl] libperlio-via-symlink-perl: FTBFS with perl 5.18: inc/Module/Install.pm Severit...
2007 Jan 03
18
error "Stack level too deep" on ''exec[ "perl Makefile.PL" ] ?
Hi, I''m testing puppet from the subversion trunk. I have a rather hacked-together system to install a CRM into one of my nodes, which worked (more or less) with version 0.19.3. When I tried to do a puppet run on a completely clean node it seemed to stall on the ''compilation'' part (I do an exec of ''perl Makefile.PL'' in the appropriate dir). When I broke