Date: 05/19/01
- Next message: antipode <email protected>: "[PHP-DEV] Bug #10970: Life of environment variable set by putenv() not documented well"
- Previous message: derick <email protected>: "RE: [PHP-DEV] returning an unsigned long from RETURN_*"
- In reply to: Andi Gutmans: "RE: [PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing"
- Next in thread: Petr Cech: "Re: [PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Well, this looks like my problem, not php's.
Unbeknownst to me redhat-7.1 has switched to
freetype2. For some strange reason, they left
a copy of freetype.h in /usr/include/freetype
and when I compiled gd-1.8.3gif from source,
I pointed it to that older header file.
PHP comes along and looks for freetype.h in
/usr/include/freetype2. Its a mess.
Its strange though that a snapshot from May 6
worked. It shouldn't have on this system. :)
Regards
Mike Robinson
Andi Gutmans wrote:
>
> Can you try and revert those changes and see if it helps? Maybe you can
> find the cause of the problem?
>
> Andi
>
> At 10:11 PM 5/16/2001 -0400, Mike Robinson wrote:
>
> > > Andi wrote:
> > > > I rolled 4.0.6RC1. It is ready for testing.
> > > > http://www.php.net/~andi/php-4.0.6RC1.tar.gz
> > > >
> > > > Please everyone take sometime to make sure this is release worthy :)
> >
> >
> >Hmm.
> >I can't get freetype2 support hooked up.
> >It worked fine in a snapshot from about a week ago.
> >(php4-200105060945)
> >In that snapshot, png support was successful without having
> >to specify --with-png-dir=/usr, thats no longer the case.
> >This is with gd-1.8.3gif installed from source, and
> >the stock freetype2 rpms on redhat-7.1.
> >
> >There were some changes about a week ago to
> >php4/ext/gd/config.m4 involving freetype dir tests
> >(amongst others).
> >
> >Regards
> >Mike Robinson
> >
> >
> >
> >--
> >PHP Development Mailing List <http://www.php.net/>
> >To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> >For additional commands, e-mail: php-dev-help <email protected>
> >To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> For additional commands, e-mail: php-dev-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: antipode <email protected>: "[PHP-DEV] Bug #10970: Life of environment variable set by putenv() not documented well"
- Previous message: derick <email protected>: "RE: [PHP-DEV] returning an unsigned long from RETURN_*"
- In reply to: Andi Gutmans: "RE: [PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing"
- Next in thread: Petr Cech: "Re: [PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

