On Mon, 2002-07-15 at 15:59, Arvind wrote: > | As for the packages, On my system, /usr/lib/libperl.so.5.6 and > | /usr/lib/libperl.so.5.6.1 belong to the package called > | "libperl5.6." > > cant find this anywhere. > i just need a good version of libperl.so and i guess, my vi will start > working.
http://rpmfind.net/ reports a package called perl-lib. This package is described as a library necessary for all other programs that need to use perl. It includes a file called libperl.so Sameer. -- MTech Student, Reconfigurable Computing Lab, KReSIT, IIT-Bombay. ---------------------------------------------------------------------- ####[ Linux One Stanza Tip (LOST) ]########################### Sub : Background processing LOST #277 To execute a command in the background use & in the end of the command line, e.g. $find / -name xyz -print 2>error.txt 1>out.txt & Errors will go to error.txt and output (if any) to out.txt ####<[EMAIL PROTECTED]>##################### ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
