David, I did an: rpm -qa | grep -i x11 and found: xorg-x11-filesystem (I was able to remove this by itself easily..no dependencies) libX11 pulseaudio-module-X11 (also removed...no dependencies)
libX11 I was not able to remove as ocaml itself is dependent on it. I'm guessing that is a result of whomever packaged the version up that I'm using? I did just run through the configure.. I do see Graphics says yes, but SDL says no. I definitely don't have XWindows installed.. so it appears that the configure command is improperly assuming I have XWindows based on libX11 being installed?? Or do you think perhaps it is because ocaml was packaged with a dependency to libX11? Is there any way to force disable X11 support through the ./configure command for liquidsoap? thanks Max On 10/11/2010 4:11 AM, David Baelde wrote: > Hi, > > On Mon, Oct 11, 2010 at 8:41 AM,<[email protected]> wrote: >> I was able to work through quite a few problems the >> install through at me, > Good on you! > >> but this one absolutely has be stuck: >> /usr/bin/ld: cannot find -lX11 > OK, it seems that the build system figured that you need X11 (xorg) > but you probably don't have it on your server. I built liquidsoap > recently on a server without X11 installed, so it should be possible. > What we need to do is figure what caused this... Could it be that the > Graphics or SDL package have been detected? This would show up in > liquidsoap's configure. No other idea for now unfortunately :\ > > Cheers, > > David ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
