반응형
Apache
apr설치시 libtoolT No such file 에러시
# cp -arp libtool libtoolT
다시 ./configure 명령어 실행
PHP
off_t undefined 에러시
--enable-zip 제거
Cannot find libmysqlclient_r 에러시
# cd /usr/local/mysql
# ln -s ./lib ./lib64clea
make:***[sapi/cli/php] 오류 1
# vi Makefile
EXTRA_LIBS= -liconv 추가
# make
그래도 에러?? ㅠㅠ
libiconv 경로 확인 후
--with-iconv-dir=경로
SVN
svn 클론 에러
- vi ~/.subversion/servers
그런후 [global] 항목에 다음의 내용을 삽입하거나 주석처리된 부분을 수정한다.
[global]
# store-passwords = no
# store-plaintext-passwords = no
store-passwords = yes
store-plaintext-passwords = yes
mysql
http://itgameworld.tistory.com/24
http://www.freeimage.kr/tip_mysql/p1/175
https://blog.boxcorea.com/wp/archives/1483 (replication)
apache
http://itgameworld.tistory.com/7
php
http://www.virtualbox.org/manual/ch06.html
728x90
반응형