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 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 Ying Liu
ependencies do not exist. > > o Prints an error message if processing fails. > > OPTIONS > ldd can also check the compatibility of filename with the > shared objects it uses. With each of the following options, > ldd prints warnings for any un

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

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 that? How

Graph package internal method _edges()

2003-09-22 Thread Ying Liu
Hello, I can't use a method called edges($u, $v) in the Graph::Base package. It will use an internal method _edges defined in Graph::Directed package. Even I copy this _edges() from Directed package to the Base package, I still can't use it, The program freezed when I use '@e = $G->edges;'. I

install Tk800.025 no 'ClientWin.o' file

2003-09-19 Thread Ying Liu
Hi all, I am trying to install the Tk800.025 package, it told me: ar: ClientWin.o: No such file or directory make[1]: *** [libpTk.a] Error 1 make[1]: Leaving directory `/mz/hd/liuyi/local/Tk800.025/pTk' make: *** [pTk/libpTk.a] Error 2 I use gcc and it said 'unrecognized option'-KPIC'. What's th

Re: Why "Can't locate auto/Heap/add.al"?

2003-06-10 Thread Ying Liu
On Thu, 5 Jun 2003, Ying Liu wrote: > I finally install the Heap module. But I run the example of the CPAN: > foreach $i ( 1..100 ) >{ >$elem = NumElem($i); >$heap->add($elem); >} > > It told me: > Can't locate auto/Heap/add.al in @INC

Re: Why "Can't locate auto/Heap/add.al"?

2003-06-09 Thread Ying Liu
nacci in disguise. Thank you once again! Ying >Ying Liu wrote at Thu, 05 Jun 2003 20:20:02 -0500: > >> I finally install the Heap module. But I run the example of the CPAN: >> foreach $i ( 1..100 ) >>{ >>$elem = NumElem($i); >>$heap-&

Why "Can't locate auto/Heap/add.al"?

2003-06-06 Thread Ying Liu
I finally install the Heap module. But I run the example of the CPAN: foreach $i ( 1..100 ) { $elem = NumElem($i); $heap->add($elem); } It told me: Can't locate auto/Heap/add.al in @INC I search this directory but didn't find the add.al, is it caused by the wrong installing o

What's the matter about the install?

2003-06-05 Thread Ying Liu
I don't have the root permission and I can't write to the root folder. I set the "PREFIX=/mz/hd/liuyi", and I changed the following direction: INSTALLPRIVLIB INSTALLARCHLIB INSTALLSITELIB INSTALLSITEARCH INSTALLBIN INSTALLSCRIPT INSTALLMAN1DIR INSTALLMAN3DIR such as: INSTALLPRIVLIB=$(PREFIX)/perl5/

Re: Installing Heap Module

2003-06-04 Thread Ying Liu
_perl/5.005 .) at Heap.pm line 24. BEGIN failed--compilation aborted at Heap.pm line 24. BEGIN failed--compilation aborted at t.pl line 3. So, how to change the @INC or let Perl know the position? Thank you very much! Ying On Tue, 3 Jun 2003, Janek Schleicher wrote: > Ying Liu wrote at Fri

Installing Heap Module

2003-05-31 Thread Ying Liu
When I install Heap module, I don't have the superuser permission and set the install location by run: %perl Makefile.PL PREFIX=/mz/hd/liuyi/local/Heap-0.50 %make %make test The above three commands run OK, but after I run '%make install', it told me: Warning: You do not have permissions to instal

how to install Heap module?

2003-05-30 Thread Ying Liu
I download the Heap module to: /mz/hd/liuyi/local/Heap-0.50 I don't have the supteruser permission, so after I decompressed the pagkage, I run the following command at the above folder: %perl Makefile.PL PREFIX=/mz/hd/liuyi/local/Heap-0.50 %make $make test So far, it's ok. But after I run

remove the stop words

2002-06-03 Thread Ying Liu
and 23UNII primers. Sequencing primers were UNI1 and UNI2 5/25/99^^ I should remove 'and' 'in' 'with' 'The', etc. I have set up the stop words array. Is there a efficient way to do this? Thanks, Ying Liu - Do You Y