You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pathfinder Mailing List
Hello,
I am trying to load Pathfinder as a dynamic plugin from my program
(dlopen()/dlsym()).
the problem i ran into is that libpathfinder-openssl-1.so requires my
main program to be linked with -ldbus-1 ,
otherwise it fails when i try to access pathfinder functions. It is
quite undesired and i think it may be fixed by changing libpathfilder-
openssl-1.so link options..
I tried today's svn snapshot and it appears to behave the same way.. I
am not that familiar with cmake to fix it myself.