skolagotla Posted March 26, 2013 Share Posted March 26, 2013 Hi Team, I need some help with enabling these php modules php54-common php54-ldap php54-cli php54-soap I 'am installing php in a custom location like /opt/apache/php How do I install these modules after installing php S Quote Link to comment https://forums.phpfreaks.com/topic/276189-installing-required-php-modules/ Share on other sites More sharing options...
trq Posted March 26, 2013 Share Posted March 26, 2013 I assume your building from source, extensions (not modules) are enabled at compile time. They are part of the --configure options. Is there a particular reason your not using your systems package manager to achieve this? Most Linux distros come with very capable package managers that would make this task very straight forward. Quote Link to comment https://forums.phpfreaks.com/topic/276189-installing-required-php-modules/#findComment-1421223 Share on other sites More sharing options...
skolagotla Posted March 27, 2013 Author Share Posted March 27, 2013 hi trq, Thanks for quick reply... yes i 'am trying to install from source....thanks for the correction.. how do I enable these extension I cannot use pacakage managers as I have to install apache and php in a custom location like /opt/apache/ etc etc.. can you to please tell me how to enable these extension with -configure option ? S Quote Link to comment https://forums.phpfreaks.com/topic/276189-installing-required-php-modules/#findComment-1421403 Share on other sites More sharing options...
jazzman1 Posted May 6, 2013 Share Posted May 6, 2013 I am the one who prefer to install all the LAMP stack from source code onto my linux machines. But interesting question here is - why you cannot use the package manager Quote Link to comment https://forums.phpfreaks.com/topic/276189-installing-required-php-modules/#findComment-1428697 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.