From owner-freebsd-questions@freebsd.org Tue Jan 24 17:25:55 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58B06CBFD7C for ; Tue, 24 Jan 2017 17:25:55 +0000 (UTC) (envelope-from byrnejb@harte-lyne.ca) Received: from inet08.hamilton.harte-lyne.ca (inet08.hamilton.harte-lyne.ca [216.185.71.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "inet08.hamilton.harte-lyne.ca", Issuer "CA_HLL_ISSUER_2016" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FF37DED for ; Tue, 24 Jan 2017 17:25:55 +0000 (UTC) (envelope-from byrnejb@harte-lyne.ca) Received: from localhost (localhost [127.0.0.1]) by inet08.hamilton.harte-lyne.ca (Postfix) with ESMTP id 0729E62186 for ; Tue, 24 Jan 2017 12:25:54 -0500 (EST) X-Virus-Scanned: amavisd-new at harte-lyne.ca Received: from inet08.hamilton.harte-lyne.ca ([127.0.0.1]) by localhost (inet08.hamilton.harte-lyne.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R1ubBQHUcGuz for ; Tue, 24 Jan 2017 12:25:51 -0500 (EST) Received: from webmail.harte-lyne.ca (inet04.hamilton.harte-lyne.ca [216.185.71.24]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by inet08.hamilton.harte-lyne.ca (Postfix) with ESMTPSA id 62C9A62165 for ; Tue, 24 Jan 2017 12:25:50 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=harte-lyne.ca; s=dkim_hll; t=1485278751; bh=mkBpY7HOdYcl7abGMq6yVlcEhLr5NPYTL8RMwV95jas=; h=In-Reply-To:References:Date:Subject:From:To:Reply-To; b=cJ5cveotpImmcmessHJSz7Z1157/8AmyFdLaegiTLQHUhZ7KiXtY8hLufYWeaDLWM gco8oNE+1H7I1BFhinxOPO/3Tq+natuNQn95YVtOl/UQIXeCdJKEGD7NYYzCaPakOV 56YVMB0Dw09Sl7hNkqy+Rc/WEfcIK6ajyIPob79zpLXvctg9+pZxjwfsRflq59PIXS nOTqVwaujxrZUQv7usbHbcA+WihUp+gi4ZZYKZN+eH9xTaI23rwTMtVNbFcLqIFFBb 3+zxbLcfZuVnRVZOnoOcYDet79nSuf3nfMBFRJsQnt/zMdrjJbjRiF2fPZ/+13kodL YRM0/fR7ZYaUA== Received: from 216.185.71.44 (SquirrelMail authenticated user byrnejb_hll) by webmail.harte-lyne.ca with HTTP; Tue, 24 Jan 2017 12:25:51 -0500 Message-ID: In-Reply-To: <9759d7e21a401b7f89f9318c1656867e.squirrel@webmail.harte-lyne.ca> References: <9759d7e21a401b7f89f9318c1656867e.squirrel@webmail.harte-lyne.ca> Date: Tue, 24 Jan 2017 12:25:51 -0500 Subject: Re: A question about php in a jail From: "James B. Byrne" To: freebsd-questions@freebsd.org Reply-To: byrnejb@harte-lyne.ca User-Agent: SquirrelMail/1.4.22-4.el6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2017 17:25:55 -0000 On Fri, January 13, 2017 15:39, James B. Byrne wrote: > This past week I have been setting up a jail for a drupal7 website. I > am now at the point where I need to update the modules and I would > like to employ the drush cli utility. To install this on a Drupal7 > website it is suggested to run this command in the Drupal document > root: > > > php -r > "readfile('https://s3.amazonaws.com/files.drush.org/drush.phar');" > > drush > > However, when I run this inside the jail then I see this error, > > PHP Warning: readfile(): Unable to find the wrapper "https" - did you > forget to enable it when you configured PHP? in Command line code on > line 1 > PHP Warning: > readfile(https://s3.amazonaws.com/files.drush.org/drush.phar): failed > to open stream: No such file or directory in Command line code on line > 1. > > If I run the same command on the host system of the jail then I do not > get this error. What am I missing with respect to the jailed setup? > The answer to this problem turned out to be as simple as: # pkg install php56-openssl -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail Do NOT open attachments nor follow links sent by e-Mail James B. Byrne mailto:ByrneJB@Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3