WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Php gd library ??????  (Read 10578 times)

Offline sandeep

  • Newbie
  • *
  • Posts: 19
Re: Php gd library ??????
« Reply #15 on: February 10, 2011, 01:44:17 AM »
Thank u for ur quick reply that was new input to me but still the log file looks same as i posted before

httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[Thu Feb 10 03:04:44 2011] [notice] Digest: generating secret for digest authentication ...
[Thu Feb 10 03:04:44 2011] [notice] Digest: done
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20090626/gd.so' - /usr/local/lib/php/extensions/no-debug-zts-20090626/gd.so: undefined symbol: libiconv_open in Unknown on line 0
[Thu Feb 10 03:04:45 2011] [notice] Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8p DAV/2 PHP/5.3.5 configured -- resuming normal operations

 ??? ??? ???

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: Php gd library ??????
« Reply #16 on: February 10, 2011, 02:00:30 AM »
ok, I used a clean test system and had about the same error, it's strange that although fully updated I don't have this error on the machine I mentioned before. as far as I can see gd.so should be linked against libiconv but it isn't, neither is mod_php5.so - so now I'm rebuilding and testing this issue. I hope I can submit an update soon ;-)
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline sandeep

  • Newbie
  • *
  • Posts: 19
Re: Php gd library ??????
« Reply #17 on: February 10, 2011, 02:17:09 AM »
@gutmensch

Thank u....waiting for ur updates  :D ;D

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: Php gd library ??????
« Reply #18 on: February 10, 2011, 09:32:21 AM »
ok, solution is simple - the current extension is not broken, all you have to do is to load

extension=iconv.so

before

extension=gd.so

in the dist.ini file. for iconv.so you need additionally libiconv.tcz of course.

If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline sandeep

  • Newbie
  • *
  • Posts: 19
Re: Php gd library ??????
« Reply #19 on: February 10, 2011, 09:34:52 AM »
hi

K i  will make a  quick check and i will let u know ...

Offline sandeep

  • Newbie
  • *
  • Posts: 19
Re: Php gd library ??????
« Reply #20 on: February 10, 2011, 09:42:30 AM »
@gumstech...thanks man it worked for me....once again thanks for sparing your precious time  ;D cheers tiny core !!!!!