well, my whole perl/openssl issue escalted to me deciding to reinstall perl, however when installing from the tarball, while i run make i am getting these errors:
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
and lots of this sort of stuff:
perlio.c: In function `PerlIO_ungetc':
perlio.c:4441: warning: unused variable `Perl___notused'
perlio.c: In function `PerlIO_putc':
perlio.c:4454: warning: unused variable `Perl___notused'
perlio.c: In function `PerlIO_puts':
perlio.c:4463: warning: unused variable `Perl___notused'
perlio.c: In function `PerlIO_rewind':
perlio.c:4472: warning: unused variable `Perl___notused'
perlio.c: In function `PerlIO_vprintf':
perlio.c:4481: warning: unused variable `Perl___notused'
now i am at a complete loss as perl is now screwed. how can i sort this out? I'm running Mac OS X 10.2 Server and the version of perl is 5.8.0.
If i try and use the command cpan, after the "installation" (it completes, but its not working like it should) i get:
dyld: perl Undefined symbols:
_Perl_sv_2pv
_perl_get_sv
Trace/BPT trap
thanks very much to anyone that can give me some pointers peace out :)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.