Puneet,

Think I had same issues, and gave up and used gnuplot instead for some graph
creation, as it does put out graphs like the ones I use on my site well
(http://www.dkgomez.com/cgi-bin/housetemp.pl). Think I used fink to do the
install of gnuplot

Dave Gomez    

On 10/10/02 2:27 PM, "Puneet Kishor" <[EMAIL PROTECTED]> wrote:

> Ok, here's some more info that I was able to put together.
> 
> I built gd and supporting libraries using gcc 3.1.
> 
> To build another program (that actually eventually generates a perl
> module), I had to revert to gcc 2.x.
> 
> I, then, reverted back to gcc 3.x and built the perl specific module.
> Running my perl scripts hence produces the errors below. The "dyld: perl
> Undefined symbols:" portion indicates there might be some binary
> incompatibility. Between what and what though? Is there a way I can test
> this? (I guess, in a manner of speaking, I did test it and learned it is
> incompatible :-( )
> 
> 
> 
> Puneet Kishor wrote:
>> Folks,
>> 
>> I haven't messed with the OS at all. I am using the Perl 5.6.0 that comes
>> with OS X 10.2.
>> 
>> I built gd 1.8.4 using Scott Anguish's directions on stepwise (as I have
>> done before), and that worked just as expected. Then I built a specific
>> perl module that helps makes maps (used to work fine on 10.1.whatever.
>> 
>> I run my scripts unchanged, and I get the following in the apache
>> error_log. Seems like gd is not happy.
>> 
>> Without any further info to share (I really don't know what else to
>> offer), can anyone shed some light on the following, or guide me to
>> someplace I can find answers?
>> 
>> Many thanks.
>> 
>> Puneet.
>> 
>> % tail -f /var/log/httpd/error_log
>> dyld: perl Undefined symbols:
>> _gdFontGiant
>> _gdFontLarge
>> _gdFontMediumBold
>> _gdFontSmall
>> _gdFontTiny
>> _gdImageArc
>> _gdImageColorAllocate
>> _gdImageColorTransparent
>> _gdImageCopy
>> _gdImageCopyMerge
>> _gdImageCopyResized
>> _gdImageCreate
>> _gdImageCreateFromJpeg
>> _gdImageCreateFromPng
>> _gdImageDestroy
>> _gdImageFillToBorder
>> _gdImageFilledPolygon
>> _gdImageFilledRectangle
>> _gdImageInterlace
>> _gdImageJpeg
>> _gdImageJpegPtr
>> _gdImageLine
>> _gdImagePng
>> _gdImagePngPtr
>> _gdImagePolygon
>> _gdImageRectangle
>> _gdImageSetBrush
>> _gdImageSetPixel
>> _gdImageSetStyle
>> _gdImageSetTile
>> _gdImageString
>> _gdImageStringFT
>> _gdImageWBMP
>> _gdImageWBMPPtr
>> [Thu Oct 10 11:00:46 2002] [error] [client 127.0.0.1] Premature end of
>> script headers: /Users/pkishor/Sites/bims/index.pl
>> 
> 
> 
> 

Reply via email to