Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2004 19:32:06 -0400
From:      Michael Edenfield <kutulu@kutulu.org>
To:        Andy Smith <andy@strugglers.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: lang/php4 and --enable-sysvmsg
Message-ID:  <20040507233206.GA58081@wombat.localnet>
In-Reply-To: <20040507225654.GH38802@cashmere.blitzed.org>
References:  <20040507225654.GH38802@cashmere.blitzed.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--zYM0uCDKw75PZbzx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

* Andy Smith <andy@strugglers.net> [040507 18:57]:
> Hello,
>=20
> This week I was looking at an application which uses sysv message
> queues from within PHP.  So, I go to add this support to my PHP, and
> I can't seem to work out how.
>=20
> The port's configure script does have an --enable-sysvmsg option,
> but this is not provided as an option in the port configuration
> process, nor is it in the Makefile (in contrast to sysvshm or
> sysvsem):
>=20
> $ grep sysvmsg Makefile=20
> $ grep sysvsem Makefile=20
> CONFIGURE_ARGS+=3D--enable-sysvsem
> $ grep sysvshm Makefile=20
> CONFIGURE_ARGS+=3D--enable-sysvshm
>=20
> Is there some reason for this (like maybe sysv message queues don't
> work on FreeBSD), or is it just that no one uses it?


Probably the latter, as SysV messages do work on FreeBSD (assuming you
have the support built/loaded into the kernel).

Try:

cd /usr/ports/lang/php4 ; CONFIUGRE_ARGS=3D--enable-sysvmsg make install

and see if it gives you a working PHP.

--Mike

--zYM0uCDKw75PZbzx
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAnBx2CczNhKRsh48RAh4xAKColl2pQkk0DdGN1qC0tmojOquSWgCeKRCu
qgWFMfbHpTUar30kP6VmgxM=
=kkR4
-----END PGP SIGNATURE-----

--zYM0uCDKw75PZbzx--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040507233206.GA58081>