The smoke library in php-qt will be installed in /usr/local/lib Thus after
compiling you might find 2 smoke's on your system: the one that is for Qt3
and most likely installed by your distribution, and the one we just compiled
with php-qt which is for Qt4 and a version 2 of smoke (thats why it has
the .so.2 at the tail but you kinda guessed that ;) ).
So far, so good. The directory /usr/local/lib is the right place for
installing self-compiled libraries, but some systems seem to ignore that, so
you either could create a symlink to /usr/lib, but you rather want to export
this variable:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
which can be putted at the end of your bashrc file.
--
Thomas
|