dwthomasjr Posted September 29, 2009 Share Posted September 29, 2009 I need to add freetype and jpeg capabilities to an existing LAMP server in order for the captcha to work. After running the make clean, ./configure --with-jpeg-dir=usr/lib --with-freetype-dir=/usr/lib, the make, and make install commands the extensions still aren't being compiled into the PHP build. I've also added the extensions in the php.ini file and still no luck. Has anyone been able to solve this type of problem? Quote Link to comment Share on other sites More sharing options...
trq Posted September 29, 2009 Share Posted September 29, 2009 Is there a particular reason your building from source yourself? Most distros have decent package managers that are capable of this. Quote Link to comment Share on other sites More sharing options...
Zyx Posted October 3, 2009 Share Posted October 3, 2009 Well, the default settings of PHP compilation install them to a different directory than it is used by your LAMP installation. OVerwrite those default settings or change the configuration of the LAMP server. BTW. Is it really necessary? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.