adev
unread,Nov 7, 2009, 8:46:46 PM11/7/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to memcachedb
Hello,
I spoke with my web site hosting company and they told me I could
install memcacheq myself but they would not do it for me. That means
I do not have the ability to do this step.
-------
load .so file by add two line in /etc/ld.so.conf:
/usr/local/lib
/usr/local/BerkeleyDB.4.7/lib
Then, run 'ldconfig'.
-------
So the question is how do I get around this? I have installed the set
of applications successfully. I did notice some text stating the
following, but I do not know how to implement it or if it was even
what I needed.
-------
Libraries have been installed in:
/home/archanet/BerkeleyDB.4.7/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
-------
Any help would be appreciated.
Thanks.
Mike