Search found 1 match

by gnosis
Thu Feb 11, 2010 2:53 pm
Forum: PHP Help and Discussion
Topic: PHP-GD-5.2 dependency issue
Replies: 4
Views: 7401

Re: PHP-GD-5.2 dependency issue

I had this problem as well. When I tried to run

yum install php-gd

It couldn't seem to figure out the correct architecture and got hung up on the libt1.so.5 dependency for i386. The solution was to specify the arch in the command:

yum install php-gd.x86_64