Dear Readers,
again a question of me! I run Debian Linux (www.debian.org) on my server.. I installed PHP 3.0 on it and tried to use a database (PostgreSQL) works perfectly. BUT i've to add a line to my PHP script:
dl(pgsql.so);
I did not have to compile anything. so I don't care.
Now comes my question. I tried to install GD the same way.. root@router: apt-get install php3-gd
and it starts installing...
So I started my first PHP-script with GD.. but I didn't work. I tried to add the line:
dl(gd.so);
but this doesn't help me.. now I got an error couldn't find libary gd.so
does anybody know how to do this..
Greetings,
Kasper Schoonman (16yr)