Re: [Php-qt-users] Segmentation fault after install php-qt 0.9 on FC7
Status: Beta
Brought to you by:
tm243
From: <tm...@ph...> - 2008-01-22 20:47:09
|
Quoting Falko Menge <ma...@fa...>: > Hi Li Tam Hoan, > > Squall Leonhart wrote: >> Hi guys, I've just got aquainted with QT and PHP-QT. I tried to install >> PHP-QT 0.9 on my Fedora core 7. I first installed Apache 2.2.4 and Php >> 5.2.4, then Cmake and QT 0.9. >> Everything go smoothly until I add the line "extension =3D php_qt.so" to >> my php.ini. After that when i tried to run the command "php -i| grep -i >> qt" to check my installation as in the INSTALL GUIDE, I got no message >> at all, and when I attemped to test a php file with my Internet browser, >> i just got blank page (my apache was already working) >> Then i try "php -v" i got this error : "Segmentation fault", If i remove >> "extension =3D php_qt.so" in php.ini, i can get my result from "php -v" >> but "php -i| grep -i qt" still didnt give the expected result (i only >> got some PATH information). >> I've check the location of php_qt.so and change chmod of it to 755 but >> cant get the thing work properly. >> I plan to use php_qt for my graduate project but what can i do when i >> cant even make it working ? Do anyone have the same problem ??? I >> appriciate every help, thanks in advance :D > I guess, it could be of help if you send the output of 'php -i' =20 > while not having > the php_qt extension enabled in php.ini. Yes, please. That would be helpful. Squall, did you install the command line version of PHP, php-cli? It =20 is necessary to run it with the cli version, an apache server is not =20 needed for running Qt applications, but you might want to use your php =20 for some web development too, so it cannot hurt to install it. Best regards, Thomas > Best regards, > Falko > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Php-qt-users mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/php-qt-users > |