Migration of linux software

Source: Internet
Author: User
Tags rdesktop
Linux software migration-general Linux technology-Linux programming and kernel information. The following is a detailed description. Preface:

As we all know, there are countless linux releases. Of course, a fixed version has its own package management architecture for various software installation, which is relatively easy, especially for apt of debian and ubunt. However, sometimes we prefer a common solution that can be solved by using only the find and cp commands. Just do what you say.

Body:

1. Porting rdesktop

### File: Dependent file
Rdesktop: /usr/bin/rdesktop/usr/X11R6/bin/rdesktop/usr/bin/X11/rdesktop/usr/share/man/man1/rdesktop.1.gz // if you want to limit the size, do not

### Lib, dependent Library
Linux-gate.so.1 => (0xffffe000) // This is strange, every software is dependent, but it is not copied
Libcrypto. so.0.9.8 =>/usr/lib/i686/cmov/libcrypto. so.0.9.8 (0xb7dbf000)
LibX11.so. 6 =>/usr/lib/libX11.so. 6 (0xb7cf6000)
Libc. so.6 =>/lib/tls/i686/cmov/libc. so.6 (0xb7bc1000)
Libdl. so.2 =>/lib/tls/i686/cmov/libdl. so.2 (0xb7bbd000)
Libz. so.1 =>/usr/lib/libz. so.1 (0xb7ba9000)
LibXau. so.6 =>/usr/lib/libXau. so.6 (0xb7ba6000)
LibXdmcp. so.6 =>/usr/lib/libXdmcp. so.6 (0xb7ba1000)
/Lib/ld-linux.so.2 (0xb7f07000)


What are you going to do next? That's right. The content above find & cp goes to the corresponding directory structure. Note that the database does not have to be consistent with the original system. You need to check the/etc/ld of the target system. so. conf file, put the library in the directory listed in this file. Finally, you should consider the kernel version before your luck. Fortunately, you should be able to use it.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.