How to install the dynamic domain name Linux 1.0 in freebsd8

Source: Internet
Author: User

The mmx200 Server is a little old and has a new server. We plan to install freebsd8.1. Because my server is put at home, the Internet uses ADSL connections, in order to be able to access your server on the internet, you have purchased the DDNS service of the peanut shell. The peanut shell has a dynamic domain name Linux 1.0 software. Of course, it is the resolution of dynamic domain names. There was no problem with the installation of freebsd6.3. Many problems occurred during the installation of freebsd8 today. Finally, the problem is solved.

 

1. Some files do not exist during installation.

For example, ld-elf.so.1 libc. so.6 libm. so.4 libpthread. so.2 libstdc ++. so.5 etc. After I copy these files from the original 6.3

2. After the file is copied, the following error occurs:

Fatal error 'kse _ create () failed
'At line 469 in file/usr/src/lib/libpthread/thread/thr_kern.c (errno = 35)

After finding a lot of information, we found that freebsd officially cut down the support of the KSE (M: N) thread, resulting in the above problems.

How can this problem be solved. One of freebsd's best interests is that interfaces between different thread libraries are the same. For a thread library, you only need to modify libmap. conf.

Create the libmap. conf file under the etc directory and write the following code.

Libpthread. so.1 libthr. so.1
Libpthread. so.2 libthr. so.2

Libkse. so.3 libthr. so.3

Restart and install the dynamic domain name Linux1.0 on the peanut shell again.

Friends who need above ld-elf.so.1 libc. so.6 libm. so.4 libpthread. so.2 libstdc ++. so.5 package can access http://www.zjsx0575.com

This is a technical forum. You can download it there.

 

 

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.