> it doesn't do anything with ssl, however it depends on curl for YP and > that can have a dependency on ssl. Either install the ssl lib or > install curl without ssl support.hmmm :-/ ... I'm sure, I've installed the sslib already. How is the name of that file? libssl.a? Did you know the standard location, where to place it? Is it /usr/lib? Greetings Tol <p>--- >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.
On Fri, 2004-04-23 at 16:03, Anatol wrote:> > it doesn't do anything with ssl, however it depends on curl for YP and > > that can have a dependency on ssl. Either install the ssl lib or > > install curl without ssl support. > hmmm :-/ ... I'm sure, I've installed the sslib already. How is the name > of that file? libssl.a? Did you know the standard location, where to > place it? Is it /usr/lib?usually libssl.a (static) or libssl.so (shared). I'm guessing you don't have the development package installed. The .so is needed for linking karl. <p>--- >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.
Hi Karl! many, many thanks for your rapid support!! :-) <p>> usually libssl.a (static) or libssl.so (shared). I'm guessing you don't> have the development package installed. The .so is needed for linkingI found 3 libssls: /usr/lib/libssl.so.0 /usr/lib/libssl.so.0.9.6 /usr/local/ssl/lib/libssl.a The first is an sym-link to the second. I havn't setup this server so I assume the first and second entry bases on the standard installation (suse-linux) and the third is a manuel installation. I guess, the first must the right file, but how can I told it "make"? Did you know where make search for this file? <p>Tol <p>--- >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.