CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Location
    Belgrade, Serbia
    Posts
    629

    installing PHP GD library on IIS

    hi all,

    i have a big problem!

    t'm trying to install php_gd.dll extension to my PHP 4.06 on IIS 5.0 and when I change entries in php.ini like

    extension_dir = c:\php\ext\
    extension=php_gd.dll

    and try a test code i encounter

    Fatal error: Call to undefined function: imagecreate() in c:\inetpub\wwwroot\test2.php on line 7
    PHP Warning: Unable to load dynamic library 'c:\php\ext\php_gd.dll' - The specified procedure could not be found. in Unknown on line 0

    what is happening??!? i ran out of ideas....

    TIA,
    boris

  2. #2
    Join Date
    Mar 2001
    Location
    Belgrade, Serbia
    Posts
    629
    ...seems like i'm missing libsasl.dll

    if smbdy has it on machine, i'd appriciate attaching it in post, i can't find it on the web...

    thx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured