Slackware current. Ardour-7.0.0 wont start, libaubio can't find libav* shared libraries
by fforge from LinuxQuestions.org on (#6Q53T)
Running Slackware current, I have installed ardour-7.0.0 from alienbob repos at https://us.slackware.nl/people/alien...x86_64/ardour/
I had no problems during install.
When I tray to start ardour from the terminal I get this:
Code:$ ardour7 &
[1] 30308
fieryforge@lorito[~]
$ /usr/lib64/ardour7/ardour-7.0.0: /usr/lib64/libavutil.so.57: version `LIBAVUTIL_57' not found (required by /usr/lib64/libaubio.so.5)
/usr/lib64/ardour7/ardour-7.0.0: /usr/lib64/libavformat.so.59: version `LIBAVFORMAT_59' not found (required by /usr/lib64/libaubio.so.5)
/usr/lib64/ardour7/ardour-7.0.0: /usr/lib64/libavcodec.so.59: version `LIBAVCODEC_59' not found (required by /usr/lib64/libaubio.so.5)After this, the terminal hangs and ardour wont start.
Checking the libraries installed on my system (slackware-current) I get this:
Code:$ ls -l /usr/lib64/libaubio.*
-rw-r--r-- 1 root root 1195614 Oct 16 2022 /usr/lib64/libaubio.a
lrwxrwxrwx 1 root root 17 Aug 21 15:25 /usr/lib64/libaubio.so -> libaubio.so.5.4.8
lrwxrwxrwx 1 root root 17 Aug 21 15:25 /usr/lib64/libaubio.so.5 -> libaubio.so.5.4.8
-rwxr-xr-x 1 root root 184864 Oct 16 2022 /usr/lib64/libaubio.so.5.4.8
$ ls -l /usr/lib64/libav{util,format,codec}*
-rw-r--r-- 1 root root 22591548 Jul 27 12:33 /usr/lib64/libavcodec.a
lrwxrwxrwx 1 root root 23 Jul 28 01:23 /usr/lib64/libavcodec.so -> libavcodec.so.60.31.102
lrwxrwxrwx 1 root root 13 May 3 18:51 /usr/lib64/libavcodec.so.59 -> libavcodec.so
lrwxrwxrwx 1 root root 23 Jul 28 01:23 /usr/lib64/libavcodec.so.60 -> libavcodec.so.60.31.102
-rwxr-xr-x 1 root root 57189296 Jul 27 12:33 /usr/lib64/libavcodec.so.60.31.102
-rw-r--r-- 1 root root 5256424 Jul 27 12:33 /usr/lib64/libavformat.a
lrwxrwxrwx 1 root root 24 Jul 28 01:23 /usr/lib64/libavformat.so -> libavformat.so.60.16.100
lrwxrwxrwx 1 root root 14 May 3 18:54 /usr/lib64/libavformat.so.59 -> libavformat.so
lrwxrwxrwx 1 root root 24 Jul 28 01:23 /usr/lib64/libavformat.so.60 -> libavformat.so.60.16.100
-rwxr-xr-x 1 root root 2919208 Jul 27 12:33 /usr/lib64/libavformat.so.60.16.100
-rw-r--r-- 1 root root 1594392 Jul 27 12:33 /usr/lib64/libavutil.a
lrwxrwxrwx 1 root root 22 Jul 28 01:23 /usr/lib64/libavutil.so -> libavutil.so.58.29.100
lrwxrwxrwx 1 root root 12 May 3 18:56 /usr/lib64/libavutil.so.57 -> libavutil.so
lrwxrwxrwx 1 root root 22 Jul 28 01:23 /usr/lib64/libavutil.so.58 -> libavutil.so.58.29.100
-rwxr-xr-x 1 root root 1334576 Jul 27 12:33 /usr/lib64/libavutil.so.58.29.100I have tried reinstalling ardour but keep getting the same errors.
Is there another slackware package of ardour that I can install? By the way the current version of this digital workstation is ardour-8.6, alienbob still has version 7.0.
I would appreciate if someone out there is running ardour on slackware current so I can get some help with this.
I had no problems during install.
When I tray to start ardour from the terminal I get this:
Code:$ ardour7 &
[1] 30308
fieryforge@lorito[~]
$ /usr/lib64/ardour7/ardour-7.0.0: /usr/lib64/libavutil.so.57: version `LIBAVUTIL_57' not found (required by /usr/lib64/libaubio.so.5)
/usr/lib64/ardour7/ardour-7.0.0: /usr/lib64/libavformat.so.59: version `LIBAVFORMAT_59' not found (required by /usr/lib64/libaubio.so.5)
/usr/lib64/ardour7/ardour-7.0.0: /usr/lib64/libavcodec.so.59: version `LIBAVCODEC_59' not found (required by /usr/lib64/libaubio.so.5)After this, the terminal hangs and ardour wont start.
Checking the libraries installed on my system (slackware-current) I get this:
Code:$ ls -l /usr/lib64/libaubio.*
-rw-r--r-- 1 root root 1195614 Oct 16 2022 /usr/lib64/libaubio.a
lrwxrwxrwx 1 root root 17 Aug 21 15:25 /usr/lib64/libaubio.so -> libaubio.so.5.4.8
lrwxrwxrwx 1 root root 17 Aug 21 15:25 /usr/lib64/libaubio.so.5 -> libaubio.so.5.4.8
-rwxr-xr-x 1 root root 184864 Oct 16 2022 /usr/lib64/libaubio.so.5.4.8
$ ls -l /usr/lib64/libav{util,format,codec}*
-rw-r--r-- 1 root root 22591548 Jul 27 12:33 /usr/lib64/libavcodec.a
lrwxrwxrwx 1 root root 23 Jul 28 01:23 /usr/lib64/libavcodec.so -> libavcodec.so.60.31.102
lrwxrwxrwx 1 root root 13 May 3 18:51 /usr/lib64/libavcodec.so.59 -> libavcodec.so
lrwxrwxrwx 1 root root 23 Jul 28 01:23 /usr/lib64/libavcodec.so.60 -> libavcodec.so.60.31.102
-rwxr-xr-x 1 root root 57189296 Jul 27 12:33 /usr/lib64/libavcodec.so.60.31.102
-rw-r--r-- 1 root root 5256424 Jul 27 12:33 /usr/lib64/libavformat.a
lrwxrwxrwx 1 root root 24 Jul 28 01:23 /usr/lib64/libavformat.so -> libavformat.so.60.16.100
lrwxrwxrwx 1 root root 14 May 3 18:54 /usr/lib64/libavformat.so.59 -> libavformat.so
lrwxrwxrwx 1 root root 24 Jul 28 01:23 /usr/lib64/libavformat.so.60 -> libavformat.so.60.16.100
-rwxr-xr-x 1 root root 2919208 Jul 27 12:33 /usr/lib64/libavformat.so.60.16.100
-rw-r--r-- 1 root root 1594392 Jul 27 12:33 /usr/lib64/libavutil.a
lrwxrwxrwx 1 root root 22 Jul 28 01:23 /usr/lib64/libavutil.so -> libavutil.so.58.29.100
lrwxrwxrwx 1 root root 12 May 3 18:56 /usr/lib64/libavutil.so.57 -> libavutil.so
lrwxrwxrwx 1 root root 22 Jul 28 01:23 /usr/lib64/libavutil.so.58 -> libavutil.so.58.29.100
-rwxr-xr-x 1 root root 1334576 Jul 27 12:33 /usr/lib64/libavutil.so.58.29.100I have tried reinstalling ardour but keep getting the same errors.
Is there another slackware package of ardour that I can install? By the way the current version of this digital workstation is ardour-8.6, alienbob still has version 7.0.
I would appreciate if someone out there is running ardour on slackware current so I can get some help with this.