Hello,

Yes, the final .9 matter...

I have tested the binding on ArchLinux. And we have

> $ whereis libvlccore
libvlccore: /usr/lib/libvlccore.so

and

> $ whereis libvlc
libvlc: /usr/lib/libvlc.so


So two options,
1. I can add the version with ".9" in VLCLibrary>>#unix64LibraryName
2. Or you can create a link in ubuntu

> ln -s /usr/lib/x86_64-linux-gnu/libvlccore.so.9 /usr/lib/x86_64-linux-gnu/libvlccore.so
(please verity the command)


In travis I'm doing

||dist: bionic
|before_install
||- sudo apt install libvlc-dev libvlccore-dev|

||

||

|And I have no problem.|

|
|

|
|

|If you use a symbolic link and it works please let me know so I can add this step in the installation.|

|
|

|Thanks for testing!|

|Benoît
|

||


Le 14/01/2020 à 19:05, Hilaire a écrit :
Got an issue on Linux too (Ubuntu 18.04.03 LTS)

See attached screenshot. Does the final .9 in the installed library matter?

Hilaire

Le 12/01/2020 à 16:41, Benoit Verhaeghe a écrit :
I just want to let you know that I've developed an FFI binding to VLC.
Since, version 2.1.1 you can use it on Windows, Linux, and OSX.
https://github.com/badetitou/Pharo-LibVLC

--
Benoît Verhaeghe
badetitou.github.io

benoit.verhae...@berger-levrault.com
R&D Engineer at Berger-Levrault
benoit.verhae...@inria.fr
PHD student at Inria-Lille--Nord-Europe

Reply via email to