Re: library path is missing

2020-03-26 Thread Michael van Elst
phil@gmail.com (JingYuan Chen) writes: >I have compiled oci8 success with linux emulation. But I can not restart >apache with this module. Apache will crash. >I used ldd to check libraries it referred to and found that some library's >path are missing. You would need an ldd that understands

Re: Firefox crashes: localisation

2020-03-26 Thread ignatios
Hi Thierry, On Wed, Mar 25, 2020 at 04:54:39PM +0100, tlaro...@polynum.com wrote: > Other tip: > > https://get.webgl.org/ > > said that Firefox apparently supported Webgl but it was not functionnal. > > In fact, setting in about:config > > webgl.force-enabled true > is sufficient to get t

Re: Firefox crashes: localisation

2020-03-26 Thread tlaronde
Hello, On Thu, Mar 26, 2020 at 10:31:59AM +0100, ignat...@cs.uni-bonn.de wrote: > Hi Thierry, > > On Wed, Mar 25, 2020 at 04:54:39PM +0100, tlaro...@polynum.com wrote: > > > Other tip: > > > > https://get.webgl.org/ > > > > said that Firefox apparently supported Webgl but it was not functionna

Re: default search path for shared libraries

2020-03-26 Thread Jeffrey Walton
On Mon, Mar 23, 2020 at 5:41 AM Martin Husemann wrote: > > On Mon, Mar 23, 2020 at 01:41:52AM -0400, Jeffrey Walton wrote: > > > > Under LD_LIBRARY_PATH, the man page says: > > > > A colon separated list of directories, overriding the > > default search path for shared libraries. > > > > W

Re: default search path for shared libraries

2020-03-26 Thread Martin Husemann
On Fri, Mar 27, 2020 at 02:19:56AM -0400, Jeffrey Walton wrote: > I really don't understand why the loader cannot find these libraries. > They are exactly where they should be. You need to check the binaries (and .so) involved, maybe something went wrong at link time? Martin