search for: xsltparsestylesheetfil

Displaying 8 results from an estimated 8 matches for "xsltparsestylesheetfil".

2004 Aug 06
3
Icecast drop in replacement for shoutcast
...e icecast-2.0-alpha-2-20030416.tar.gz file. I am using OpenBSD > 3.2 and it configured ok but it had a problem linking libxslt. I have it > installed > from the ports. Not sure what it is but I am going to check it out. > > Here is the last part of the log. > > checking for xsltParseStylesheetFile... no > configure: error: There was a problem linking with libxslt most likely that the library isn't installed correctly, the config.log will give more info. karl. <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast...
2004 Aug 06
2
Icecast drop in replacement for shoutcast
On Fri, 2003-04-18 at 18:56, Travis Pinney wrote: > Well I guess the newest CVS version allows for this. I have been trying > to install this on openbsd but it doesnt like the libtool that is in the > openbsd ports. > Anyone have experience with installing the current CVS version of > icecast with openbsd? use the most recent tarball on www.xiph.org/~brendan. The BSD's do
2004 Aug 06
0
Icecast drop in replacement for shoutcast
Thanks for the info. I checked the config.log and I got this information. configure:9311: checking for xsltParseStylesheetFile configure:9361: gcc -o conftest -O20 -fsigned-char -D_REENTRANT -I/usr/local/inc lude -I/usr/local/include/libxml conftest.c -lpthread -L/usr/local/lib -lxsl t -lxml2 -lz -liconv -lm >&5 ld: -lpthread: no match collect2: ld returned 1 exit status It seems like this has to do with how...
2004 Aug 06
5
building icecast2 on OpenBSD
...const... yes checking for socklen_t... yes checking for nanosleep... no checking for poll... no checking for sethostent... no checking for endhostent... no checking for getnameinfo... no checking for getaddrinfo... no checking for inet_pton... no checking for xslt-config... xslt-config checking for xsltParseStylesheetFile... no configure: error: There was a problem linking with libxslt the library is in the ld path: # ldconfig -r | grep xslt 65:-lexslt.7.18 => /usr/local/lib/libexslt.so.7.18 66:-lxslt.1.27 => /usr/local/lib/libxslt.so.1.27 67:-lxsltbreakpoint.1.8 => /usr/local/lib...
2004 Aug 06
0
Icecast drop in replacement for shoutcast
I tried the icecast-2.0-alpha-2-20030416.tar.gz file. I am using OpenBSD 3.2 and it configured ok but it had a problem linking libxslt. I have it installed from the ports. Not sure what it is but I am going to check it out. Here is the last part of the log. checking for xsltParseStylesheetFile... no configure: error: There was a problem linking with libxslt Thanks, Travis <p>Karl Heyes wrote: >On Fri, 2003-04-18 at 18:56, Travis Pinney wrote: > > >>Well I guess the newest CVS version allows for this. I have been trying >>to install this on openbsd but it...
2004 Aug 06
5
Stream with Ices2 sound very metallic
Hi, I don't know why, but the stream generated by ices sounds very metallic, compared to the radio, and compared to a stream of the same quality with darkice. I tried different parameters, but it doesn't change. My parameters are : <input> <module>oss</module> <param name="rate">44100</param> <!-- samplerate --> <param
2011 Aug 26
1
gem installation issues
...-xslt Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR:Error installing ruby-xslt:ERROR:Failed to build gem native xtension. C:/RailsInstaller/Ruby1.8.7/bin/ruby.exe extconf.rb checking for xmlParseDoc() in -lxml2... no checking for xsltParseStylesheetFile() in -lxslt... no checking for exsltRegisterAll() in -lexslt... no *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration opt...
2004 Aug 06
2
improved error.log output --diff
...(stat(fn, &file)) { - DEBUG1("Error checking for stylesheet file: %s", strerror(errno)); + DEBUG1("Error checking for stylesheet file: %s, %s", strerror(errno), dash); return NULL; } @@ -111,7 +111,7 @@ cache[i].stylesheet = xsltParseStylesheetFile(fn); cache[i].cache_age = time(NULL); } - DEBUG1("Using cached sheet %i", i); + DEBUG1("Using cached sheet %i, %s", i, dash); return cache[i].stylesheet; } } diff -u --rec...