[Johannes Rohr] > When I try to start openuniverse, I see the message > > input in flex scanner failed > > after which nothing happens.
I see it too. I ran strace to check what is going on, and the program try to open and read /usr/share/openuniverse/conf/ou.conf, which happen to be a directory and not a file. If you copy /usr/share/openuniverse/conf/ou.conf/ou.conf to the current working directory, the program start as it try to open ./ou.conf before looking in /usr/share/. I guess the install target for the configuration file is bad. -- Happy hacking Petter Reinholdtsen