RejectedSoftware Forums

Sign up

DUB dependency librtmp.so.0 not found

Hi All,

Been trying to get DUB working on my Ubuntu 15.04 build for a few days now, and have tried everything in the flying wind, to resolve the "librtmp.so.0 not found" issue.

Very frustrating. I've looked, and Ubuntu 15.04 uses librtmp.so.1 and cannot find a way around this.

Many thanks,

Brandon

Re: DUB dependency librtmp.so.0 not found

Am 24.07.2015 um 23:00 schrieb Brandon Ragland:

Hi All,

Been trying to get DUB working on my Ubuntu 15.04 build for a few days now, and have tried everything in the flying wind, to resolve the "librtmp.so.0 not found" issue.

Very frustrating. I've looked, and Ubuntu 15.04 uses librtmp.so.1 and cannot find a way around this.

Many thanks,

Brandon

Do you require librtmp as a link dependency of a package of yours (or of
a dependency thereof), or does the error happen when you try to build
DUB itself (which would be strange)? In the former case, does it happen
at link time, or when the application is launched?