ID:               22650
 Updated by:       [EMAIL PROTECTED]
 Reported By:      khyri at khyri dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: Solaris 2.6
 PHP Version:      4.3.1
 New Comment:

Works fine here (with 4.3.2RC)



Previous Comments:
------------------------------------------------------------------------

[2003-03-13 19:28:31] 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-11 22:38:24] [EMAIL PROTECTED]

Are you sure it's not just that the page is cached in the browser? :)


------------------------------------------------------------------------

[2003-03-11 22:36:03] [EMAIL PROTECTED]

Check your configure log and see if PHP was able to find the correct
version of freetype etc...

------------------------------------------------------------------------

[2003-03-11 22:27:50] 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?



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=22650&edit=1

Reply via email to