04-01-2008, 02:50 AM
I use a real server with Debian Etch 32bit
My sources.list contains the following:
To install ispcp I did this:
And then I get the error: "Speicherzugriffsfehler" (engl: Memory access error)
A reboot did not help, so what can I do about it?
My sources.list contains the following:
Code:
deb http://ftp.de.debian.org/debian/ etch main non-free
deb http://security.debian.org/ etch/updates main contrib non-freeTo install ispcp I did this:
Code:
wget http://downloads.sourceforge.net/ispcp/ispcp-omega-1.0.0-rc4.tar.bz2
tar -xjvf ispcp-omega-1.0.0-rc4.tar.bz2
cd ispcp-omega-1.0.0
apt-get install $(cat ./docs/Debian/debian-packages-etch)
make installAnd then I get the error: "Speicherzugriffsfehler" (engl: Memory access error)
A reboot did not help, so what can I do about it?