On Fri, Jun 02, 2017 at 08:18:33AM -0700, [email protected] wrote: > I installed some applications on ubuntu template VM. And I am trying to use > it in an appVM that I created using that template. When in the AppVM, I > could not find the folders that were created when installing that app in the > templateVM. I copied that folder over to the AppVM and then tried to start > the program. > > I got an error stating > > "error while loading shared libraries: libboost_program_options.so.1.58.0: > cannot open shared object file: No such file or directory" > > Can someone help me with this issue? Thanks >
So presumably the missing folders were in /usr/local or home directory? The error message suggests you need to install libboost_program_options-dev. Ty that and see if it helps. unman -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20170603000300.GC5657%40thirdeyesecurity.org. For more options, visit https://groups.google.com/d/optout.
