-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specific Ruby version? #1
Comments
flvtool2 -P /srv/www//recordedVideo.flv |
@funky-monkey It might not be relevant 2 years later, but Ruby 1.8.7 was never stable. FLVTool2 should be used with Ruby 1.9.2 and later, though it runs on 1.8.6. |
@phpclub It seems that the file you are trying to print is not a valid FLV file. |
No! This version work under ubuntu 14.04 |
Is there a specific version of Ruby needed to install the source?
When i do "ruby -v" I get:
ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin10.0]
I'm getting an error:
dyld: Library not loaded: /usr/local/lib/libruby.1.9.1.dylib
Referenced from: /usr/local/bin/ruby
Reason: no suitable image found. Did find:
/usr/local/lib/libruby.1.9.1.dylib: stat() failed with errno=13
/usr/local/lib/libruby.1.9.1.dylib: stat() failed with errno=13
Trace/BPT trap
Any thoughts?
The text was updated successfully, but these errors were encountered: