Hi everybody
I have installed lighttpd, and it works excelent with plain HTML.
But I cant make it running PHP5, it says:
tc@box:/usr/local/bin$ ./php
./php: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
I have then installed base-dev, which includes libpng.
It also has a libpng-config, but i dont know how to use it.
And also 4 files:
- libpng.a
- libpng.la
- libpng12.a
- libpng12.la
Maybe the problem is PHP's include directorys??
Im running it on MicroCore 2.9
\\Batnas