Re: [Php-qt-users] Unable to load dynamic library
Status: Beta
Brought to you by:
tm243
From: Katrina N. <kn...@il...> - 2007-06-28 06:53:58
|
Add php-qt.so to your php.ini file To run a PHP-Qt app (like the tutorials) you go to the directory using a=20 command line and run 'php <application>' like: [kniolet]$ php t1.php PHP-Qt is for desktop apps, however IQuiP will be out 'real soon now' and i= s=20 basically the same thing but for web apps. Also it sounds like you need to install the qt open gl package, its probabl= y=20 an option in your distro =2DKatrina Niolet Le Wednesday 27 June 2007 21:12:45 Jan-Oliver Ohloff, vous avez =E9crit=A0: > Hello together, > > I compiled php_qt and when I try to open tutorial 1 with my browser, the > following messages appear: > > Warning: dl() [function.dl]: Unable to load dynamic library > '/usr/lib64/php5/lib/php/extensions/debug-non-zts-20060613/php_qt.so' - > libQtOpenGL.so.4: cannot open shared object file: No such file or directo= ry > in /var/www/localhost/htdocs/qt.php on line 13 > > Fatal error: Class 'QApplication' not found in > /var/www/localhost/htdocs/qt.php on line 16 > > php_qt.so is in the right place. Any idea? > > Thanks > > Jan-Oliver Ohloff |