Re: problem with linkage of so under RHEL3

2004-06-25 Thread Bill Medland
On June 25, 2004 12:59 pm, Alexandre Julliard wrote: > Bill Medland <[EMAIL PROTECTED]> writes: > > So for future reference is there an easy way to see what functions a so > > provides that don't show up in nm? > > Try nm -D. Thanks. > > > Then I guess the question will be a matter of why the dlope

Re: problem with linkage of so under RHEL3

2004-06-25 Thread Alexandre Julliard
Bill Medland <[EMAIL PROTECTED]> writes: > So for future reference is there an easy way to see what functions a so > provides that don't show up in nm? Try nm -D. > Then I guess the question will be a matter of why the dlopen doesn't see the > existing functions when underneath Wine. Just a w

Re: problem with linkage of so under RHEL3

2004-06-25 Thread Bill Medland
On June 24, 2004 05:46 pm, Bill Medland wrote: > Guys > > Command line application opens a dll using LoadLibrary. > That Dll links to odbc > odbc uses unixODBC to link to the new Oracle 10g Beta ODBC client. > That client so access rather a lot of Oracle libraries > > Relocation error occurs > > /u

problem with linkage of so under RHEL3

2004-06-24 Thread Bill Medland
Guys (I'll be looking into it tomorrow but I thought I'd see if anyone already knows) Command line application opens a dll using LoadLibrary. That Dll links to odbc odbc uses unixODBC to link to the new Oracle 10g Beta ODBC client. That client so access rather a lot of Oracle libraries Relocati