diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-11-08 13:13:29 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-11-08 13:13:29 -0800 |
commit | c7121961d8a0541a0530b15529553c4e9160917b (patch) | |
tree | b7c52659b7705fc2f3545cf6525b20b632b3323a /INSTALL | |
parent | a05ea1cf8be01f657bfd7e533d25812d0eeb048c (diff) | |
download | perl-c7121961d8a0541a0530b15529553c4e9160917b.tar.gz |
Long verbatim pod line in INSTALL
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1603,14 +1603,14 @@ should check your installation for packages that create that link, and if no package is installed that supplies that link or you cannot install them, make the symbolic link yourself e.g.: - $ rpm -qf /usr/lib64/libm.so - glibc-devel-2.15-22.17.1.x86_64 - $ ls -lgo /usr/lib64/libm.so - lrwxrwxrwx 1 16 Jan 7 2013 /usr/lib64/libm.so -> /lib64/libm.so.6 + $ rpm -qf /usr/lib64/libm.so + glibc-devel-2.15-22.17.1.x86_64 + $ ls -lgo /usr/lib64/libm.so + lrwxrwxrwx 1 16 Jan 7 2013 /usr/lib64/libm.so -> /lib64/libm.so.6 - or + or - $ sudo ln -s /lib64/libm.so.6 /lib64/libm.so + $ sudo ln -s /lib64/libm.so.6 /lib64/libm.so If the libs variable looks correct, you might have the L<"nm extraction"> problem discussed above. |