PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   ImageMagick + jpeglib problem (http://www.photopost.com/forum/photopost-pro-installation-upgrades/116683-imagemagick-jpeglib-problem.html)

menoutdoors November 10th, 2005 09:24 PM

ImageMagick + jpeglib problem
 
Hello,

I've been working all day to try and get the jpeg support to work in Imagemagick with photopost and I just cant get it to go.

I follow your instructions exactly and install all the items without a hitch. However, when I run ./configure for ImageMagick it always comes up as no support for jpeglib.

If I run a locate jconfig.h it shows the files in their standard /usr/local/include

If I run make test within the jpeg-6b directory all the tests complete successfully.

Any tips?

-Chris

menoutdoors November 10th, 2005 09:26 PM

I am running this on a freebsd and I do have root access if that helps.

menoutdoors November 11th, 2005 02:33 AM

I found the error, I just havnt figured out how to fix it yet.


Code:

Content visible to verified customers only.

Chuck S November 11th, 2005 06:43 AM

Hello your host might be able to assist you here FreeBSD is a royal pain in the butt to configure software on. Most times you hope there are ports or predone packages already done for your version you can install

menoutdoors November 11th, 2005 04:20 PM

Ok thanks, I did more research last night and found a number of programs refuse to run due to missing shared libraries.

I've sent in a trouble ticket, hopefully they will get it sorted soon.

menoutdoors November 12th, 2005 01:07 PM

I finally got Imagemagick up and running this morning. The issues were with my host.

I had to disable and enable a few services related to ld-elf.


All times are GMT -5. The time now is 06:09 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


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