Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DPS libraries clashes with other libraries #16

Closed
m-kotowski opened this issue Apr 25, 2016 · 0 comments
Closed

DPS libraries clashes with other libraries #16

m-kotowski opened this issue Apr 25, 2016 · 0 comments

Comments

@m-kotowski
Copy link

DPS brings its own set of libraries, for example, libcurl.

If the operator that calls the DPS functions, is fused with another operator that requires libcurl, problems might occur.

For example: The FTP operators from the inet toolkit require libcurl. The system's libcurl supports sftp, but the libcurl that is provided with the DPS toolkit, does not.

From my point of view, we have two possible solutions:

  • The DPS toolkit brings its own libraries but with DPS-specific names, so there cannot be any name clash.
  • The DPS toolkit does not provide any libraries but uses the system libraries. In this case, it is up to the user to install the proper libraries via, for example, rpm.

I would prefer the 2nd option.

Regards, Michael.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants