Displaying 3 results from an estimated 3 matches for "port50".
Did you mean:
port0
2004 Aug 06
2
statically link icecast2.
...) and provided you have the
> static libs installed, you should be able to build it statically with
>
> make CFLAGS=-static
This doesn't seem to work. If I use the file command on the
icecast executable, it still says that the file is dynamically linked.
If I use ldd I've got :
port50-2:~/icecast-2.0.0/src$ ldd icecast
libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0x4002a000)
libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0x40059000)
libdl.so.2 => /lib/libdl.so.2 (0x4014a000)
libz.so.1 => /usr/lib/libz.so.1 (0x4...
2004 Aug 06
0
statically link icecast2.
On Tue, 2004-02-24 at 08:51, Jerome Alet wrote:
> > make CFLAGS=-static
>
> This doesn't seem to work. If I use the file command on the
> icecast executable, it still says that the file is dynamically linked.
>
> If I use ldd I've got :
>
> port50-2:~/icecast-2.0.0/src$ ldd icecast
> libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0x4002a000)
> libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0x40059000)
> libdl.so.2 => /lib/libdl.so.2 (0x4014a000)
> libz.so.1 => /us...
2004 Aug 06
4
statically link icecast2.
Hi there,
I'd want to know how can I statically link icecast 2 when compiling
it on my laptop.
I want to compile it there, then just copy the final statically
linked executable on a server which doesn't currently have the
appropriate libraries (and for which upgrading is currently not an
option).
I've searched a lot, and tried --enable-static and --disable-shared,
but these