Re: [Ffmpeg-php-user] togdimage() not working on BSD
Brought to you by:
tkirby
From: Scott L. <sl...@io...> - 2005-03-25 20:16:32
|
Well I've managed to get this working. The major problems were avcodec.h trying to #include <ffmpeg/common.h> and some strangeness with gd/zlib being loaded as modules. After fixing the include (which seems to not be a problem in the latest cvs), and statically building in gd & zlib then all the problems went away and the script has access to togdimage(); On Thu, 2005-03-24 at 18:55 -0800, Todd.Kirby wrote: > Scott Larson wrote: > > > A follow-up on building GD directly into PHP rather than as an > >extension: the bar.php script I posted earlier causes the Apache process > >handling the request to segfault. It would seem that PHP/GD doesn't > >play nicely on BSD. > > > > > Try running the script from the command line? You may get a more useful > error report. > > php bar.php > > If it still segfaults, run it in a debugger... > > gdb ---args php bar.php > > ...and type 'bt' after the segfault to generate a stack trace. > > Thanks, > > -Todd > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Ffmpeg-php-user mailing list > Ffm...@li... > https://lists.sourceforge.net/lists/listinfo/ffmpeg-php-user -- Scott Larson Network Administrator IOWA LLC T:310.823.8238 F:310.823.7108 E: su...@io... www.iowalab.com |