블로그 이미지
은총애비!!

카테고리

분류 전체보기 (2821)
Linux (35)
Error 해결 방법 (5)
소소한 일상 (1870)
사진실 (0)
책책책, 책을 읽읍시다!! (21)
기타(JSP & DB & 등등) (4)
미국 주식 관련 (559)
아침형 인간 프로젝트 (292)
Total
Today
Yesterday
반응형

[리눅스 마스터 자격증] 리눅스 마스터 2급 1차 합격!!

 

 

리눅스에 관심을 가진건 10여년 전이었지만 실제로 리눅스를 다뤄본건 몇년 안된다..ㅠ,.ㅠ

N54L으로 NAS를 만드려고 리눅스로 구현하려다가 급 자격증에 관심을 가지게 되어 마침

시험 기간인지라....

 

2014년 리눅스 마스터 자격증 시험일정

그래서 2급 1차를 급 접수!!! 아무때나 시험 기간일때 시험 볼 수 있습니다.

 

한국 정보통신 진흥협회 http://www.ihd.or.kr 에서 접수 함!!

 

1차는 온라인으로 보는 시험!!(오픈북으로 시험!!!)

1차는 정말 무난하게 통과!!

 

우선 시험을 접수 하면 다음날 13:00시부터 시험 가능함..

ex) 월요일 접수 하면 화요일 13:00시부터 시험 가능

      금요일 접수 하면 그 다음 월요일 12:00시부터 시험 가능

시험은 가능 시간부터 아무 시간때나 시험 볼 수 있다고 합니다.

잘 알아두세요!!

 

※ 시험 관련 문의 전화 : 1899-0628, 상담 가능 시간 : 09:00~18:00

 

전 당일 접수 당일 시험인줄 알았습니다.

 

홈페이지에 가보면 오른쪽 QUICK MENU에 온라인 시험

 

 

활성화가 안되어 있어서 전화 해서 문의 함..온라인 시험 클릭이 안된다고...^^;;;

 

정보마당 -> 온라인시험안내 로 들어가면 됩니다.

 

그리고는 시험보기를 클릭하면 수험정보 및 이름/주민번호를 입력하면 시험 시작!!

 

1차는 가볍게 통화 하지만..(오픈북이니) 그래도 헷갈리는 문제가 몇문제 있습니다.

 

인터넷 자료에서 대부분 출제 되지만 없는 문제도 가끔 있습니다.

하지만 그 문제를 넘어가더라도 합격 할 수 있습니다.!!

 

이제는 2차 준비!!! 열공!!!

반응형
Posted by 은총애비!!
, |
반응형

[Linux] apache & tomcat connectors 연동 configure중 에러 해결 방법

 

apache & tomcat connectors 연동중  make중

make: *** 타겟이 지정되지 않았고 메이크파일이 없습니다.  멈춤.

에러에 관한 내용입니다.

 

checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
[root@localhost native]# make && make install
make: *** 타겟이 지정되지 않았고 메이크파일이 없습니다.  멈춤.
[root@localhost native]#

 

yum -y install gcc-c++ libstdc++-devel

 

또는

 

yum -y install gcc*

 

설치를 해줍니다...

 

그러면 configure가 에러 없이 잘 끝날겁니다...

 

configure: creating ./config.status
config.status: creating Makefile
config.status: creating apache-1.3/Makefile
config.status: creating apache-1.3/Makefile.apxs
config.status: creating apache-2.0/Makefile
config.status: creating apache-2.0/Makefile.apxs
config.status: creating common/Makefile
config.status: creating common/list.mk
config.status: creating common/jk_types.h
config.status: creating common/config.h
config.status: executing depfiles commands  => 에러 없이 잘 끝났습니다.
[root@localhost native]# make && make install
Making all in common => make가 시작 됩니다.
make[1]: Entering directory `/home/qual/tomcat-connectors-1.2.37-src/native/common'
/usr/lib/apr-1/build/libtool --silent --mode=compile gcc -I/usr/local/src/apache/include  -DHAVE_CONFIG_H -pthread -DHAVE_APR  -I/usr/include/apr-1 -I/usr/include/apr-1  -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -c jk_ajp12_worker.c -o jk_ajp12_worker.lo
/usr/lib/apr-1/build/libtool --silent --mode=compile gcc -I/usr/local/src/apache/include  -DHAVE_CONFIG_H -pthread -DHAVE_APR  -I/usr/include/apr-1 -I/usr/include/apr-1  -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -c jk_connect.c -o jk_connect.lo
/usr/lib/apr-1/build/libtool --silent --mode=compile gcc -I/usr/local/src/apache/include  -DHAVE_CONFIG_H -pthread -DHAVE_APR  -I/usr/include/apr-1 -I/usr/include/apr-1  -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -c jk_msg_buff.c -o jk_msg_buff.lo
/usr/lib/apr-1/build/libtool --silent --mode=compile gcc -I/usr/local/src/apache/include  -DHAVE_CONFIG_H -pthread -DHAVE_APR  -I/usr/include/apr-1 -I/usr/include/apr-1  -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -c jk_util.c -o jk_util.lo

반응형
Posted by 은총애비!!
, |
반응형

[LINUX ERROR] apache 설치중 SSL/TLS 설치 에러

 

설치 도중 SSL/TLS 관련 에러가 났습니다.

에러 내용은 아래와 같습니다.

 

checking for OpenSSL version... checking openssl/opensslv.h usability... no
checking openssl/opensslv.h presence... no
checking for openssl/opensslv.h... no
checking openssl/ssl.h usability... no
checking openssl/ssl.h presence... no
checking for openssl/ssl.h... no
no OpenSSL headers found
checking for SSL-C version... checking sslc.h usability... no
checking sslc.h presence... no
checking for sslc.h... no
no SSL-C headers found
configure: error: ...No recognized SSL/TLS toolkit detected

 

에러 해결 방법

정말 간단 합니다.!!!

 

yum -y install openssl-devel

또는

yum -y install openssl*

반응형
Posted by 은총애비!!
, |

최근에 달린 댓글

최근에 받은 트랙백

글 보관함