Custombuild/Libjpeg8

maciekziol

New member
Joined
Nov 30, 2015
Messages
2
Hi,

While using imagick extension i get error telling that it needs libjpeg version 8. Can somebody explain me, how to install php with libjpeg8 via custombuild? By default, libjpeg v6b is being installed, so i changed in build file "jpegsrc.v6b.tar.gz" to "jpegsrc.v9a.tar.gz" which is availble i get error:

Code:
Trying to make libjpeg...
make: *** No rule to make target `libjpeg.a'.  Stop.

*** The make has failed, would you like to try to make again? (y,n):

Did someone solve that? Maybe there is any other way to get imagick with libjpeg8 working?

I'm running:
  • Custombuild 2.0.0 (rev: 1457)
  • Php 5.5.30
 
I am using the newest imagick (3.3.0RC2) without the problem you describe. I am on custombuild 2.0 (newest) and have it both on CentOS 6 and 7. PHP version is 5.6.x
 
I am running libJPEG Version 6b wich currently is the newest default version in custombuild 2
 
Back
Top