From:             khyri at khyri dot com
Operating system: Solaris 2.6
PHP version:      4.3.1
PHP Bug Type:     *Compile Issues
Bug description:  Recompile to add in TTF doesn't change phpinfo()

Installed PHP with the following configure three days ago:

'./configure' '--with-pgsql=/usr/local/pgsql'
'--with-apxs=/usr/local/apache/bin/apxs' '--with-gd' '-
-with-png-dir=/usr/local' '--with-jpeg-dir=/usr/local'
'--with-zlib-dir=/usr/local'

Today I installed freetype 2.0 and wanted to recompile with
--with-freetype-dir=/usr/local as well.

Removed config.cache, did 'make clean' and then did the configure, make
and make install.

'-lfreetype' is present in the last line of the make. The copy of
libphp4.so in apache/libexec is dated today. I have stopped and started
the apache server, and check in  httpd.conf that it is loading libphp4.so
from the right place.

Yet the output of phpinfo() shows a build date of three days ago, and the
TTF functions are not present.

What am I forgetting to do?


-- 
Edit bug report at http://bugs.php.net/?id=22650&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22650&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22650&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22650&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22650&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22650&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22650&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22650&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22650&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22650&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22650&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22650&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22650&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22650&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22650&r=gnused

Reply via email to