"Could not load VMOD cookie"의 두 판 사이의 차이

1번째 줄: 1번째 줄:
{{테스트|varnish-4.0.3 revision b8c4a34}}
{{테스트|varnish-4.1.2 revision 0d7404e}}
==문제상황==
==문제상황==
<source lang='console'>
<source lang='console'>
[root@zetawiki ~]# varnishd -C -f /etc/varnish/default2.vcl
[root@zetawiki ~]# varnishd -C -f /etc/varnish/20160527-sticky.vcl  
Error:
Message from VCC-compiler:
Message from VCC-compiler:
Could not load VMOD cookie
Could not load VMOD cookie
File name: /usr/lib64/varnish/vmods/libvmod_cookie.so
File name: libvmod_cookie.so
dlerror:: /usr/lib64/varnish/vmods/libvmod_cookie.so: cannot open shared object file: No such file or directory
dlerror: /usr/lib64/varnish/vmods/libvmod_cookie.so: cannot open shared object file: No such file or directory
('input' Line 16 Pos 8)
('/etc/varnish/20160527-sticky.vcl' Line 17 Pos 8)
import cookie;
import cookie;


13번째 줄: 14번째 줄:


Running VCC-compiler failed, exited with 2
Running VCC-compiler failed, exited with 2
VCL compilation failed
VCL compilation failed
</source>
</source>

2016년 5월 27일 (금) 02:34 판

1 문제상황

[root@zetawiki ~]# varnishd -C -f /etc/varnish/20160527-sticky.vcl 
Error:
Message from VCC-compiler:
Could not load VMOD cookie
	File name: libvmod_cookie.so
	dlerror: /usr/lib64/varnish/vmods/libvmod_cookie.so: cannot open shared object file: No such file or directory
('/etc/varnish/20160527-sticky.vcl' Line 17 Pos 8)
import cookie;

-------######--

Running VCC-compiler failed, exited with 2
VCL compilation failed
→ VMOD cookie 모듈이 없어서 import cookie; 수행불가

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}