I'm trying to compile from source Php7 and I get only this warning (everything else seems fine)
configure: WARNING: unrecognized options: --with-t1lib
Here, the question is the same and the guy asking said it's a regression. Is it still true?
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658248
If so this implies I can't use t1lib and ttf lib on ubuntu?
Here's my command line if you need it
/php-7.0.1# ./configure --with-config-file-path=/etc \
--prefix=/usr --with-gd --enable-gd-native-ttf --with-png-dir \
--enable-exif --with-jpeg-dir \
--with-zlib \
--with-apxs2=/opt/httpd/bin/apxs \
--with-freetype-dir --with-xpm-dir \
--with-zlib-dir --with-openssl --enable-ftp \
--with-mcrypt --enable-mbstring \
--enable-libxml \
--with-xsl --enable-pcntl \
--with-curl=/usr/lib/x86_64-linux-gnu/libcurl.so.4.2.0 \
--with-mysqli=mysqlnd \
--with-pdo-mysql \
--with-pdo-pgsql \
--with-t1lib