search for: lxslt

Displaying 11 results from an estimated 11 matches for "lxslt".

Did you mean: xslt
2010 Nov 30
1
Adding dependencies
...alled the libraries on my machine, as well as added both the .c and .h files for the library to my icecast source folder. However, while running make, I get: ad.a httpp/.libs/libicehttpp.a log/.libs/libicelog.a avl/.libs/libiceavl.a timing/.libs/libicetiming.a -lssl -lcrypto -lcurl -lvorbis -logg -lxslt -lxml2 -lz -lpthread -licucore -lm Undefined symbols: "_redisConnect", referenced from: _logging_playlist in logging.o "_redisFree", referenced from: _logging_playlist in logging.o "_freeReplyObject", referenced from: _logging_playlist in loggin...
2006 Apr 01
2
compiling 2.3.1
...fserve.o event.o admin.o md5.o format.o format_ogg.o format_mp3.o > format_midi.o format_flac.o auth.o auth_htpasswd.o format_vorbis.o > net/libicenet.la thread/libicethread.la httpp/libicehttpp.la > log/libicelog.la avl/libiceavl.la timing/libicetiming.la -lvorbis > -L/usr/lib -lxslt -lxml2 -lz -lpthread -lm > gcc -pthread -g -O2 -o icecast cfgfile.o main.o logging.o sighandler.o > connection.o global.o util.o slave.o source.o stats.o refbuf.o > client.o xslt.o fserve.o event.o admin.o md5.o format.o format_ogg.o > format_mp3.o format_midi.o format_flac.o auth....
2011 Oct 19
1
Failed dependencies for libxslt-ruby on CentOS 6
...) in -llibiconv... no checking for iconv_open() in -lc... yes checking for xmlXPtrNewRange() in -lxml2... yes checking for libxml/xmlversion.h... no checking for libxml/xmlversion.h in /opt/include/libxml2,/usr/local/include/libxml2,/usr/include/libxml2... yes checking for xsltApplyStylesheet() in -lxslt... yes checking for xslt.h... no checking for xslt.h in /opt/include/libxslt,/usr/local/include/libxslt,/usr/include/libxslt... yes checking for exsltRegisterAll() in -lexslt... yes checking for exslt.h... no checking for exslt.h in /opt/include/libexslt,/usr/local/include/libexslt,/usr/include/lib...
2006 Apr 01
0
compiling 2.3.1
...o admin.o md5.o format.o format_ogg.o format_mp3.o >> format_midi.o format_flac.o auth.o auth_htpasswd.o format_vorbis.o >> net/libicenet.la thread/libicethread.la httpp/libicehttpp.la >> log/libicelog.la avl/libiceavl.la timing/libicetiming.la -lvorbis >> -L/usr/lib -lxslt -lxml2 -lz -lpthread -lm gcc -pthread -g -O2 -o >> icecast cfgfile.o main.o logging.o sighandler.o connection.o global.o >> util.o slave.o source.o stats.o refbuf.o client.o xslt.o fserve.o >> event.o admin.o md5.o format.o format_ogg.o format_mp3.o format_midi.o >> for...
2004 Aug 06
0
small icecast fix
...002 05:06:58 -0000 1.8 +++ src/Makefile.am 28 Aug 2002 10:30:22 -0000 @@ -16,8 +16,8 @@ icecast_SOURCES = config.c main.c loggin icecast_LDADD = net/libicenet.la thread/libicethread.la httpp/libicehttpp.la\ log/libicelog.la avl/libiceavl.la timing/libicetiming.la -LIBS = @LIBS@ -lxslt -lpthread @SOCKET_LIBS@ @XML_LIBS@ @OGG_LIBS@ @VORBIS_LIBS@ -CFLAGS = -g @CFLAGS@ @XML_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ +LIBS = @LIBS@ @XSLT_LIBS@ -lpthread @SOCKET_LIBS@ @XML_LIBS@ @OGG_LIBS@ @VORBIS_LIBS@ +CFLAGS = -g @CFLAGS@ @XML_CFLAGS@ @XSLT_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ INCLUDE...
2004 Aug 06
5
building icecast2 on OpenBSD
...king 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/libxsltbreakpoint.so.1.8 and the symbol is in there: # nm /usr/local/lib/libxslt.so.1.27 | grep ParseStylesheet 000151a4 T _xsltParseStylesheetAttributeSet 0000c51c T _xsltParseStylesheetCallerParam 0...
2004 Aug 06
3
icecast/libxslt compile error
Wondering if anyone else is having this problem compiling the latest version in CVS. autogen.sh runs fine, configure runs fine, make fails with the following: gcc -DPACKAGE=\"icecast\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 -DHAVE_IPV6=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -DCHUID=1 -DCHROOT=1 -I. -I. -I./net -I./thread -I./avl -I./httpp -I./log -I./timing -g -O20
2009 Jun 04
2
Problem compiling Wine with Freetype on Ubuntu Hardy 64
I have a problem compiling Wine with Freetype. Not sure what to do: dpkg -i wine*.deb Code: checking for freetype-config... freetype-config checking for -lfreetype... not found configure: error: FreeType development files not found. Fonts will not be built. Dialog text may be invisible or unaligned. Use the --without-freetype option if you really want this. make: *** [config.status] Error 1
2011 Aug 26
1
gem installation issues
...TH 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 options:...
2006 May 18
2
Problems compiling Wine
...in -laudio... yes checking libxml/parser.h usability... yes checking libxml/parser.h presence... yes checking for libxml/parser.h... yes checking for xmlParseMemory in -lxml2... yes checking for xmlReadMemory in -lxml2... yes checking for libxslt/pattern.h... yes checking for xsltCompilePattern in -lxslt... yes checking for libxslt/transform.h... yes checking for xsltCompilePattern in -lxslt... (cached) yes Package hal was not found in the pkg-config search path. Perhaps you should add the directory containing `hal.pc' to the PKG_CONFIG_PATH environment variable No package 'hal' found P...
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
...for xmlSchemaSetParserStructuredErrors in -lxml2... yes checking for xmlSchemaSetValidStructuredErrors in -lxml2... yes checking for xmlFirstElementChild in -lxml2... yes checking for xmlDocProperties... yes checking for libxslt/pattern.h... yes checking for libxslt/transform.h... yes checking for -lxslt... libxslt.1.dylib checking dbus/dbus.h usability... no checking dbus/dbus.h presence... no checking for dbus/dbus.h... no checking hal/libhal.h usability... no checking hal/libhal.h presence... no checking for hal/libhal.h... no checking for -lncurses... libncurses.5.dylib checking for mousemask.....