이클립스 속도 향상 (eclipse.ini 수정) 최근 이클립스가 버벅대서 오랜만에 이클립스 속도 향상 정보를 정리해본다. eclipse.ini 수정 1) Before -startup plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar –launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810 -product org.eclipse.epp.package.jee.product –launcher.defaultAction openFile –launcher.XXMaxPermSize 256M -showsplash org.eclipse.platform –launcher.XXMaxPermSize 256m –launcher.defaultAction openFile -vmargs -Dosgi.requiredJavaVersion=1.5 …
fastcgi 컴파일시 에러
> fcgio.cpp: In destructor ‘virtual fcgi_streambuf::~fcgi_streambuf()’: > fcgio.cpp:50: error: ‘EOF’ was not declared in this scope > fcgio.cpp: In member function ‘virtual int fcgi_streambuf::overflow(int)’: > fcgio.cpp:70: error: ‘EOF’ was not declared in this scope > fcgio.cpp:75: error: ‘EOF’ was not …
lighttpd+php+mysql+xcache 설치
Centos 6.2 x86_64 proftpd RPM 만들기
apache libphp5.so permission denied
httpd: Syntax error on line 53 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/modules/libphp5.so into server: /usr/local/apache/modules/libphp5.so: cannot restore segment prot after reloc: Permission denied 위와 같은 에러 발생시 # chcon -t textrel_shlib_t /usr/local/apache/modules/libphp5.so
php 컴파일시 gptr Error
ext/mysqli/mysqli_api.c: In function ‘zif_mysqli_stmt_bind_param’: ext/mysqli/mysqli_api.c:144: error: ‘gptr’ undeclared (first use in this function) ext/mysqli/mysqli_api.c:144: error: (Each undeclared identifier is reported only once ext/mysqli/mysqli_api.c:144: error: for each function it appears in.) ext/mysqli/mysqli_api.c: In function ‘zif_mysqli_stmt_execute’: ext/mysqli/mysqli_api.c:603: error: ‘gptr’ undeclared (first use …