cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: Nov. 15 2003,09:27 |
|
You are correct about the ideal install locations, but the Firebird install script is designed to also work properly when you are using the live CD version of DSL and the live CD version will not let you write to /usr/bin or /usr/local/bin (Read Only File System error).
This is because when using the live CD, the "/usr" directory is actually a symlink to "/KNOPPIX/usr" (cdrom image)
It is possible to install Firebird to the above locations, but in order to do so the live CD structure would need to be modified in the following way: Create a REAL /usr directory in the ramdisk and then add a bunch of symlinks inside it that point back to each individual file contained inside the /KNOPPIX/usr directory.
You would then create a real /usr/bin and then create symlinks for all files inside /KNOPPIX/usr/bin etc, etc...
|