Artis
Verified User
Hi to all,
I'm new to DA, and from forum I see that i must use custombuild for PHP options (T1Lib, XPM).
I use centos 6.3, PHP 5.3.18 (CGI) and suPHP 0.7.1.
How i can install T1Lib and XPM. What file do I need to edit.
Best regards
EDIT:
I did:
after that i add --enable-t1lib
and final
and I do not have t1lib on my system
Any hint
EDIT2:
My nano /usr/local/directadmin/custombuild/custom/ap2/configure.php5
I'm new to DA, and from forum I see that i must use custombuild for PHP options (T1Lib, XPM).
I use centos 6.3, PHP 5.3.18 (CGI) and suPHP 0.7.1.
How i can install T1Lib and XPM. What file do I need to edit.
Best regards
EDIT:
I did:
HTML:
cd /usr/local/directadmin/custombuild
mkdir -p custom/ap2
cp configure/ap2/configure.php5 custom/ap2/configure.php5
nano custom/ap2/configure.php5
after that i add --enable-t1lib
and final
HTML:
./build clean
./build php
service httpd restart
and I do not have t1lib on my system
Any hint
EDIT2:
My nano /usr/local/directadmin/custombuild/custom/ap2/configure.php5
HTML:
#!/bin/sh
./configure \
--with-apxs2 \
--with-curl=/usr/local/lib \
--with-gd \
--with-ttf \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-freetype-dir=/usr/local/lib \
--with-kerberos \
--with-openssl \
--with-mcrypt \
--with-mhash \
--with-mysql \
--with-mysqli \
--with-pdo-mysql \
--with-pcre-regex=/usr/local \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-xsl \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--with-iconv=/usr/local \
--enable-bcmath \
--enable-calendar \
--enable-exif \
--enable-ftp \
--enable-gd-native-ttf \
--enable-magic-quotes \
--enable-safe-mode \
--enable-soap \
--enable-t1lib \
--enable-sockets \
--enable-mbstring \
--enable-zip \
--enable-wddx
Last edited: