Specifically zeroing in on Sleepycat libdb-3.1. I am so close I can smell it but need your help.
I build perl thusly:
sh Configure -de -Dldflags='-L/opt/lib' -Dlibpth='/opt/lib /lib /usr/lib' -Dprefix=/opt -Duselargefiles='undef'
make depend
make
make test
make install
When I check dynamic linking I see -
ldd /opt/bin/perl
libnsl.so.1 => /lib/libnsl.so.1 (0x4001a000)
libdb.so.3 => /lib/libdb.so.3 (0x40030000)
libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x4006a000)
libdb-3.1.so => /opt/lib/libdb-3.1.so (0x40070000)
libdl.so.2 => /lib/libdl.so.2 (0x400d6000)
libm.so.6 => /lib/libm.so.6 (0x400da000)
libc.so.6 => /lib/libc.so.6 (0x400f7000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x401ec000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
What I wanna see is:
libdb.so.3 => /opt/lib/libdb.so.3
How do I make this so?
Thanks in advance
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.