|
From: Axel H. <ax...@3d...> - 2003-02-23 17:47:49
|
Hi! After install of the /php_ming.so build from cvs I receive the following error message 'undefined symbol: compress2' when I try to load php_ming.so I've just updated to 4.3.1 - with 4.2.3 it was the same. Trying to build into php source breaks after ext/ming/ming.lo: In function `newSWFInput_sock': /opt/downloads/php-4.3.1/ext/ming/ming.c:236: undefined reference to `SOCK_FREAD' ext/ming/ming.lo: In function `getInput': /opt/downloads/php-4.3.1/ext/ming/ming.c:251: undefined reference to `php_file_le_socket' /opt/downloads/php-4.3.1/ext/ming/ming.c:251: undefined reference to `php_file_le_popen' /opt/downloads/php-4.3.1/ext/ming/ming.c:251: undefined reference to `php_file_le_fopen' /opt/downloads/php-4.3.1/ext/ming/ming.c:253: undefined reference to `php_file_le_socket' ext/ming/ming.lo: In function `zif_swfmovie_saveToFile': /opt/downloads/php-4.3.1/ext/ming/ming.c:1788: undefined reference to `php_file_le_fopen' ext/ming/ming.lo: In function `zif_swfmovie_save': /opt/downloads/php-4.3.1/ext/ming/ming.c:1825: undefined reference to `php_file_le_fopen' The perl_ext build & test run fine but a call to movie->output() then quits with: Prototype mismatch: sub SWF::Movie::output ($) vs none at ..//SWF/Movie.pm line 28. Undefined subroutine &SWF::Movie::xs_output called at ..//SWF/Movie.pm line 27. Any Ideas what goes wrong here? Thanks, Axel |