Edit report at http://bugs.php.net/bug.php?id=53303&edit=1
ID: 53303 User updated by: sites at evoluons dot net Reported by: sites at evoluons dot net Summary: x86_64 PHP needs libjpeg and libpng i686 ? Status: Bogus Type: Bug Package: Compile Failure Operating System: Fedora 14 x86_64 PHP Version: 5.3.4 Block user comment: N Private report: N New Comment: Sincerely, I don't understand... If lib64 directory is not useful, why PHP found all libraries into lib64, but not only jpeg and png ? There is a reason to that ? Why all others libraries where found, and worked ? Thank you ;) Previous Comments: ------------------------------------------------------------------------ [2010-12-21 12:56:16] [email protected] As it was explained many times in various reports, we can't write fixes for broken distributions. Please report this bug upstream so they can finally get rid of lib64 (or do it correctly). ------------------------------------------------------------------------ [2010-12-21 12:54:51] sites at evoluons dot net I already said I can't use --with-libdir=lib64 because PHP don't find MySQL libs with that option... Why PHP found all libs into lib64 except for libjpeg and libpng ? ------------------------------------------------------------------------ [2010-12-21 12:48:12] [email protected] You can use the lib prefix configure option for the broken linux distribution that still uses the lib64 directory. ------------------------------------------------------------------------ [2010-12-21 12:43:32] sites at evoluons dot net I tried with new PHP 5.3.4 and same problem : My Fedora 14 is x86_64 only, and PHP search jpeg and png libs into /usr/lib rather into /usr/lib64 The only "good" solution I found is to create 2 sym links : ln -s /usr/lib64/libjpeg.so /usr/lib/libjpeg.so ln -s /usr/lib64/libpng.so /usr/lib/libpng.so After, it works. Please, can you fix it ? Thank you ;) ------------------------------------------------------------------------ [2010-11-16 08:14:21] sites at evoluons dot net Maybe nobody had that bug ? ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/bug.php?id=53303 -- Edit this bug report at http://bugs.php.net/bug.php?id=53303&edit=1
