Re: symbol Perl_get_sv

2003-11-26 Thread Ying Liu
> Stylish! > > It appears that you have a multi-perl environment. > This will allow you to work in both the 5.8 world > and the 5.5 world - although I would still recommend > that you chat with your SysAdmin about upgrading > the /usr/perl5/bin/perl to the 5.6.1 version. > > ciao > drieux > Than

Re: symbol Perl_get_sv

2003-11-26 Thread drieux
On Wednesday, Nov 26, 2003, at 08:46 US/Pacific, Ying Liu wrote: [..] /usr/local/bin/perl -v This is perl, v5.8.0 built for sun4-solaris Now, I see where the problem is. Thanks, Ying Stylish! It appears that you have a multi-perl environment. This will allow you to work in both the 5.8 world and t

RE: symbol Perl_get_sv

2003-11-26 Thread Ying Liu
Thanks! I see the conflict here: > When for instance, you type > %perl -v This is perl, version 5.005_03 built for sun4-solaris > %which perl /bin/perl /usr/local/bin/perl -v This is perl, v5.8.0 built for sun4-solaris Now, I see where the problem is. Thanks, Ying -- To unsubscribe, e-

Re: symbol Perl_get_sv

2003-11-26 Thread drieux
On Wednesday, Nov 26, 2003, at 08:05 US/Pacific, NYIMI Jose (BMB) wrote: [..] Anyway, i noticed something that bother me in your post: That is version of your perl on your machine: 5.8.0 and 5.00503 [..] A part of the issue seems to be that minor glitch, In one of the updates Sun came out with a 5

RE: symbol Perl_get_sv

2003-11-26 Thread NYIMI Jose (BMB)
erl Makefile.pl José. -Original Message- From: Ying Liu [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 4:08 PM To: NYIMI Jose (BMB) Cc: Ying Liu; drieux; begin begin; [EMAIL PROTECTED] Subject: RE: symbol Perl_get_sv Jose, After I ran, it shows me: > %ldd > /mz/hd/liuyi/

Re: symbol Perl_get_sv

2003-11-26 Thread drieux
ersion of Tk can't find it. [..] Ouch, I think I see a conflict here. the version of perl you have is 5.5.3 while your version of Tk appears to be for 5.8 : ld.so.1: /bin/perl: fatal: relocation error: file /mz/hd/liuyi/local/lib/perl5/site_perl/5.8.0/sun4-solaris/auto/Tk/ Event/Event.so : s

RE: symbol Perl_get_sv

2003-11-26 Thread Ying Liu
resolved symbol references > --More--(13%) > > <\my_paste> > > HTH, > > José. > > > -Original Message- > From: Ying Liu [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 26, 2003 5:16 AM > To: drieux > Cc: begin begin > Subject: Re: symbo

RE: symbol Perl_get_sv

2003-11-26 Thread NYIMI Jose (BMB)
warnings for any unresolved symbol references --More--(13%) <\my_paste> HTH, José. -Original Message- From: Ying Liu [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 5:16 AM To: drieux Cc: begin begin Subject: Re: symbol Perl_get_sv Thanks! I am working on this, l

Re: symbol Perl_get_sv

2003-11-25 Thread Ying Liu
Thanks! I am working on this, lots of new things (include what's meaning of 'You Are So Toast'). Actually, I follow the direction by 'perl -V', I got: Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-R /usr/perl5/5.00503/sun4-solaris/CORE' cccdlflags='-KPIC', l

Re: symbol Perl_get_sv

2003-11-25 Thread drieux
On Tuesday, Nov 25, 2003, at 19:38 US/Pacific, R. Joseph Newton wrote: [..] d. Load Windows as the OS, install ActivePerl, and start working on Perl instead of futzing with the underlying system. Joseph are you going somewhere with this? Or is the problem that you do not understand how dynamic

Re: symbol Perl_get_sv

2003-11-25 Thread R. Joseph Newton
drieux wrote: > OS. so given your path, we are to assume then > that you built(???) and/or downloaded for solaris? > And that you are running this on a Solaris machine??? > > If on the other hand your version of perl was not > built with Dynamic Linking, that part where you > are S Toast, you

Re: symbol Perl_get_sv

2003-11-25 Thread drieux
On Tuesday, Nov 25, 2003, at 16:18 US/Pacific, Ying Liu wrote: [..] Just installed the Tk package. I got an error: ld.so.1: /bin/perl: fatal: relocation error: file /mz/hd/liuyi/local/lib/perl5/site_perl/5.8.0/sun4-solaris/auto/Tk/ Event/Event.so : symbol Perl_get_sv: referenced symbol not found

symbol Perl_get_sv

2003-11-25 Thread Ying Liu
Happy Thanksgiving all! Just installed the Tk package. I got an error: ld.so.1: /bin/perl: fatal: relocation error: file /mz/hd/liuyi/local/lib/perl5/site_perl/5.8.0/sun4-solaris/auto/Tk/Event/Event.so : symbol Perl_get_sv: referenced symbol not found Killed Anyone can tell me what's