After building the sources, I tried to use 'make
install' to install the software, but it is failing
with the following error:
[root@stream liveice-sn04]# make install
make: ./mkdirs: Command not found
make: *** [installdirs] Error 127
Apparently, /bin/mkdirs is not included in a minimal
CentOS 4.2 install - and you don't include your own
copy in the distribution.
I created the following quickie script as a workaround:
#!/bin/bash
/bin/mkdir -p $1
And upon re-running 'make install', I got the following
error:
[root@stream liveice-sn04]# make install
/usr/bin/install: cannot stat `./liveice.cfg': No such
file or directory
make: *** [install] Error 1
You might want to have a basic config file put in place
to have the 'make install' function work as well.
Copying liveice.cfg.dist to liveice.cfg made the
install work successfully.
However, icecast now installs by default into
/usr/local, not /usr/local/icecast.
Stephen Nixon
None
None
Public
|
Date: 2007-02-10 03:20
|
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Pending | 2007-02-10 03:20 | sf-robot |
| close_date | 2007-01-27 00:41 | 2007-02-10 03:20 | sf-robot |
| status_id | Open | 2007-01-27 00:41 | jbullet |
| priority | 5 | 2007-01-27 00:41 | jbullet |
| assigned_to | nobody | 2007-01-27 00:41 | jbullet |
| close_date | - | 2007-01-27 00:41 | jbullet |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use