Re: [Php-qt-users] Unable to load dynamic library - 64 Bit
Status: Beta
Brought to you by:
tm243
From: Thomas M. <tm...@ph...> - 2007-09-12 21:27:03
|
is it 64 bit? I got it compiled on a 64 bit Kubuntu machine, but it doesn't run yet, it does not link properly at runtime so far. On Wednesday 12 September 2007 12:53:56 Darren Whitlen wrote: > 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 -- Thomas |