From owner-freebsd-ports@FreeBSD.ORG Fri May 7 16:32:10 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DDD716A4CE for ; Fri, 7 May 2004 16:32:10 -0700 (PDT) Received: from basement.kutulu.org (pcp03610121pcs.longhl01.md.comcast.net [68.49.239.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9991143D58 for ; Fri, 7 May 2004 16:32:09 -0700 (PDT) (envelope-from kutulu@kutulu.org) Received: from wombat.localnet (wombat.localnet [192.168.69.3]) by basement.kutulu.org (Postfix) with ESMTP id BFA2DA93E; Fri, 7 May 2004 19:32:06 -0400 (EDT) Received: by wombat.localnet (Postfix, from userid 1001) id 9B10DB86E; Fri, 7 May 2004 19:32:06 -0400 (EDT) Date: Fri, 7 May 2004 19:32:06 -0400 From: Michael Edenfield To: Andy Smith Message-ID: <20040507233206.GA58081@wombat.localnet> Mail-Followup-To: Andy Smith , freebsd-ports@freebsd.org References: <20040507225654.GH38802@cashmere.blitzed.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zYM0uCDKw75PZbzx" Content-Disposition: inline In-Reply-To: <20040507225654.GH38802@cashmere.blitzed.org> X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en X-PGP-Key: http://www.kutulu.org/pgp/kutulu.asc X-PGP-Fingerprint: 1CE0 3C31 7013 D529 406D 37DC 09CC CD84 A46C 878F User-Agent: Mutt/1.5.6i cc: freebsd-ports@freebsd.org Subject: Re: lang/php4 and --enable-sysvmsg X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2004 23:32:10 -0000 --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Andy Smith [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--