NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
api for a different distroHi I need to run an api provided by a company in order to connect/execute thanks |
API definition (was: ???)
"API" is simply Application Programming Interface - it doesn't make sense to say you are using this between two machines because an API is nothing more than a list of function calls which you can make to interface with something. If you are given some kind of client program to run on your machine then that makes more sense. In that case, you only need to know what other libraries to install to make it work; Fedora Core5 and Debian Etch should be very compatible (except for the strange way Fedora people like to configure things).
To get a list of library dependencies of a program:
ldd program-name
Like:
ldd bash
if you get a .rpm, you can
if you get a .rpm, you can always convert it to a .deb that you can install with dpkg with alien.
...always... heh heh heh ;-)
...always... heh heh heh ;-)
api for a different distro
is this generally the way...
$ alien --to-deb package.rpm
?