2013/8/10 Nicolás Alvarez <[email protected]> > 2013/8/10 Tomasz Olszak <[email protected]>: > > It looks like LD_LIBRARY_PATH doesn't work because even if I set > > LD_LIBRARY_PATH=. in /opt/usr/APPID/lib directory and execute ldd on e.g. > > libQt5Qml.so I get: > > "name=value" in a Unix shell does *not* set an environment variable. > It sets a shell variable, which won't be seen by external commands run > from that shell (like ldd). You need to use either "name=value > command" as a single statement, or "export name=value" to make it > affect all future commands run on the shell session. > > I am aware of that and used it properly :).
> In addition, I strongly doubt LD_LIBRARY_PATH supports relative paths. > It supports relative to cwd paths. Tomasz Olszak.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
