Installation Apache2 Webserver:
aptitude install apache2
Installation der benötigten Bibliotheken:
aptitude install libstdc++5
Installation von Coldfusion:
Nun das Installationspaket (Linux bin-file) von der Adobe Webseite herrunterladen. Dazu muss man sich ggf. anmelden. Die 30 Tage Testversion ist ausreichend, da man später durch die Ei [...]
Monthly archives for March, 2010
Adobe Coldfusion 9 – Debian 5.0...
Installation Apache2 Webserver:
aptitude install apache2
Installation der benötigten Bibliotheken:
aptitude install libstdc++5
Installation von Coldfusion:
Nun das Installationspaket (Linux bin-file) von der Adobe Webseite herrunterladen. Dazu muss man sich ggf. anmelden. Die 30 Tage Testversion ist ausreichend, da man später durch die Ei [...]
VMWare Server 2 – Unable to bui...
Nur ein kleiner Post, die Lösung für “Unable to build the vsock module” Fehlermeldung bei der Installation von VMWare Server 2 unter Debian oder Ubuntu:
tar xvf /usr/lib/vmware/modules/source/vsock.tar
cd vsock-only
sed -i 's/^\#include
//' autoconf/*.c
make
cp vsock.o /lib/modules/$(uname -r)/misc
ln -s vsock.o /lib/modules/$(una [...]


