Ad Widget

Collapse

Zabbix 1.8 PHP requirement --with-ttf not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stevenfoo
    Member
    • Mar 2008
    • 46

    #1

    Zabbix 1.8 PHP requirement --with-ttf not working

    I was reading the requirement of zabbix 1.8 (http://www.zabbix.com/documentation/...n/requirements) and downloaded PHP 5.3.2.

    I tried to configure with option below:

    ./configure --with-mysql --enable-bcmath --with-gd --with-jpeg-dir --with-png-dir --with-zlib --with-apxs2=/usr/local/apache/bin/apxs --enable-gd-native-ttf --with-ttf --enable-mbstring --enable-sockets --prefix=/usr/local/php

    However I am getting the below error:

    Notice: Following unknown configure options were used:

    --with-ttf

    Should I ignore it ?

    Thanks
    Steven
  • stevenfoo
    Member
    • Mar 2008
    • 46

    #2
    Originally posted by stevenfoo
    I was reading the requirement of zabbix 1.8 (http://www.zabbix.com/documentation/...n/requirements) and downloaded PHP 5.3.2.

    I tried to configure with option below:

    ./configure --with-mysql --enable-bcmath --with-gd --with-jpeg-dir --with-png-dir --with-zlib --with-apxs2=/usr/local/apache/bin/apxs --enable-gd-native-ttf --with-ttf --enable-mbstring --enable-sockets --prefix=/usr/local/php

    However I am getting the below error:

    Notice: Following unknown configure options were used:

    --with-ttf

    Should I ignore it ?

    Thanks
    Steven


    You can use --with-freetype-dir instead.

    Comment

    Working...