Re: [Php-qt-users] Segmentation fault using php-qt 0.9 on Linux
Status: Beta
Brought to you by:
tm243
From: Thomas M. <tm...@ph...> - 2007-12-30 21:17:57
|
Hi Emil, the small program is compiled at first to detect some kind of problems=20 including linker problems, that means in case it fails you certainly also=20 will have problems running the software. So, can you please provide the=20 exactly error message and let me know if you use the default packages of=20 SuSE? Thanks and regards, Thomas On Thursday 27 December 2007 14:45:59 Emil St=C4=99pniewski wrote: > Hello, > > I have just downloaded and compiled version 0.9 of php-qt. > > I have got one problem while running 'make' - I got message about > failling running small program, > because file 'dl' is not found. > > I have found, that this "dl" is included in variable $alllibs in > build/smoke/qt/qtguess.pl > > I don't know what it is, but I have tried to remove it and now > everything gone smoothly. > > Unfortunately after installing, all tutorial scripts are crashing on > line containing "dl('php_qt.' . PHP_SHLIB_SUFFIX);" > with "Segmentation fault" message. > > Maybe this "dl" problem has something to do here? > > I'm using OpenSuse 10.2 with qt-4.3.0 and PHP-5.2 > > Regards, > > Emil Stepniewski |