On Wed, Aug 5, 2009 at 8:25 PM, Andres Salazar<ndrsslz...@gmail.com> 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 server-side HTML-embedded scripting language > php5-extensions-5.2.10 informational package about PHP5 extensions > > The instructions after finishing the extensions compiling said: > > --- php5-extensions-5.2.10 ------------------- > This is a place-holder package to inform you that the PHP port is > now split into small sub-packages, designed to allow you to install > modules independently of the main PHP engine. > > For example, to install the IMAP module, just pkg_add the > php5-imap-5.2.10.tgz package and activate it using the > 'phpxs' command. > > > I tried doing pkg_add php5-mysql-5.2.10.tar however that just tries to > install it from the packages (and off course it wont becuase the > packages offers 5.2.8)... and then the phpxs command doesnt exist. > > What am I missing to actually finish the install of all the php5 extensions?
maybe you have your answer by now, but if you don't, this *may* help. If you have built the port on your machine, look in: /usr/ports/packages/`arch -s`/all/ Do you see packages for the php5 extensions? If you do, then pkg_add them (use full path the each package file), or at least those you are interested in. You'll see further instructions on how to enable each extension. HTH, --patrick