turing number image help

You need both GD and Freetype support built into php.
 
Please post an output of:
Code:
cat /usr/local/directadmin/customapache/configure.php
 
Please post an output of:
Code:
cat /usr/local/directadmin/customapache/configure.php

#!/bin/sh
./configure \
--with-apxs \
--with-curl \
--with-curl-dir=/usr/local/lib \
--with-gd \
--with-gd-dir=/usr/local/lib \
--with-freetype \
--with-freetype-dir=/usr/lib \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-freetype \
--with-freetype-dir=/usr/local/lib \
--with-kerberos \
--with-mcrypt \
--with-mhash \
--with-mysql=/usr \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-xml \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--with-zip \
--with-openssl \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-magic-quotes \
--enable-sockets \
--enable-track-vars \
--enable-mbstring \
--enable-memory-limit \
--with-dom=/usr/lib \
--with-dom-exslt=/usr/lib \
--with-dom-xslt=/usr/lib
 
--with-gd \
--with-gd-dir=/usr/local/lib \
--with-freetype \
--with-freetype-dir=/usr/lib \
Is your install of gd at /usr/local/lib?

Is your install of freetype at /usr/lib?

Jeff
 
It's okay if you compiled it from the source. Make sure that you do:
Code:
./build clean

Before:
Code:
./build php n
 
It's okay if you compiled it from the source. Make sure that you do:
Code:
./build clean

Before:
Code:
./build php n

This has been done as well. Still no image.

I'm wondering if another module like ImageMagick is missing. What are some of the Image** modules that it might need like ImageWrite...?
 
You can try custombuild, freetype and GD settings are included.
 
Back
Top