all these three errors are so suspiciously similar. All three of us are 
getting these errors with the stock install of perl 5.6.0. All of them 
involve "dyld: perl Undefined symbols" plea for help.

Could someone, please one of the many gurus here, shed some light on 
this.

Many tia.

Puneet.

ps. When this is fixed then I promise to come back and talk more about 
sharewares and speeds of macs ;-)



On Thursday, October 10, 2002, at 05:11  PM, Nathan Herring wrote:

> When trying to use the default 10.2.1 install of Perl (5.6.0), I get 
> the following:
>
> dyld: perl Undefined symbols
> _Perl_get_sv
> _Perl_sv_2pv_flags
> Trace/BPT trap
>
> under the following circumstances:
>
> 1) When using libnet-1.12 installed into a non-system directory and 
> using the use lib directive, using Net::SMTP and the auth() command.
>
> or
>
> 2) When running perl Makefile.PL of the MIME-tools-5.411a set with the 
> same non-system directory above.
>

On Thursday, October 10, 2002, at 06:38  PM, Kelly Thomas Wood wrote:

> Hoping someone has seen this.  I've read all about the "dyld: perl
> Undefined symbol:" errors when upgrading to 5.8.0, but I'm running into
> these errors while still running 5.6.0 on certain modules.  
> Specifically,
> I'm trying to use Jeff Horwitz's Authen::Krb5 and get the following
> output:
>
> dyld: perl Undefined symbols:
> _krb5_free_address
> _krb5_free_enc_tkt_part
> _krb5_free_krbhst
> _krb5_gen_portaddr
> _krb5_gen_replay_name
> _krb5_get_krbhst
> _krb5_init_ets
> Trace/BPT trap
>
> During the Authen::Krb5 compile i get some warnings:
>
> Krb5.xs:317: warning: passing arg 2 of `Perl_sv_2pv' from incompatible
> pointer type
> Krb5.xs: In function `XS_Authen__Krb5_rd_req':
>


On Thursday, October 10, 2002, at 11:10  AM, Puneet Kishor wrote:

> Folks,
>
> I haven't messed with the OS at all. 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