Re: SLED 10.1 gvim install
- From: Mikolaj Machowski <mikmach@xxxxx>
- Date: Sun, 15 Jul 2007 22:38:49 +0000 (UTC)
JJ scripsit:
Mikolaj Machowski wrote:
JJ scripsit:
I have tried installing gvim-6.3-7.1.i586.rpm on Suse 10.1.
Following installation when I attempt to start gvim, I receive the
following msg -
gvim: error while loading shared libraries: libperl.so: cannot open
shared object file: No such file or directory
However, libperl.so is in fact installed in
usr/lib/perl5/5.5.5/i586/linux-thread-multi
I would appreciate anyone pointing me to a source that explains this
problem.
Gvim was compiled with libperl.so in another place. Can you get :ver?
At the end is list of libraries with places where Vim is looking for
them. Maybe ln -s could fix things.
m.
Thanks for your response and suggestion. I will try to download the source
and see where it is looking for libperl.so so I can either recompile or do
the symbolic link you suggest.
Try vim --version
Where vim is looking for libraries is compile time option and depends on
specific system settings - sources won't help.
m.
--
LaTeX + Vim =
http://vim-latex.sourceforge.net/
Vim Universal Templates:
http://vim.sf.net/script.php?script_id=1078
vim.pl -
http://skawina.eu.org/mikolaj
CLEWN -
http://clewn.sf.net
.
Relevant Pages
- Re: SLED 10.1 gvim install
... Following installation when I attempt to start gvim, ... gvim: error while loading shared libraries: libperl.so: cannot open ... shared object file: ... (comp.editors) - Re: SLED 10.1 gvim install
... Following installation when I attempt to start gvim, ... gvim: error while loading shared libraries: libperl.so: cannot open shared ... Vim Universal Templates: http://vim.sf.net/script.php?script_id=1078 ... (comp.editors) - Re: SLED 10.1 gvim install
... Following installation when I attempt to start gvim, ... gvim: error while loading shared libraries: libperl.so: cannot open ... (comp.editors) - Perl5.8 Wont Build
... This is a new installation under AMD64 7.1Release inside of a jail. ... Any additional ld flags (NOT including libraries)? ... Doing variable substitutions on .SH files... ... Extracting config.h ... (freebsd-questions) - Re: Migrating me from linux/bsd to zOS
... I think an even bigger conceptual difference in z/OS from the System Programmer's view is the complete separation of "system" code from "application" code, and the enforcement of that separation through effective security controls. ... In z/OS all system code is confined to system libraries that are only modifiable by System Programmers who are trained to understand the proper techniques for maintaining these libraries -- that all updates must be done through a special system utility program which maintains a database containing a complete inventory of all libraries and product levels involved and of all elements in these libraries, the modification level of these elements, and that installs changes only after checking for and resolving interdependencies and known errors; and that except in rare special cases one does not use SMP/E to install directly into the live versions of system datasets. ... End-user application programs never alter system libraries or libraries associated with z/OS vendor products, and z/OS security should never be configured to allow application programmers to modify such libraries. ... Compare that to a Windows environment where the installation of a new application always has the potential to update some critical system file that it has no business changing and give an unbootable system, and where application-related files may end up mixed in the same directories as MS Windows code. ... (bit.listserv.ibm-main) |
|