Re: [Php-qt-users] PHP-QT
Status: Beta
Brought to you by:
tm243
From: Mark C. <ma...@re...> - 2008-03-14 01:49:26
|
On 14 Mar 2008 07:53, Ferenc Veres wrote: > Re Vladimir's mail, I tried to make a simple QTextEdit (svn version from > today), and it results in segfault. I use a very simple code: I can't help you with your problem but I just tried it and got this error in my logs but it's quite likely I am not building my php-qt.so correctly, fwiw... [14-Mar-2008 11:41:57] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20060613/php_qt.so' - /usr/lib/libsmokeqt.so.2: undefined symbol: _ZN8QWebView11qt_metacastEPKc in Unknown on line 0 [14-Mar-2008 11:41:57] PHP Fatal error: Class 'QWidget' not found in /home/markc/phpqt_test.php on line 3 --markc |