OK I have made a little bit of progress.
I ahve worked out how to log in with terminal and ssh on my mac
I am looking at this guide
http://www.howtoforge.com/ubuntu_debian_lamp_server
as i could not find anything better in the wiki here
i am getting these errors when trying to install php.
li6-87:~# apt-get install apache2 php4 libapache2-mod-php4
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
apache2-mpm-prefork apache2-utils apache2.2-common libapr1 libaprutil1
libexpat1 libmagic1 libpq4 libsqlite3-0 libzzip-0-12 mime-support
php4-common ucf
Suggested packages:
php-pear file
Recommended packages:
debconf-utils
The following NEW packages will be installed:
apache2 apache2-mpm-prefork apache2-utils apache2.2-common
libapache2-mod-php4 libapr1 libaprutil1 libexpat1 libmagic1 libpq4
libsqlite3-0 libzzip-0-12 mime-support php4 php4-common ucf
0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
Need to get 4072kB/4634kB of archives.
After unpacking 12.5MB of additional disk space will be used.
Do you want to continue [Y/n]? yes
Err
http://ftp.us.debian.org stable/main libmagic1 4.17-5etch1
404 Not Found [IP: 128.30.2.36 80]
Err
http://ftp.us.debian.org stable/main libpq4 8.1.8-1
404 Not Found [IP: 128.30.2.36 80]
Err
http://ftp.us.debian.org stable/main apache2-utils 2.2.3-4
404 Not Found [IP: 128.30.2.36 80]
Err
http://ftp.us.debian.org stable/main apache2.2-common 2.2.3-4
404 Not Found [IP: 128.30.2.36 80]
Err
http://ftp.us.debian.org stable/main apache2-mpm-prefork 2.2.3-4
404 Not Found [IP: 128.30.2.36 80]
Get:1
http://ftp.us.debian.org stable/main libzzip-0-12 0.12.83-8 [34.8kB]
Err
http://ftp.us.debian.org stable/main php4-common 6:4.4.4-8+etch1
404 Not Found [IP: 128.30.2.36 80]
Err
http://ftp.us.debian.org stable/main libapache2-mod-php4 6:4.4.4-8+etch1
404 Not Found [IP: 128.30.2.36 80]
Get:2
http://ftp.us.debian.org stable/main php4 6:4.4.4-8+etch1 [1166B]
Err
http://security.debian.org stable/updates/main libmagic1 4.17-5etch1
404 Not Found [IP: 212.211.132.32 80]
Fetched 36.0kB in 0s (67.9kB/s)
Failed to fetch
http://security.debian.org/pool/updates ... 1_i386.deb 404 Not Found [IP: 212.211.132.32 80]
Failed to fetch
http://ftp.us.debian.org/debian/pool/ma ... 1_i386.deb 404 Not Found [IP: 128.30.2.36 80]
Failed to fetch
http://ftp.us.debian.org/debian/pool/ma ... 4_i386.deb 404 Not Found [IP: 128.30.2.36 80]
Failed to fetch
http://ftp.us.debian.org/debian/pool/ma ... 4_i386.deb 404 Not Found [IP: 128.30.2.36 80]
Failed to fetch
http://ftp.us.debian.org/debian/pool/ma ... 4_i386.deb 404 Not Found [IP: 128.30.2.36 80]
Failed to fetch
http://ftp.us.debian.org/debian/pool/ma ... 1_i386.deb 404 Not Found [IP: 128.30.2.36 80]
Failed to fetch
http://ftp.us.debian.org/debian/pool/ma ... 1_i386.deb 404 Not Found [IP: 128.30.2.36 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
li6-87:~#
I have set up a debain 4 system as follows
Configuration Profiles RAM Action
My Debian 4.0 Profile (Latest 2.6 Series (2.6.18-domU-linode4)) - Last Booted - max
Delete Disk Images Size Action
Debian 4.0 Disk Image (ext3) 15104 MB Image Options
256MB Swap Image (swap) 256 MB Image Options
any idea on how to get php4/5 installed?
thanks