All,

     I am moving a Liquidsoap instance to a new box (fresh install, etc, 
same content to be streamed). Problem is, it just won't compile. ]



I am using ocaml 4.0 (latest) on CentOs 5.8, trying to get liquidsoap 
1.0 up and running.

After fighting dependency hell (most packages that the ocaml 
dependencies required wouldn't work) I got it to configure and that part 
looks good.

Problem is, after letting make run for a bit, it errors out, at the same 
time, each time.

OCAMLOPT -o liquidsoap
tools/socket_stubs.o: In function `stub_set_tcp_nodelay':
socket_stubs.c:(.text+0x82): undefined reference to `setsockopt_int'
collect2: ld returned 1 exit status
File "caml_startup", line 1:
Error: Error during linking



Happens each and every time.


I see this line referenced on google as the cause:


value setsockopt_int(int *sockopt, value socket, int level, value 
option, value status); /* from ocaml-3.08 sockopt.o */



Anyone have any good suggestions on how to remedy this?


~Seann


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to