Search found 2 matches
- 2015-04-02T07:28:40-07:00
- Forum: Users
- Topic: Installing on Red Hat with OpenJPEG
- Replies: 2
- Views: 1511
Re: Installing on Red Hat with OpenJPEG
It works. I found the cause - the last export before the "configure" was missing: export CPATH=/usr/local/include export LIBRARY_PATH=/usr/local/lib export LD_LIBRARY_PATH=/usr/local/lib export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ ./configure CFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local ...
- 2015-04-02T03:51:24-07:00
- Forum: Users
- Topic: Installing on Red Hat with OpenJPEG
- Replies: 2
- Views: 1511
Installing on Red Hat with OpenJPEG
Hi, I am trying to install ImageMagick 6.9.1 on Red Hat el5. I have openjpeg-2.1.0 installed. It works and converts png to jp2. For the ImageMagick installation I am running ./configure CFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" and I am getting Option Value ...