pvbrower Q&A

> I run ./start_pvbapp example.ini.linux
> there below errors:
> guo@guo-desktop:~/test/power/pvb/start_pvbapp$ sh:
/opt/pvb/pvsexample/pvsexample: cannot execute binary file
> tcp_con 2: error for localhost port=5050

It seems /opt/pvb/pvsexample/pvsexample is not executable on your system. This
might be because pvsexample is compiled for 64Bit and you are using 32Bit.

Solution:
Recompile /opt/pvb/pvsexample/pvsexample
su
cd /opt/pvb/pvsexample
make clean
make
exit

PS: Meanwhile there is a more convenient method to start a pvserver + pvbrowser
to make it behave like a normal desktop app.
You can use the "-gui" option.

Example:
cd pvb/pvsexample
./pvsexample -gui

The "start_pvbapp" is especially usefull on Windows because no DOS-Box-Window
will be shown.

你可能感兴趣的:(pvbrower Q&A)