Hello icecast, I've a Linux server with this configuration: Slackware 8.1 Apache with mod_ssl openssl I've installed (from cvs): OGG VORBIS I've installed ICECAST 2 trough this command: ./autogen.sh ./configure --with-ogg-prefix=/[path]/ogg \ --with-vorbis-prefix=/[path]/vorbis (from configure): checking for Ogg... yes checking for Vorbis... yes checking for libcurl... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for cc_r... gcc configure: creating ./config.status config.status: creating Makefile config.status: creating conf/Makefile config.status: creating src/Makefile config.status: creating src/avl/Makefile config.status: creating src/httpp/Makefile config.status: creating src/thread/Makefile config.status: creating src/log/Makefile config.status: creating src/net/Makefile config.status: creating src/timing/Makefile config.status: creating doc/Makefile config.status: creating web/Makefile config.status: creating win32/Makefile config.status: creating win32/res/Makefile config.status: executing default-1 commands <p>When I try the "make", I have this error: gcc -g -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include/ogg/include -I/usr/include/vorbis/include -o icecast config.o main.o logging.o sighandler.o connection.o global.o util.o slave.o source.o stats.o refbuf.o client.o format.o format_vorbis.o format_mp3.o xslt.o fserve.o geturl.o yp.o net/.libs/libicenet.al thread/.libs/libicethread.al httpp/.libs/libicehttpp.al log/.libs/libicelog.al avl/.libs/libiceavl.al timing/.libs/libicetiming.al -lpthread -L/usr/lib /usr/lib/libxslt.so -lm -lz -lm -lm -lz -lm -lz -lm /usr/lib/libxml2.so -lz -lm -lz -lm -L/usr/include/ogg/lib -L/usr/include/vorbis/lib /usr/lib/libvorbis.so -lm /usr/lib/libogg.so -lm /usr/lib/libcurl.so -lssl -lcrypto -ldl /usr/i386-slackware-linux/bin/ld: cannot find -lcrypto collect2: ld returned 1 exit status make[2]: *** [icecast] Error 1 make[2]: Leaving directory `/[path]/icecast/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/[path]/icecast/src' make: *** [all-recursive] Error 1 <p>Where is the "lcrypto"??? Any idea to solve this problem??? Thanks in advance -- Best regards, Paolo Remonato --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.