Thanks for your reply Capn_Fish!
Welcome to the wonderful world of pdax86... I've got it up and running using VirtualBox under Windows, but I think I'm missing something here.
The steps I followed so far were:
1. Setup VirtualBox in combination with pdaX86
- Create 2 virtual harddisks with 25Gb space each (dynamically expanding)
- Mount pdaXrom.iso (1.1.0beta4) as CD-ROM in VirtualBox
- Start virtual machine and login to pdaX86 as 'root'
- fdisk /dev/hda -> Create new partition
fdisk /dev/hdb -> Create new partition
mkfs.ext3 /dev/hda1
mkswap /dev/hdb1
mount /dev/hda1 /mnt/hd
- setup -> Choose /dev/hda1 (default) -> press OK
- reboot
2. pdaX86 harddisk installation
- mkdir ~/hdd-mount-point
- setup-hd ~/hdd-mount-point
Next I want to get svn up and running. To do this, I tried:
3. Initial setup
- mkdir ~/zip
- mkdir ~/src
- mkdir ~/pdaXrom-builder
- startx
- Start Mozilla
- Download 'Apache httpd-2.2.4' from
http://httpd.apache.org/download.cgi in ~/zip
- Download 'Subversion' from subversion.tigris.org in ~/zip
- cd ~/src
tar xjf ~/zip/httpd-2.2.4
tar xjf ~/zip/subversion-1.4.4.tar.bz2
4. Build Apache
- cd ~/src/httpd-2.2.4
- ./configure
- make
- make install
The last step (make install) results in lots of errors saying /usr/local/apache2 is a read-only file system.
I'm quite comfortable with Ubuntu, but this is new to me. I'm sure that one of the more experienced pdaXrom developers can help me out here. It must be possible to build and install new packages, or am I wrong?
InSearchOf? Meanie? adf? Capn_Fish? louigi600? Anyone else?
Help me out please
cortez