Thanks Martin, that makes sense.

So is there any way to set this path during compile time so that I can
tell it to use a specific directory?

Thanks,
-Erik

On Feb 3, 6:07 am, Martin Zibricky <[email protected]> wrote:
> LD_LIBRARY_PATH is overridden in the bootloader. So it won't to set
> LD_LIBRARY_PATH before starting your frozen app.
>
> Erik píše v Čt 03. 02. 2011 v 02:52 -0800:
>
>
>
>
>
>
>
> > Hello everyone.
>
> > I am compiling on linux and running on linux, so I'd like to keep the
> > size of the binary down.
>
> > I tried compiling with --onedir and then just doing LD_LIBRARY_PATH=/
> > lib ./PROG as I read in one of the posts on this group, but it doesn't
> > work, it still looks for the libraries in the current working
> > directory.
>
> > Thanks for your help.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to