티스토리 뷰
### mysql 4.0.25 thread에러 해결 방법 ###
에러메시지
: checking "LinuxThreads"... "Not found"
: configure: error: This is a linux system and Linuxthreads was not
: found. On linux Linuxthreads should be used. Please install Linuxthreads
: (or a new glibc) and try again. See the Installation chapter in the
: Reference Manual for more information.
이문제는 mysql-4.0의 NPTL 의 안정성을 너무 고려한 나머지 발생한 버그로 다음과 같이 변경해서 컴파일 하면 해결할수 있습니다
우선 echo '/* Linuxthreads */' >> /usr/include/pthread.h
를 통해서 헤더파일을 수정하고, 또는 vi /usr/include/pthread.h파일을 열어 맨 하단에 /* Linuxthreads */ 이것만 추가하면된다
두번째로 컴파일 시 아래와 같이 옵션을 추가해서 컴파일 하면 오류없이 mysql을
설치하실수 있습니다.
'Linux' 카테고리의 다른 글
snmpwalk 명령어 (0) | 2015.06.11 |
---|---|
rrdtool 설치 (0) | 2015.06.11 |
mysql 외부 접속 차단하기 (0) | 2015.06.11 |
collectd (0) | 2015.06.10 |
DRBD for mysql (0) | 2015.06.10 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- cURL
- kvm
- softether
- HAProxy
- OpenVPN
- virtualbox
- glusterfs
- ntp
- SSL
- NGINX
- centos8
- 인증서
- 리눅스
- centOS7
- iptables
- WAF
- Apache
- galera
- L2TP
- ssh
- 베이어다이나믹
- GeoIP
- php
- yum
- MySQL
- pptp
- gitlab
- mariadb
- mod_security
- IPSEC
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
글 보관함