Dealing with API changes using Ruby/DL

J

Josh Huber

Can anyone recommend a good method for dealing with shared library
API changes between revisions while using Ruby/DL? (i.e. being able
to support accessing various versions of a given shared lib)

Thanks,
 
F

Friedrich Dominicus

Josh Huber said:
Can anyone recommend a good method for dealing with shared library
API changes between revisions while using Ruby/DL? (i.e. being able
to support accessing various versions of a given shared lib)
you can use LD_LIBRARY_PATH to choose hwich one to use, mayb it is a
good idea not to change the the Ruby API too, another wrapper should
give you the old behaviour.

Regards
Friedrich
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top