Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Scala
- 인공지능
- ChatGPT
- Linux
- c++
- BOF
- hackthissite
- deep learning
- 러닝 스칼라
- BOF 원정대
- Javascript
- c
- backend
- 백엔드
- 파이썬
- 웹해킹
- 러닝스칼라
- Web
- php
- 경제
- 챗GPT
- hackerschool
- Python
- hacking
- flask
- webhacking
- 딥러닝
- 리눅스
- mysql
- Shellcode
Archives
- Today
- Total
jam 블로그
[Archlinux] nodejs 컴파일(compile, make) 시 openssl 오류 난다면? 본문
728x90
반응형
nodejs make 시에 openssl 오류가 난다면
위와 같이 옵션을 추가하면 됩니다.
# ./configure \ --shared-openssl \ --shared-openssl-includes=/usr/include/openssl \ --shared-openssl-libpath=/usr/lib
위와 같이 옵션을 추가하면 됩니다.
반응형
'시스템 > 리눅스' 카테고리의 다른 글
[linux] centos 6.5 64bit server에서 gitlab 설치하기. (0) | 2014.04.08 |
---|---|
[리눅스] Hacking : The art of exploitation live CD 부팅하기 (0) | 2014.03.31 |
[linux] console에서 sftp 인증서로 로그인하기 (0) | 2013.08.02 |
[Qmail] Centos 6.X에서 Qmail 동작하지 않을 시. (0) | 2013.02.20 |
[lighttpd]NASN 321에서 lighttp에 심볼릭링크 관련 설정하기 (0) | 2013.02.12 |
Comments