By default Knoppix comes with PHP/Mysql support, but Gd library is missing.
1. After successfull installation of GD from Boutel and editing of php.ini in /etc/php4/apache -> adding extension=gd.so -> GD won't run.
2. Getting sources of php and gd -> precompilation with including to ./configure --with-gd -> GD won't run again.
3. apt-get install php4 and php4-gd ot php4-gd2 -> again GD won't run.
So can anyone help?
I think that some library is missing from knoppix-distribution, but I cannot trace what it is.

Thanks in advance.