root@dellserver root# g++ -v
Reading specs from /usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=x86_64-redhat-linux
Thread model: posix
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-42)

root@dellserver root# ls -l /lib/lib?.so.*
lrwxrwxrwx 1 root root 13 Sep 24 15:13 /lib/libc.so.6 -> libc-2.3.2.so
lrwxrwxrwx 1 root root 13 Sep 24 15:13 /lib/libm.so.6 -> libm-2.3.2.so

root@dellserver root# cat /etc/ld.so.conf
/usr/kerberos/lib64
/usr/X11R6/lib64
/usr/lib/sane
/usr/lib64/qt-3.1/lib
root@dellserver root# locate -u

root@dellserver root# locate libg+ libc.so libm.so libpthread.so libcrypt.so | sort
/lib64/libcrypt.so.1
/lib64/libc.so.6
/lib64/libm.so.6
/lib64/libpthread.so.0
/lib64/tls/libc.so.6
/lib64/tls/libm.so.6
/lib64/tls/libpthread.so.0
/lib/i686/libc.so.6
/lib/i686/libm.so.6
/lib/i686/libpthread.so.0
/lib/libcrypt.so.1
/lib/libc.so.6
/lib/libm.so.6
/lib/libpthread.so.0
/lib/tls/libc.so.6
/lib/tls/libm.so.6
/lib/tls/libpthread.so.0
/usr/lib64/libcrypt.so
/usr/lib64/libc.so
/usr/lib64/libm.so
/usr/lib64/libpthread.so
/usr/lib64/nptl/libc.so
/usr/lib64/nptl/libpthread.so
/usr/lib/libg++.so.2.7.2
/usr/lib/libg++.so.2.7.2.8

In reply to Re^2: (OT) Redhat ES 3.0 and MySQL 4.0 by mkenney
in thread (OT) Redhat ES 3.0 and MySQL 4.0 by mkenney

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.