Displaying 2 results from an estimated 2 matches for "lxsl".
Did you mean:
lsl
2004 Aug 06
3
Icecast drop in replacement for shoutcast
On Fri, 2003-04-18 at 20:01, Travis Pinney wrote:
> 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
>
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 openbsd works with threads. I went
in and change the -lpthread to just -pthread and it was able to compile.
I am not
sure if this is a fix or not.
With openbsd I...