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.