View Full Version : SDK install problems on linux
Nikolai
10-18-2006, 10:58 AM
Hello everyone. I installed the linuxdemo on Suse 10.1 and evenrything seems to work well. Then I try to run the php example and get the following error message:
process_sample.php version 1.4
Loading flix: flixengine2.php
Flix Engine client library v8.0.5.0_DEMO
Powered by On2 TrueMotion video technology.
(c) 1992-2006 On2 Technologies, Inc. All Rights Reserved.
For more information, visit: http://www.on2.com.
Creating Flix handle: sc=-9
Flix2 Function Calls Function Name Return Value
Flix2_CreateEx() -9
Anybodys got any idea?
Thank you
Nikolai
turrican
10-28-2006, 01:03 PM
Yes, excatly the same problem here using Fedora Core 6. Any help?
swanweb
12-04-2006, 06:00 PM
Hello all,
Like the two people above when i try to process a file i get the following message:
-----------------------------------------------------------------
process_sample.php version 1.5
Loading flix: flixengine2.php
Flix Engine client library v8.0.6.0_DEMO
Powered by On2 TrueMotion video technology.
(c) 1992-2006 On2 Technologies, Inc. All Rights Reserved.
For more information, visit: http://www.on2.com.
Creating Flix handle: sc=-9
Flix Function Calls Function Name Return Value
Flix2_CreateEx() -9
-----------------------------------------------------------------
If you would like to see what happens visit:
http://www.swanwebs.co.uk/cgi-bin/flix2_sample.php
When you click on encode, basically it takes you to the next page that says the above and nothing happens, any help is much appreciated.
orionr
07-12-2007, 09:37 AM
I'm getting the same problem after installing on Fedora Core 6. I'm assuming someone must have solved this...
As for the error code, -9 = ON2_NET_ERROR, which means there was an RPC error. The rpcerr returned from Flix2_Errno is 13, which I don't know how to translate.
Any help/thoughts appreciated!
orionr
07-12-2007, 09:43 AM
Looks like this might be answered in the FAQ
http://www.on2.com/support-resources/on2-flix-faq/enginefaq-linux/#1-14
I'll be trying it out...
orionr
07-12-2007, 10:18 AM
Unfortunately that didn't seem to cut it. The flixengine (flixd) and portmapper are both running. Here is the output I see:
-bash-3.1# rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
941977600 1 tcp 846
-bash-3.1# ps -ef |grep flixd
root 21445 1 0 09:26 ? 00:00:00 /usr/local/sbin/flixd --authdir=/root/.on2 --pidfile /var/run/flixd.pid
root 21475 21367 0 09:44 ttyp0 00:00:00 grep flixd
I also checked if I had a firewall or something running, but doesn't look like it (I think it's called iptables on Fedora Core, but not 100% sure).
So, I'm still stuck... any thoughts welcome.
orionr
07-12-2007, 11:30 AM
Just talked with On2 FLIX support and it seems that error 13 == RPC_UNKNOWNHOST. So, it looks like it couldn't find localhost. Ack.
I modified (in my case created!) /etc/hosts and added the following line:
127.0.0.1 localhost.localdomain localhost
That got me passed this error. Hopefully it will help someone else!
vBulletin v3.5.1, Copyright ©2000-2010, Jelsoft Enterprises Ltd.