pgeschke
Newbie
Posts: 8
Joined: Sep 2007
Reputation: 1
|
RE: ispCP Daemon doesn't works / starts!
I might be able to help, as I fixed the problem for me.
looks like the daemon isn't really compiled, if it is debian and there is already a binary existing (which seems to be the case when downloading the RC3: -rwxr-xr-x 1 root root 11788 2008-02-07 23:49 ispcp_daemon ).
This binary is compiled for 32bit. If you are running a 64bit system (for any reason, in my case it's a lot of memory), you need to delete the existing binary and re-run make install
so:
cd /path/to/extracted/ispcp
rm -f tools/daemon/ispcp_daemon
make install
This works for me, daemon up and running.
|
|
02-19-2008 11:28 PM |
|