--- John B <yonaton@tds.net> wrote:
Hey gang,
I'm messing with camstream again now that it's being worked on again, and had to install an old verion of qt (qt-2.3.2 to be exact) alongside my 9.2 stock qt3. The latest snapshot of camstream compiled just fine, no errors (that I saw), and during configure I told it where to find the old qt version to use. When I do ./camstream though, I get this error:
./camstream: error while loading shared libraries: libqt-mt.so.2: cannot open shared object file:No such file or directory
How about LD_LIBRARYPATH? Did you append the location of your old qt version there? Dmitry
Thing is, that file *is* there, right where it's supposed to be, it and two others similar to it (libqt-mt.so and libqt-mt.so.2.3) are linked to libqt-mt.so.2.3.2. Does anyone have any idea why this isn't working or something I need to do to get it to work?
Thanks,
John B.