Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default jpeg libraries.


    I got the jpeg libraries from:

    [url]http://freshmeat.net/projects/libjpeg/?topic_id=105%2C809[/url]

    And installed them; even did a make test to make sure everything was
    correct.

    It did install some jpeg stuff under /usr/local/bin, but I don't see
    anything added to /usr/local/lib.

    After that, I re-compiled php with:

    --with-jpeg

    But nothing changed.

    I re-compiled again with:

    --with-jpeg=/usr/local/bin

    And nothing changed.

    Anyone have any ideas as to what is going on? Or a suggestion as to what to
    look for?

    Thanks,

    -Mike
    Mike At Spy Guest

  2. Similar Questions and Discussions

    1. ANN: Tag Libraries for XML
      I assembled tag libraries for 4 XML based languages: RSS 2.0 http://www.massimocorner.com/dreamweaver/xml/rss_2.0.mxp DocBook 4.2:...
    2. Swatch Libraries
      Incidentally, it's always a good idea to save a copy of your preferences somewhere before trashing them. If that trick doesn't fix your problem, it's...
    3. Includes in libraries
      A fairly simple question: I have a library A which depends on library B and C. Currently I have: <?php include("A.inc.php");...
    4. [PHP] jpeg libraries.
      On Friday 29 August 2003 23:19, Mike At Spy wrote: Yes. Unless dramatic changes were made in 4.3.3 then the procedure should be the same as...
    5. where to put private/raa libraries?
      How does ruby looks up a class/module when you use 'require'? Does it use any system environment variables? For example can I put my...
  3. #2

    Default Re: [PHP] jpeg libraries.

    * Thus wrote Mike At Spy (spycobalt@spyproductions.com):
    >
    > It did install some jpeg stuff under /usr/local/bin, but I don't see
    > anything added to /usr/local/lib.
    >
    > After that, I re-compiled php with:
    >
    > --with-jpeg
    >
    > But nothing changed.
    >
    > I re-compiled again with:
    >
    > --with-jpeg=/usr/local/bin
    try --with-jpeg=/usr/local



    Curt
    --
    "I used to think I was indecisive, but now I'm not so sure."
    Curt Zirzow Guest

  4. #3

    Default Re: [PHP] jpeg libraries.

    Hi,

    Friday, August 29, 2003, 6:39:16 AM, you wrote:

    MAS> I got the jpeg libraries from:

    MAS> [url]http://freshmeat.net/projects/libjpeg/?topic_id=105%2C809[/url]

    MAS> And installed them; even did a make test to make sure everything was
    MAS> correct.

    MAS> It did install some jpeg stuff under /usr/local/bin, but I don't see
    MAS> anything added to /usr/local/lib.

    MAS> After that, I re-compiled php with:

    MAS> --with-jpeg

    MAS> But nothing changed.

    MAS> I re-compiled again with:

    MAS> --with-jpeg=/usr/local/bin

    MAS> And nothing changed.

    MAS> Anyone have any ideas as to what is going on? Or a suggestion as to what to
    MAS> look for?

    MAS> Thanks,

    MAS> -Mike


    You may also need to recompile gd

    --
    regards,
    Tom
    Tom Rogers 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