Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16:/tmp/cvs-serv28574

Modified Files:
        mal_linker.mx 
Log Message:
Hide irrelevant information from the manual.


Index: mal_linker.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_linker.mx,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- mal_linker.mx       16 May 2007 21:20:11 -0000      1.96
+++ mal_linker.mx       21 May 2007 07:32:41 -0000      1.97
@@ -191,13 +191,17 @@
 The default location to search for the module is in monet_mod_path
 unless an absolute path is given.
 
+Module loading relies on the operating system's abilities to load shared 
libraries dynamically at runtime.
+
+{@ - this is not entirely correct, and irrelevant, IMHO (fabian)
 Loading further relies on the Linux policy to search for the module
 location in the following order: 1) the colon-separated list of
-directories in the user's LD_LIBRARY, 2) the libraries specified
+directories in the user's LD_LIBRARY_PATH, 2) the libraries specified
 in /etc/ld.so.cache and 3) /usr/lib followed by /lib.
 If the module contains a routine _init, then that code is executed
 before the loader returns. Likewise the routine _fini is called just
 before the module is unloaded.
[EMAIL PROTECTED]
 
 A module loading conflict emerges if a function is redefined.
 A duplicate load is simply ignored by keeping track of modules


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to