[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Upgrading php - Raq4r
- Subject: RE: [cobalt-users] Upgrading php - Raq4r
- From: "Bob Noordam" <mac@xxxxxxxx>
- Date: Thu Feb 19 06:42:00 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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.