[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: php4 + postgresql
Deary me. You fail to read the documentation perchance?
http://www.php.net/manual/en/install.openbsd.php
i repeat: if you are unfamiliar with the ports system, why not
use binary packages and save yourself trouble?
you haven't said what architecture you are running; the compiler
bug only affects sparc64. the bug you quote below is only regarding
restarts, and not anything else.
Anil
On Thu, May 08, 2003 at 11:46:37AM -0400, alex avriette wrote:
> stink# setenv FLAVOR "postgresql"
> stink# make
> ===> www/php4/core
> Fatal: no flavors for this port.
> *** Error code 1
>
> I'd like to build php + postgresql for this machine (for snort).
> Compiling it from source triggers a compiler bug mentioned here:
>
> http://bugs.php.net/bug.php?id=22077
>
> and it looks like ports doesnt seem to be as friendly as it was
> attempting to be :
>
>
> http://cvs.openbsd.org/cgi-bin/query-pr-wrapper?full=yes&numbers=3200
>
> >Work is ongoing on 3.3-current to make the PHP port more restart
> >friendly;
> >the modules are now installed under the chroot. However, there is
> >still
> >the issue of finding external library dependencies outside the chroot;
> >PHP has a number of these to deal with.
>
> I have sent in a bug report on the compiler bug, I figured it best to
> discuss the php lack of flavors here. Note that the compiler bug seems
> to be sparc64-specific.
>
> alex