Dear Jean-Michel,
thanks for your tip. I followed your advice, but still have a problem
progressing and understanding.
(1) Segmentation fault
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.
Because of this and the fact that my installation directory is /opt/sdb my
paths look a little different from yours. So this is what I added
to /etc/ld.so.conf:
/opt/sdb/web/lib
/opt/sdb/programs/lib
This gave me just the same error message, so I added:
/opt/sdb/interfaces/odbc/lib
And now the ODBC lib not found error message is gone. But:
<snip>
# ./wahttp
Using (logfile:/var/log/sdb/httperr.log, tracelevel:0)
PID[8577]
Port[9999]
12821 TASKING Thread 8577 starting
Speicherzugriffsfehler
</snip>
I suppose "Speicherzugriffsfehler" is "Segmentation fault" in English...
(2) Understanding
- 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?
- 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?
Any hints welcome! Thanks for your patience,
Alex
You wrote:
<snip>
bonjour,
Le dimanche 06 juin 2004, [EMAIL PROTECTED] a �crit...
> ./wahttp: error while loading shared libraries: libsqlod.so: cannot open
> shared object file: No such file or directory
> </snip>
> I'd be very grateful for any hint what to check and look for. Thanks in
> advance!
Update your /etc/ld.so.conf: add an entry to the libsqlod.so path
Here are two lines I needed to add in my Debian box:
/usr/local/sapdb/indep_prog/lib/
/usr/local/sapdb/indep_prog/web/lib/
then run /sbin/ldconfig (as root)
and enjoy (I hope so...)
--
jm
</snip>
--
"Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen!
Jetzt aktivieren unter http://www.gmx.net/info
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]