[Php-qt-users] Unable to load dynamic library
Status: Beta
Brought to you by:
tm243
From: Darren W. <da...@st...> - 2007-09-12 10:54:07
|
Hi, I've finally got up to getting PHP-QT running under ubuntu now. Compiled fine following the steps in the documentation, but come to running one of the test scripts, it fails. Just to mention, I also had to apply the patch just given to Stefan. --------- darren@darren-laptop:~/Desktop/php_qt$ php tests/box2buttons.php Warning: dl(): Unable to load dynamic library '/usr/lib/php5/20060613+lfs/php_qt.so' - libsmokeqt.so.2: cannot open shared object file: No such file or directory in /home/darren/Desktop/php_qt/tests/box2buttons.php on line 3 Fatal error: Class 'QBoxLayout' not found in /home/darren/Desktop/php_qt/tests/box2buttons.php on line 6 -------- The libsmokeqt files do exist in /usr/local/lib/ Any ideas? Darren |