> On 20 Apr 2016, at 12:34, Esteban Lorenzano <esteba...@gmail.com> wrote: > > >> On 20 Apr 2016, at 10:37, mathias arnaud nkeumo tsombeng >> <arnaud.tsomb...@gmail.com> wrote: >> >> Dear All, >> >> Am try to call a libpcap library using FFI in pharo and am getting the >> following error: >> MessagetNotUnderstood:InterfaceDev class>>fficall:module >> >> Am working with pharo 4 > > ffiCall:module: is UFFI, then Pharo 5.0 exclusive. > >> >> also >> I have issue with pharo 5 on unbuntu after runing the pharo launher >> i create an image of pharo 5 but when i try to run pharo 5 it does not >> work. Am try to work with UFFI and on many documentation they are >> advicing me pharo 5 for UFFI
pharo launcher does not come with Pharo 5 VM prepared (it is a new VM, not compatible with previous ones). AFAIK, you need to download a SpurVM (from here: Default GNU/Linux <http://files.pharo.org/platform/Pharo5.0-linux.zip>), then in settings from Pharo Launcher you need to specify the Spur VM full path). (This is like that because Pharo 5 is not yet released, it will be better later :P) Esteban > > because it is exclusive of Pharo 5 :) > > Esteban > >> >> Best Regards, >> >> A. Tsombeng >> >