Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "J.O. Aho" Newsgroups: comp.lang.php,comp.sys.raspberry-pi Subject: Re: how to have dio on raspberry Date: Sun, 1 Sep 2019 15:44:34 +0200 Lines: 16 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net oEetH41iv1an4hlTmcYkggXJE1uLA97StyhjuC0DsVGQMiPG4m Cancel-Lock: sha1:OlENL3aQZQ57Hk5bcnwu0vNAIn8= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 In-Reply-To: Content-Language: en-US-large Xref: csiph.com comp.lang.php:18065 comp.sys.raspberry-pi:21155 On 01/09/2019 14.53, ZOT wrote: > I have a brand new install of raspian, fresh install of apache2 + php > +rrdools > But the php script that ran well on a old version of rapian ( I had > compiled both apache and php at that time) faile with ' > -- undefined function dio_open() ' > So probably php is not compiled with dio! > Is there a way to add these functionality to php without recompile? Unless you find php7 dio package in the repository or in a ppa, you will need to compile your own php with dio support. -- //Aho