Thanks a lot! I'll keep my eye on your website! ;)
On 06/03/06, Norman Timmler <
[EMAIL PROTECTED]> wrote:
Am Montag, den 06.03.2006, 20:41 +0200 schrieb Naicu Octavian:
> Ok, downloaded latest version, followed the instructions and got an
> error when trying to use it:
>
> [EMAIL PROTECTED] flvtool2_1.0.4_rc5]# flvtool2 -H
> /usr/bin/env: ruby1.8: No such file or directory
>
> Below is the entire install log, which ends with the error!
> ========================================================
> [EMAIL PROTECTED] flvtool2_1.0.4_rc5]# ls
> bin examples lib LICENSE README setup.rb
> [ [EMAIL PROTECTED] flvtool2_1.0.4_rc5]# ruby setup.rb config
> ---> bin
> <--- bin
> ---> lib
> ---> lib/flv
> <--- lib/flv
> ---> lib/flvtool2
> <--- lib/flvtool2
> <--- lib
> [EMAIL PROTECTED] flvtool2_1.0.4_rc5]# ruby setup.rb setup
> ---> bin
> <--- bin
> ---> lib
> ---> lib/flv
> <--- lib/flv
> ---> lib/flvtool2
> <--- lib/flvtool2
> <--- lib
> [EMAIL PROTECTED] flvtool2_1.0.4_rc5]# ruby setup.rb install
> rm -f InstalledFiles
> ---> bin
> mkdir -p /usr/local/bin
> install flvtool2 /usr/local/bin/
> <--- bin
> ---> lib
> mkdir -p /usr/local/lib/ruby/site_ruby/1.8
> install flv.rb /usr/local/lib/ruby/site_ruby/1.8/
> install mixml.rb /usr/local/lib/ruby/site_ruby/1.8/
> install flvtool2.rb /usr/local/lib/ruby/site_ruby/1.8/
> install miyaml.rb /usr/local/lib/ruby/site_ruby/1.8/
> ---> lib/flv
> mkdir -p /usr/local/lib/ruby/site_ruby/1.8/flv
> install video_tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv
> install amf_string_buffer.rb /usr/local/lib/ruby/site_ruby/1.8/flv
> install core_extensions.rb /usr/local/lib/ruby/site_ruby/1.8/flv
> install meta_tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv
> install tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv
> install audio_tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv
> install stream.rb /usr/local/lib/ruby/site_ruby/1.8/flv
> <--- lib/flv
> ---> lib/flvtool2
> mkdir -p /usr/local/lib/ruby/site_ruby/1.8/flvtool2
> install version.rb /usr/local/lib/ruby/site_ruby/1.8/flvtool2
> install base.rb /usr/local/lib/ruby/site_ruby/1.8/flvtool2
> <--- lib/flvtool2
> <--- lib
> [EMAIL PROTECTED] flvtool2_1.0.4_rc5]# flvtool2 -H
> /usr/bin/env: ruby1.8: No such file or directory
Ok, i'll fix this in the next release. For make it running on your
machine edit /usr/local/bin/flvtool2:
Change the first line
#!/usr/bin/env ruby1.8
to
#!/usr/bin/env ruby
--
Norman Timmler
http://blog.inlet-media.de
_______________________________________________
Flvtool2-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/flvtool2-users
--
Naicu Octavian
CEO &Creative Director @ NaicuAndNaicu
www.naicuandnaicu.com
-----------------------------------------------------------------------------------------------
This message is for the designated recipient only and may contain
privileged or confidential information. If you have received it in error,
please notify the sender immediately and delete the original. Any other
use of this e-mail by you is prohibited.
_______________________________________________ Flvtool2-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/flvtool2-users
