Petit Eric wrote: > > as we know under windows, a app try to find library, first in the same > dir as the executable, if there isn't it try to shearch them in > windows and system32 (environment). > > So my question is, can we have the same way under linux : > - official library in the environment (/lib, /usr/lib ..........) > - "Unofficial" library in the same dir as the executable of my app
http://www.mono-project.com/Guidelines:Application_Deployment Search for LD_LIBRARY_PATH. Robert _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
