| View previous topic :: View next topic |
| Author |
Message |
mark_orion
Joined: 25 Mar 2007 Posts: 4
|
Posted: Sun Mar 25, 2007 8:57 pm Post subject: Icecast binary for linux (statically linked) ? |
|
|
I would like to run icecast on my webhosters server. The problem is that I cannot compile from source as I get lots of missing libraries reported. For shoutcast you get the whole server in a single binary. I tried it and it works excellent. Is there a way to get or generate such a binary for Icecast?
thanks Mark |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Mar 25, 2007 9:32 pm Post subject: |
|
|
Try make static, if you have static libs installed then it should use them.
karl. |
|
| Back to top |
|
 |
mark_orion
Joined: 25 Mar 2007 Posts: 4
|
Posted: Mon Mar 26, 2007 8:27 am Post subject: |
|
|
| karlH wrote: |
Try make static, if you have static libs installed then it should use them.
karl. |
I already tried this, but after I put the package on the webserver I still got missing libraries errors that tell me that e.g. libkrb5support is missing.
I wonder if it would be possible to have an icecast tarball that contains all the libraries needed and that can be installed in a normal User directory without any need for root access to the server. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Mar 26, 2007 10:57 am Post subject: |
|
|
That would indicate that you don't have a static lib for libkrb5support (I'm guessing it's referenced from libcurl). Just do a ldd of your icecast and it should have no references to dynamic libs.
karl. |
|
| Back to top |
|
 |
|