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 <edhopr...@gmail.com> wrote: > On Thu, Aug 6, 2009 at 10:25 AM, 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 B B 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? >> >> Thanks >> >> Andres >> >> > > http://openbsd.org/faq/faq15.html#NoFun