Avidemux Forum

Avidemux => Unix-Like (Linux/Bsd/...) => Topic started by: Blues on October 07, 2016, 10:44:34 PM

Title: Built from git, no start
Post by: Blues on October 07, 2016, 10:44:34 PM
$ avidemux3_qt4
avidemux3_qt4: symbol lookup error: avidemux3_qt4: undefined symbol: _Z15ADM_initBaseDiriPPc


^^ Any ideas why I'm getting this?
Title: Re: Built from git, no start
Post by: mean on October 08, 2016, 06:07:28 AM
did you use the bootsrtrap script ?
Title: Re: Built from git, no start
Post by: eumagga0x2a on October 08, 2016, 06:31:49 AM
Looks like a mismatch of different Avidemux versions where a wrong libADM_core6.so gets picked up. Maybe bootStrap.bash was used with CMAKE_INSTALL_PREFIX changed to /usr/local while /usr/local was not in library search path with another Avidemux build installed in /usr?
Title: Re: Built from git, no start
Post by: Blues on October 08, 2016, 03:33:53 PM
Thanks for replies!

Yes I used the bootstrap script.

Yes I have another Avidemux in /usr, git version is in /usr/local. Removing the other one now.

Edit: Success!