Re: [GD-DEVEL] Doesn't work
[email protected] (Lars Hecking)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
[...] > checking for FcInit in -lfontconfig... no [Unrelated, but for some reason configure isn't picking up the fontconfig library you installed.] > 3. run make and make install successfull > > 4. edited php.ini > ... > extension=libgd.so > extension_dir=./ > ... > > 5. restart apache > > 6. created a file with phpinfo() > > 7. no information about GD in the phpinfo page available > > Any idea what I'm eventually doing wrong? You need to fix extension_dir. You can point it to the location of libgd.so, or point it to a generic location where you keep extensions.