FP 3.0.10 compatibility error need help understanding

I am getting the following error when attempting to run FrontPanel.

I am using Linux Ubuntu 7.04, libwxgtk2.8-0
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4,compatible with 2.6).
Aborted (core dumped)

When removing the libwxgtk2.8, I get the other following error:
./FrontPanel: error while loading shared libraries: libwx_gtk2u_aui-2.8.so.0: cannot open shared object file: No such file or directory

I am trying to determine if the error relates to the version of wx I have included in my Linux environment or the way in which the FrontPanel program was built.

Any thoughts?