Re: [SLUG] here's a stupid one.. :)

From: John Gould (johng3@tampabay.rr.com)
Date: Sat Jul 24 2004 - 20:38:14 EDT


themadtux wrote:
> Yes this question may be stupid to some.. but I have no clue on how to do
> this.
>
> create symlink /usr/lib/libbz2.so to /usr/lib64/libbz2.so
>
> how do I do this?

ln -s /usr/lib/libbz2.so /usr/lib64/libbz2.so

If you are not sure of what command to use, "apropos" or "man -k" will
search the man pages for a given string. For example, "apropos
symlink" or "man -k symlink" would have returned man pages with
symlink in them. Saved my butt more than once. :)

-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 13:27:45 EDT