Hello Community,
i have tried days and hours of hours to run a acceptable good and full developing environment (Webserver [Apache, lighttpd ...], PHP, Database [mysql, postgresql, Sqlite3]) for Web Coding. But nothing works
I tried the following things:
1. ) Install Apache 2 with PHP4 support --> Works good --> Installing the mysql 4 Database --> Install works, but the start devours the whole zaurus (Because the > 8 Proccesses eats alle memory [can't get fewer proccesses than these my.cnf tuning has no effect) --> Developing impossible
2.) Install Apache 2 with PHP 5 support --> Works good --> Sqlite2 works, but i need sqlite3 support, because i have a sqlite3 Database on a productive openbsd server [converting from a a new Database to an old one is, in my opinion, stupid] --> Developing impossible
3.) Install Apache 2 with PHP 4 support --> Works good --> Installing the mysql 3 Database, works also. --> No support for mysql3 in PHP4 (needs libmysqlclient.so.6 but mysql3 have libmysqlclient.so.3) --> Developing impossible
4.) Install Apache 2 with PHP5 support --> Works good --> Install Postgresql (Eats here on the Z less memory than mysql ...) --> But where's the PHP support for it .... --> Developing impossible
5.) Install Lighttpd --> works gread (eats very few memory) --> But where can i get an fcgi compiled PHP Version for the Z.... --> Developing impossible
6.) Tried the arm binarys of PHP Debian Package (Convert it to ipk Packages) but he tells me that the encoding type is wrong (something with ELF ...) --> Developing impossible
7.) Tried to compile the php sources. But the few memory (for compiling too few) on the Z kills the compiling proccess.
Now i will try today to crosscompile the new php5 sources with sqlite3 support for the Z, but i don't believe that i'm alone with all my Problems, and others have/had possible the same trouble, maybe with a solution for the Problems?

I hope so
Greetings from Germany
Andreas