How to activate extensions after compiling php5 core and extensions? No instructions!

2009-08-05 Thread Andres Salazar
Hello, OpenBSD 4.5 stable I have done the following: cd /usr/ports/www/php5/core; make; make install; cd /usr/ports/www/php5/extensions; make; make intall; That according to pkg_info installed: php5-core-5.2.10server-side HTML-embedded scripting language php5-extensions-5.2.10 informationa

Re: How to activate extensions after compiling php5 core and extensions? No instructions!

2009-08-05 Thread Bryan
On Wed, Aug 5, 2009 at 20:25, Andres Salazar wrote: > Hello, > > OpenBSD 4.5 stable > > I have done the following: > > cd /usr/ports/www/php5/core; make; make install; > cd /usr/ports/www/php5/extensions; make; make intall; > > That according to pkg_info installed: > > php5-core-5.2.10 B B server-

Re: How to activate extensions after compiling php5 core and extensions? No instructions!

2009-08-05 Thread Edho P Arief
On Thu, Aug 6, 2009 at 10:25 AM, Andres Salazar wrote: > Hello, > > OpenBSD 4.5 stable > > I have done the following: > > cd /usr/ports/www/php5/core; make; make install; > cd /usr/ports/www/php5/extensions; make; make intall; > > That according to pkg_info installed: > > php5-core-5.2.10 B B serv

Re: How to activate extensions after compiling php5 core and extensions? No instructions!

2009-08-06 Thread patrick keshishian
On Wed, Aug 5, 2009 at 8:25 PM, Andres Salazar wrote: > Hello, > > OpenBSD 4.5 stable > > I have done the following: > > cd /usr/ports/www/php5/core; make; make install; > cd /usr/ports/www/php5/extensions; make; make intall; > > That according to pkg_info installed: > > php5-core-5.2.10server-

Re: How to activate extensions after compiling php5 core and extensions? No instructions!

2009-08-06 Thread Stuart Henderson
http://www.openbsd.org/cgi-bin/cvsweb/ports/www/php5/core/Makefile?only_with_tag=OPENBSD_4_5 patrick is right, look in /usr/ports/packages (you can set PKG_PATH to point there if you like).. On 2009-08-06, Edho P Arief wrote: > On Thu, Aug 6, 2009 at 10:25 AM, Andres Salazar wrote: >> Hello, >>

Re: How to activate extensions after compiling php5 core and extensions? No instructions!

2009-08-06 Thread Andres Salazar
Aaaron, I suppose that according to the Makefile for the extensions all of them should be enabled. I also suppose that the correct extension_dir path for the modules to be placed would be: /var/www/lib/php/modules However, this isnt the case... where do I get the modules from to activate them in

Re: How to activate extensions after compiling php5 core and extensions? No instructions!

2009-08-07 Thread Vadim Zhukov
On 6 August 2009 c. 07:25:29 Andres Salazar wrote: > Hello, > > OpenBSD 4.5 stable > > I have done the following: > > cd /usr/ports/www/php5/core; make; make install; > cd /usr/ports/www/php5/extensions; make; make intall; > > That according to pkg_info installed: > > php5-core-5.2.10server-sid