Le dimanche 06 juin 2004, [EMAIL PROTECTED] a �crit... > I have no indep_prog in my MaxDB installation directory, and as far as I > understand the official documentation (which is *hard* to understand, so I > may be wrong...) this directory has to be used only in case there's > already an installation of SAP DB. I only have MaxDB, so I thought, I > won't need that directory.
Oh, it was just an example, related to my MaxDB rundirectory path. You need to use yours, of course...But I began with SapDB and kept the default directories names. Lack of imagination ? > # ./wahttp > Using (logfile:/var/log/sdb/httperr.log, tracelevel:0) > PID[8577] > Port[9999] > 12821 TASKING Thread 8577 starting > Speicherzugriffsfehler > I suppose "Speicherzugriffsfehler" is "Segmentation fault" in English... I fear I can't help you.... > - In fact I thought, it would be sufficient to *either* set the > environment variable LD_LIBRARY_PATH in /etc/profile.local, which I chose > to do, *or* to modify /etc/ld.so.conf. Is it really necessary to do both? ld.so.conf might not be provided on all unices ? One can find some reasons for not using the LD_LIBRARY_PATH environment variable (security, multiple paths and broken libraries..., some binaries ignoring this variable, ...), because this variable is used in preference by the linker. You can do both if you configure a system wide ld.so.conf with user's LD_LIBRARY_PATH environment variable > - I am also a bit puzzled on paths. When I do not have an installation of > SAP DB on my system, do or don't I need to have a directory indep_prog? Paths are initially defined by the user installing MaxDB software. I think its a matter of name. In fact, MaxDB, as SapDB, creates/needs three directories, whose default names were depend/, indep_prog/ and indep_data/, but names are different now. Having applications data in /var could be a good choice. -- jm -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
