Well, well, well,
I think I must change careers

. This is fun, although it's not fully working yet. Sit back and start reading, this is a lot of text

.
Turned out after I installed the mssii-bootstrap_1.2-7_arm.xsh ipkg was installed correctly. After that I was able to install Slimserver, out of the package you pointed out to me. That installation process took a while, since it started to download a bunch of applications that were needed (perl, mysql etc).
After downloading the packages, installation began. Here's the log:
Configuring mysql
Installing all prepared tables
/opt/libexec/mysqld: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by /opt/lib/libstdc++.so.6)
Installation of system tables failed!
Examine the logs in /opt/var/lib/mysql for more information.
You can also try to start the mysqld daemon with:
/opt/libexec/mysqld --skip-grant &
You can use the command line tool
/opt/bin/mysql to connect to the mysql
database and look at the grant tables:
shell> /opt/bin/mysql -u root mysql
mysql> show tables
Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /opt/var/lib/mysql that may be helpful.
The latest information about MySQL is available on the web at
http://www.mysql.com
Please consult the MySQL manual section: 'Problems running mysql_install_db',
and the manual section that describes problems on your OS.
Another information source is the MySQL email archive.
Please check all of the above before mailing us!
And if you do mail us, you MUST use the /opt/bin/mysqlbug script!
Starting MySQL................................... ERROR!
Configuring ncurses
update-alternatives: Linking //opt/bin/clear to /opt/bin/ncurses-clear
Configuring openssl
Configuring perl
Configuring readline
Configuring slimserver
Enter SLIMSERVER_HOME location [/home/slimserver]: I choose the default location
Configuring zlib
Successfully terminated.
As far as I understand it, something is wrong with MySQL installation. So I downloaded the gcc-package from the same ipkg.nslu2-linux.org as I took the slimserver package. Installed it and ...
So far so good ? I do not know. After installation of MySQL package I started it using the command "/opt/libexec/mysqld --skip -grant" as stated in the error message. Result below:
110630 20:10:57 [Warning] Can't open and lock time zone table: Table 'mysql.time_zone_leap_second' doesn't exist trying to live without them
/opt/libexec/mysqld: ready for connections.
Version: '4.1.22' socket: '/tmp/mysql.sock' port: 0 optware distribution 4.1.22-3
Nothing obvious seems to happen.
When I start Slimserver from another telnet session, after quite a few seconds a message appears:
Slimserver daemon started OK. PID is 20355.
When I visit the website (at port 9000) that fails...
So, I'm not fully operational yet, although I'm confident I will manage (with some help, that's for sure). Beside the troubles stated above, I'm not sure weather my changes are permanent (I mean that after reboot things will start up automaticly). I've placed a S99Slimserver file in /etc/rc.d/rc3.d but is that enough?
Thanks for reading and (unless you've fallen asleep

) your help.
Mark