노력과 삽질 퇴적물
[root]# cd /usr/local/php-5.4.25 [root]# ./configure --enable-cgi --enable-fpm --with-mcrypt ... ... ... ... ... ... configure: error: mcrypt.h not found. Please reinstall libmcrypt. 환경. OS: 리눅스 레드햇7 (redhat 7)php: php-5.4.25.tar.gz 해결법. Colored By Color Scripter™12345678910111213[root]# cd /usr/local[root]# wget http://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz..
MySQL workbench, Failed to Connect to MySQL at xxx.xxx.xxx.xxx with user rootHost 'xxx.xxx.xxx.xxx' is not allowed to connect to this MySQL server. 해결법. *로컬내 MySQL기준. Colored By Color Scripter™123C:\mysql-win32\bin> mysql -u root -p -h 127.0.0.1 -P 3306Enter password: ****mysql> exit 참조. Cannot connect to Database server (mysql workbench) - Stack Overflow
SQL Error (2003): Can't connect to MySQL server on 'localhost' MySQL설치직후 + mysqld --install까지 하고 실행시 발생했습니다. 해결법. Colored By Color Scripter™12345678910C:\mysql-win32\bin> mysqld --skip-grant...(새 콘솔창으로 이동)... C:\mysql-win32\bin> mysql... ... ...mysql> flush privileges;mysql> use mysql;mysql> update user set password=password('this_is_new_pw') where user='root';mysql> flush privileges;mysql> exit..
emulator: emulator window was out of view and was recentered에뮬레이터를 구동중이지만 화면을 벗어난채로 유지될때 유용합니다. 해결법. C:\Users\(사용자명)\.android\avd\(에뮬레이터 라벨명).avd\emulator-user.ini window.x = 100window.y = 100uuid = (......) 화면상에 안 나타날경우 5000 혹은 10000을 넘는 좌표값으로 저장된걸 수정하면 됩니다.반드시 100,100으로 좌표값을 줄 필요는 없습니다. 참조. android - emulator: emulator window was out of view and was recentered - Stack Overflow
10-04 00:36:57.698: A/libc(20887): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 20887 (xxxxxxxxx)10-04 00:36:57.698: A/libc(20887): Fatal signal 11 (SIGSEGV) at 0x00411680 (code=1), thread 20901 (xxxxxxxxx) minSdkVersion: 10빌드 타겟 버전: 20이클립스 루나디바이스: 삼성 갤럭시 HD LTE(4.1.2) 해결. allowClearUserData와 hardwareAccelerated태그만으로는 앱종료 증상이 완전히 사라지진 않고, 빈도가 줄어든정도입니다.그런데 android:debuggable="true"를 넣..
Subversion: Repository Has Not Been Enabled To Accept Revision Propchanges TortoiseSVN을 설치해서 (기본세팅인채로) 커밋한 로그를 수정시 발생하는 에러입니다. 해당 문제는 bat파일을 하나 추가하는것으로 해결이 가능합니다. 해결. ...\(SVN 저장위치)\hooks\pre-revprop-change.bat 파일 생성 rem Only allow log messages to be changed. if “%4″ == “svn:log” exit 0 echo Property ‘%4′ cannot be changed >&2 exit 1