Comment 11 for bug 2958

Revision history for this message
João Pinto (joaopinto) wrote :

Hi,
I have a test case, please note that my patch did include the fix for it.

Test case with my application
To retrieve you will need subversion.
To compile you will need libmysql dev.
cd /tmp
Proceed as follows:

svn checkout http://opensvn.csie.org/ptservices3
cd ptservices3
./configure --prefix=/tmp/ircsvs
make
make install
valgrind src/ircsvs

You should get the dlopen conditional warnings I have reported.

Thanks