Ask a Question related to PERL Miscellaneous, Design and Development.

  1. #1

    Default GD object problem

    Hello to All,
    Baybe I'm not alone with this message error when I started the script:
    Can't locate loadable objest for module GD...
    I've noticed that in the forum there is a lot of people with the same
    problem but I did't find the solution for it!
    We using Linux SuSE, and we have the latest version of Perl. We
    installed the GD package and we have also the libgd files (I've
    checked that)!
    What we have to do!

    Thanks!
    Vesselin Baev
    Vesselin Baev Guest

  2. Similar Questions and Discussions

    1. iframe problem - [object]
      I've made a page with an iframe in is showing an rss feed (i'm very proud!), but have found that when you click on a link in the iframe, although...
    2. Com Object Problem
      I am having a small problem with a COM Object I am using. The object itself works fine, but a problem arises if the object is being accessed again...
    3. Custom Control Problem :: Object reference not set to an instance of an object
      Hi All! I have the following Custom Control file... '########### WebUserControl1.ascx ############# <%@ Control Language="vb"...
    4. sound object problem
      hi, on the first frame of my movie i create a sound object and load into it an external mp3 file using this code - bgSound = new Sound();...
    5. Problem using com object in IIS 4
      Hey all, I've been having a weird problem using com objects in IIS 4. I've built a middleware system that can be called with XML requests over...
  3. #2

    Default Re: GD object problem

    "Vesselin Baev" <vesko_baev@abv.bg> wrote in message
    news:cb413b7.0309191110.3f5bf86f@posting.google.co m...
    > Hello to All,
    > Baybe I'm not alone with this message error when I started the script:
    > Can't locate loadable objest for module GD...
    > I've noticed that in the forum there is a lot of people with the same
    > problem but I did't find the solution for it!
    > We using Linux SuSE, and we have the latest version of Perl. We
    > installed the GD package and we have also the libgd files (I've
    > checked that)!
    > What we have to do!
    >
    > Thanks!
    > Vesselin Baev
    When you install GD it runs some tests. What was the result?

    What version of GD are you using? I could not install the latest version as
    it required too much additional bloat^H^H^H^H^Hsoftware so I went back to an
    earlier version.

    gtoomey


    Gregory Toomey Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139