Installing osCommerce on Debian Sarge
I’ve installed osCommerce on Debian Sarge with apache2. For a long time, step 2 of the installation process failed without any warning, stopping with the text:
New Installation
Database Import
After all I found in a bug-report on the osCommerce-site, that probably the php4-mysql package was missing. After # apt-get install php4-mysql I could pass on. Stupid installer who does not check it’s dependencies.