[Nix-dev] dlopen in NixOS

2011-12-18 Thread Yury G. Kudryashov
Hi! Today I realized that Qt looks for many libraries using dlopen(). The list of libraries Qt tries to dlopen() include: * libXfixes * libcups * libGL * libgdk-x11-2.0 (QtWebKit for flash plugin) * libgtk-x11-2.0 (QtWebKit for flash plugin) * Various gnome/gtk libraries if compiled with GTK+ sty

Re: [Nix-dev] dlopen in NixOS

2011-12-18 Thread Lluís Batlle i Rossell
On Sun, Dec 18, 2011 at 01:15:26PM +0400, Yury G. Kudryashov wrote: > Hi! > > Today I realized that Qt looks for many libraries using dlopen(). The list > of libraries Qt tries to dlopen() include: > * libXfixes > * libcups > * libGL > * libgdk-x11-2.0 (QtWebKit for flash plugin) > * libgtk-x11-

Re: [Nix-dev] dlopen in NixOS

2011-12-18 Thread Yury G. Kudryashov
Lluís Batlle i Rossell wrote: > On Sun, Dec 18, 2011 at 01:15:26PM +0400, Yury G. Kudryashov wrote: >> Hi! >> >> Today I realized that Qt looks for many libraries using dlopen(). The >> list of libraries Qt tries to dlopen() include: > It did the same with openssl. I remember having committed so

Re: [Nix-dev] dlopen in NixOS

2011-12-18 Thread Lluís Batlle i Rossell
On Sun, Dec 18, 2011 at 01:28:34PM +0400, Yury G. Kudryashov wrote: > Lluís Batlle i Rossell wrote: > > > On Sun, Dec 18, 2011 at 01:15:26PM +0400, Yury G. Kudryashov wrote: > >> Hi! > >> > >> Today I realized that Qt looks for many libraries using dlopen(). The > >> list of libraries Qt tries

Re: [Nix-dev] dlopen in NixOS

2011-12-21 Thread Yury G. Kudryashov
Lluís Batlle i Rossell wrote: > On Sun, Dec 18, 2011 at 01:15:26PM +0400, Yury G. Kudryashov wrote: >> Hi! >> >> Today I realized that Qt looks for many libraries using dlopen(). The >> list of libraries Qt tries to dlopen() include: >> * libgdk-x11-2.0 (QtWebKit for flash plugin) >> * libgtk-x1

Re: [Nix-dev] dlopen in NixOS

2011-12-21 Thread Shea Levy
On 12/21/11 4:35 PM, Yury G. Kudryashov wrote: > Lluís Batlle i Rossell wrote: > >> On Sun, Dec 18, 2011 at 01:15:26PM +0400, Yury G. Kudryashov wrote: >>> Hi! >>> >>> Today I realized that Qt looks for many libraries using dlopen(). The >>> list of libraries Qt tries to dlopen() include: >>> * li