Re: Compiling mod_webapp.so ...

2002-03-04 Thread brian ally
'lo, this warning may be ignored. The group that wrote mod_SSL needed to add some hooks into the server engine, and created the EAPI. The warning was added by them. BUT, most, if not all, modules do not depend on EAPI. AFAIK, these changes haven't _officially_ been accepted. The warning is

Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path

2002-03-04 Thread brian ally
Are you starting tomcat as root? On my linux box, if i su to root, all manner of LD_LIBRARY_PATH problems begin. i need to su - (with the dash). Could this be your problem? /b Abhishek Pamecha wrote: it is there.. -Original Message- From: Toru Watanabe [mailto:[EMAIL PROTECTED]]

Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path

2002-03-04 Thread brian ally
env in your startup / shutdown scripts... Or you might want to look at ldconfig ... D brian ally wrote: Are you starting tomcat as root? On my linux box, if i su to root, all manner of LD_LIBRARY_PATH problems begin. i need to su - (with the dash). Could this be your problem? /b Abhishek