Bug 2439
Summary: | vi(m) on instimage shouldn't require libX11.so ! | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | hermann.lauer |
Component: | installer | Assignee: | David Lawrence <dkl> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | CC: | dave, dfetterly, e.maryniak |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-07-15 22:03:28 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
hermann.lauer
1999-04-30 14:25:17 UTC
There are several versions of vim that can be installed. Use /bin/vi(m) for install/upgrade work, and /usr/bin/vi(m) for all the bell's and whistles. There's also a /usr/X11R6/bin/vi(m) IIRC. This is a problem during install, not with an installed system: Sorry, on boot.img is no /bin/vi or /bin/vim available - also not on netboot.img. And the directory /usr/X11R6/bin does'nt exist - why should it ? During that second stage of the install/upgrade the harddisk of the computer is generally not available (there may be no linux system on it !). I still see no way to get a running editor after pressing <alt>-F2 in the second install stage of redhat-6.0 - this has worked with 5.2 and earlier and I see still no reason, why the RedHat/instimage/usr/bin/vi(m) on the CDROM should require the X11 libs. *** Bug 2645 has been marked as a duplicate of this bug. *** I ran ldd on a fully installed system to get this output, the reference to libX11 causes vim to fail when run from the text console during the install. ldd RedHat/instimage/usr/bin/vim libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40007000) libncurses.so.4 => /usr/lib/libncurses.so.4 (0x400aa000) libdb.so.3 => not found libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x400e9000) libdl.so.2 => /lib/libdl.so.2 (0x400ef000) libm.so.6 => /lib/libm.so.6 (0x400f2000) libc.so.6 => /lib/libc.so.6 (0x4010b000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x401b0000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000) Per msw, the wrong version of vi was included. The /bin/vi is what shopuld have been included. *** Bug 2902 has been marked as a duplicate of this bug. *** Hi. Executing vi while the VC2 window is available reports: vi: error in loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory. Hmm.. This is really beat. Can't even attempt to fix my PCMCIA problem.. (which is why I marked it has "high" priority) Dave Wreski dave *** Bug 3459 has been marked as a duplicate of this bug. *** When booting with the Red Hat floppy, you can use, after some menus, virtual console 2 with Alt-F2, where you have a bash prompt: bash# Listed in /bin are some programs (not much), amongst others vi and vim. However, when you call vi or vim, you get this error: "vi: error in loading shared libraries: libX11.so.6: cannot open shared object: No such file or directory" This is somewhat awkward, as I wanted to edit a file on the Win98 (vfat) partition, namely a log file of what I was doing :-) Note that I was able to mount it: /bin/insmod fat.o /bin/insmod vfat.o mkdir /dos mount -t vfat /dev/hda1 /dos I also was not able to run 'more' (or 'less') and gpm at installation time. My idea was to keep a log of what I was doing and copy it with gpm, so I would not have to write it on paper and type it in again, should I need to install again (which I did :-) ------- Additional Comments From jbj 06/14/99 13:58 ------- *** This bug has been marked as a duplicate of 2262 *** fixed in latest install instimage, available in next rawhide |