Displaying 2 results from an estimated 2 matches for "logsinglemessag".
Did you mean:
logsinglemessage
2015 Oct 30
1
Extending Icecast - Problem with Linker
...then copied the code over into the client.c module in the
Icecast source files, and made sure all of the relevant includes were
declared. When trying to compile Icecast with the additional logging
functionality, using ./configure & make, I received the following errors:
client.o: In function `logSingleMessage':
/home/hearme/radio/src/client.c:283: undefined reference to `mysql_init'
/home/hearme/radio/src/client.c:297: undefined reference to
`mysql_real_connect'
/home/hearme/radio/src/client.c:305: undefined reference to `mysql_query'
/home/hearme/radio/src/client.c:307: undefined refer...
2015 Oct 30
0
Extending Icecast - Problem with Linker
...then copied the code over into the client.c module in the
Icecast source files, and made sure all of the relevant includes were
declared. When trying to compile Icecast with the additional logging
functionality, using ./configure & make, I received the following errors:
client.o: In function
`logSingleMessage':/home/hearme/radio/src/client.c:283: undefined
reference to `mysql_init'/home/hearme/radio/src/client.c:297:
undefined reference to
`mysql_real_connect'/home/hearme/radio/src/client.c:305: undefined
reference to `mysql_query'/home/hearme/radio/src/client.c:307:
undefined reference...