php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22650 Recompile to add in TTF doesn't change phpinfo()
Submitted: 2003-03-11 22:27 UTC Modified: 2003-03-14 10:00 UTC
From: khyri at khyri dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.1 OS: Solaris 2.6
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: khyri at khyri dot com
New email:
PHP Version: OS:

 

 [2003-03-11 22:27 UTC] khyri at khyri dot com
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?


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-11 22:36 UTC] iliaa@php.net
Check your configure log and see if PHP was able to find the correct version of freetype etc...
 [2003-03-11 22:38 UTC] sniper@php.net
Are you sure it's not just that the page is cached in the browser? :)

 [2003-03-13 19:28 UTC] khyri at khyri dot com
It looks like make clean (and even make distclean) weren't cleaning out enough things. Running a 'make' after a clean or distclean resulted in just one compile line, and then straight into the long link command line. 

I had to remove the entire source directory structure, and untar the distribution again before it would recompile everything. (It's doing it now, but it will be a while before it's done).
 [2003-03-14 10:00 UTC] sniper@php.net
Works fine here (with 4.3.2RC)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 11 08:01:29 2024 UTC