I found the problem, I searched my drive for all occurrences of librtmp<div>I found one at "/usr/local/lib/librtmp.so.0" and another at "/usr/lib/i386-linux-gnu/librtmp.so.0"</div><div><br></div><div>"/usr/lib/i386-linux-gnu/librtmp.so.0" was an old copy from over a year ago</div>
<div>"/usr/local/lib/librtmp.so.0" was the newest</div><div><br></div><div>I deleted "/usr/lib/i386-linux-gnu/librtmp.so.0" then symlinked it to the one at "/usr/local/lib/librtmp.so.0"</div>
<div>"sudo ln -s /usr/local/lib/librtmp.so.0 /usr/lib/i386-linux-gnu/librtmp.so.0"</div><div><br></div><div>Now rtmpdump works properly</div><div><br></div><div><br><br><div class="gmail_quote">On Wed, Dec 12, 2012 at 12:34 AM, Matt Hughes <span dir="ltr"><<a href="mailto:matthyo@gmail.com" target="_blank">matthyo@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I spoke too soon, <div>On my ubuntu 10.10 machine, running rtmpdump from the build dir produced a seg fault, and then running checkinstall fixed it, but I just tried doing checkinstall on my 12.04 machine and it still produces a seg fault afterwards</div>

<div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><div>htpc@myth-htpc:~$ rtmpdump</div>

</div><div class="im">RTMPDump 2.4.19d3636~git<br>(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL<br>Segmentation fault (core dumped)</div></blockquote><div><div class="h5"><br><div class="gmail_quote">
On Wed, Dec 12, 2012 at 12:03 AM, Matt Hughes <span dir="ltr"><<a href="mailto:matthyo@gmail.com" target="_blank">matthyo@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Yeh the problem was I wasn't doing "make install"<div>I used checkinstall and it seems to be working fine now</div>

<div><br></div><div>I like to test compiles in the build dir before I install and never had a problem doing it like that before<div><div><br>
<br><br><div class="gmail_quote">On Tue, Dec 11, 2012 at 11:31 PM, Steven Penny <span dir="ltr"><<a href="mailto:svnpenn@gmail.com" target="_blank">svnpenn@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div>On Tue, Dec 11, 2012 at 9:50 PM, NhJm wrote:<br>
> rtmpdump is probably loading an old shared library instead of the<br>
> local one.. please `make install`!<br>
<br>
</div>Or better yet avoid "dll hell" and do static build<br>
<br>
  make SHARED=<br>
<div><div>_______________________________________________<br>
rtmpdump mailing list<br>
<a href="mailto:rtmpdump@mplayerhq.hu" target="_blank">rtmpdump@mplayerhq.hu</a><br>
<a href="https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump" target="_blank">https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump</a><br>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div>