Hi,
I'm itrying to install Drupal on a Debain box, so far without success.
Current configuration:
* OS: Debian GNU/Linux "Sarge"
* Apache 2.0.54
* PHP 4.3.10
In my first attempt I installed the Drupal-packages from the Debian-distribubtion (packages "drupal", "drupal-theme-marvinclassic" und "drupal-theme-unconed"); this seemed to work somehow, e.g. I could create the first "admin account", but after logging in the first time, everything else failed completely; e.g. when loading http://domain/drupal/, the Drupal start page appeared without any theme, and when accessing a random feature like "administer", "recent posts" etc., it resulted in "Not Found: The requested URL /usr/share/drupal/index.php was not found on this server". The logfile /var/log/apache2/error.log explained: "File does not exist: /var/www/usr" .
Debian puts the Drupal-files in /usr/share/drupal and creates an alias in the Apache config:
/etc/drupal/apache.conf:
Alias /drupal /usr/share/drupal
[...]
However, Apache seemed to look unsuccessfully for "usr" under /var/www (!) for some unknown reason. With some help from Google I found [1] which claimed, this would be Debian-specific. In uninstelled the packages ("aptitude remove drupal..."), purged the configuration files ("dpkg --purge drupal...") and got the tarball http://drupal.org/files/projects/drupal-4.6.3.tar.gz, which I now unpacked in /var/www/drupal; the Alias for Drupal in the Apache config (/etc/apache2/conf.d/drupal) was removed an the Apache httpd restarted.