Package: libltdl3 Version: 1.5.26-4 On Sun, Dec 28, 2008 at 10:02:30PM +0800, Kaiwang Chen wrote: > Hello Kurt, > > I am sorry this is my first bug report. And I don't know clearly where to > post it. > I found your email from the maintainer description of the package. Maybe you > are > kind enough to instruct me about the proper process to report a bug taking > this bug > as an example, or you may post a bug yourself. I wish I am not raising a > false alarm.
At first sight this looks like a bug, so I'm submitting it to our bug tracking system. See http://www.debian.org/Bugs/Reporting for how to report bugs. I will take a look at it later. > The problem is lt_dlopenext() doesn't try to locate a .so file in my Debian > testing > distribution. I installed both libltdl3 and libltdl3-dev. > > In the example of section 18.2.3 of autobook, the example on the page( > http://sources.redhat.com/autobook/autobook/autobook_169.html#SEC169) can be > run by > > $ MODULE_PATH=`pwd` ltdl-loader simple-module.so World > Hello, world! > => 0 > > It should be also able to run like this (notice the .so suffix is omited) > according to > documentation of dl_openext() on the above page: > > $ MODULE_PATH=`pwd` ltdl-loader simple-module World > Segmentation fault > > I got segmentation fault. Having had a look at > /usr/share/libtool/libltdl/ltdl.c > I guessed that it might result from LTDL_SHLIB_EXT being not defined? > > By the way, the simple-module.so is built according to > http://sources.redhat.com/autobook/autobook/autobook_163.html#SEC163 > > > Thanks, > Kaiwang > > > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

