From: Mario L. <mla...@gm...> - 2016-02-23 23:14:47
|
Hi thanks for the help! Saludos / Best regards Mario Lacunza Email:: mla...@gm... Personal Website:: http://www.lacunza.biz/ Hosting:: http://mlv-host.com/ Mascotas Perdidas:: http://mascotas-perdidas.com/ Skype: mlacunzav Lima - Peru 2016-02-18 5:02 GMT-05:00 Chris Green <cl...@is...>: > On Wed, Feb 17, 2016 at 05:35:25PM -0500, Mario Lacunza wrote: > > excellent! but how you did this: > > > > Then get it into the library search path:- > > export > > LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libwx_gtk2u_webview-3.0.so.0.2.0 > > > It's line wrapped. > > Simply, at the command prompt:- > export LD_PRELOAD=/usr/.............. > > Then run the command (or commands) that need that library to be > explicitly loaded. The 'export' will set the LD_PRELOAD value for > anything run later in that terminal session. > > If you need it for an IDE I guess you could do the export and then > start the IDE from the command prompt. If you're just doing a > configure/make at the command line then just precede them with the > export. > > Some shells (if you aren't using bash) require the export to be on a > separate line:- > > chris$ > LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libwx_gtk2u_webview-3.0.so.0.2.0 > chris$ export LD_PRELOAD > chris$ > > (I'm assuming you're doing this on Linux but it should be about the > same for other Unix'ish systems) > > Sorry if this is all very obvious and I have misunderstood your > question! :-) > > -- > Chris Green > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > _______________________________________________ > Wxformbuilder-devel mailing list > Wxf...@li... > https://lists.sourceforge.net/lists/listinfo/wxformbuilder-devel > |