karozans Posted December 17, 2009 Share Posted December 17, 2009 Hi everyone, I am sort of a novice at all of this but here is my question. Right now I am running an Opensuse 11.1 server. I installed apache and PHP via yast. Doing this does not install the kerberos V support and I am sure has a set of items that are installed by default. I think I need to recompile PHP using the --with-kadm5 option. Is this correct? Also since I did not manually compile PHP and apache myself do I need to also add all the previous "withs". Is this also correct? I need my server to have all the support that it has now plus I need Kerberos V too. For instance if use phpinfo() in a web page I see this... '../configure' '--prefix=/usr' '--datadir=/usr/share/php5' '--mandir=/usr/share/man' '--bindir=/usr/bin' '--with-libdir=lib' '--includedir=/usr/include' '--sysconfdir=/etc/php5/apache2' '--with-config-file-path=/etc/php5/apache2' '--with-config-file-scan-dir=/etc/php5/conf.d' '--enable-libxml' '--enable-session' '--with-mm' '--with-pcre-regex=/usr' '--enable-xml' '--enable-simplexml' '--enable-spl' '--enable-filter' '--disable-debug' '--enable-inline-optimization' '--disable-rpath' '--disable-static' '--enable-shared' '--program-suffix=5' '--with-pic' '--with-gnu-ld' '--with-system-tzdata=/usr/share/zoneinfo' '--with-apxs2=/usr/sbin/apxs2' '--disable-all' '--disable-cli' When I go to recompile should I compile with these "withs" plus add the kadm5 on the end? Am I on the right track? thanks Quote Link to comment Share on other sites More sharing options...
trq Posted December 18, 2009 Share Posted December 18, 2009 You should search yast for these php extensions. Package managers work in such a way that php extensions can be installed as separate packages. 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.