On Tue, Jul 08, 2014 at 02:39:29PM +0200, Ralf Hildebrandt wrote:

> > No idea what gentoo is up to, however try the following patch,
> > perhaps the shared object dependencies need to be explicit.
> > To test "make ... makefiles; make; make upgrade".
> 
> Same issues.

Can you confirm via ldd that the new libpostfix-util.so explicitly
depends on libdl?

>   ../../lib/libpostfix-util.so: undefined reference to `dlsym'
>   ../../lib/libpostfix-util.so: undefined reference to `dlerror'
>   ../../lib/libpostfix-util.so: undefined reference to `dlopen'

I expect that these are provided by libdl.  Sometimes the symbols
are versioned, can you post "nm libdl.so | grep dlopen" (replacing
libdl.so with suitable path name).  How many libdl.so variants are
there on your system? The two linkers may be using a different
library search path.

Any chance you're willing to provide on a login on that or a similar
system?

-- 
        Viktor.

Reply via email to