[SOLVED] SlackBuilds motion-release-4.5.0.tar.gz compilation error
by elMoco from LinuxQuestions.org on (#6F7V2)
I tried to install Motion from SlackBuilds (using sbopkg -i motion). Apparently all dependencies are fine and the check stage goes well, but at some point the compilation stops with this error:
Code:/usr/bin/ld: picture.o: undefined reference to symbol 'WebPMemoryWriterClear'
/usr/bin/ld: /usr/lib64/libwebp.so.7: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:424: motion] Error 1
make[2]: Leaving directory '/tmp/SBo/motion-release-4.5.0/src'
make[1]: *** [Makefile:555: all-recursive] Error 1
make[1]: Leaving directory '/tmp/SBo/motion-release-4.5.0'
make: *** [Makefile:399: all] Error 2I checked where the 'WebPMemoryWriterClear' could be defined and apparently I have those packages installed.
My system is a Slackware -current, with all the updates until today.
Any idea what can be wrong or missing?
Thanks
Code:/usr/bin/ld: picture.o: undefined reference to symbol 'WebPMemoryWriterClear'
/usr/bin/ld: /usr/lib64/libwebp.so.7: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:424: motion] Error 1
make[2]: Leaving directory '/tmp/SBo/motion-release-4.5.0/src'
make[1]: *** [Makefile:555: all-recursive] Error 1
make[1]: Leaving directory '/tmp/SBo/motion-release-4.5.0'
make: *** [Makefile:399: all] Error 2I checked where the 'WebPMemoryWriterClear' could be defined and apparently I have those packages installed.
My system is a Slackware -current, with all the updates until today.
Any idea what can be wrong or missing?
Thanks