[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Upgrading php - Raq4r



> On the community forums they suggested installing
> jpegsrc.v6b.tar.gz which I did but no effect.


Almost every howto (and the readme) uses that with "make install" which is
incorrect for php support, and in the end will not enable jpeg support in
php. Simply becasue the shared lib php requires has not been made/placed.
PHP Seems to compile and build fine, but JPEG support will not be listed
with GD

Replace "make install" with "make install-lib" and things will magicaly
start to work.

B.