On Fri, Aug 29, 2008 at 9:47 AM, Eric Wilhelm <[EMAIL PROTECTED]> wrote: > # from Gabor Szabo > # on Thursday 28 August 2008 21:17: > >>libwx_gtk2_stc-2.8.so: ... >>libwx_base_net-2.8.so: ... >>libwx_gtk2_html-2.8.so: cannot open shared object file: >> No such file or directory >>The strange thing is that the application seems to work without >> problem. > > Do you need any of those libraries? This seems to imply that there's an > eval("require Wx::Html") and eval("require Wx::STC") or something > similar happening. >
Yes. Wx::STC is Scintilla and Wx::Html is used for the PODviewer. Gabor