Просмотр исходного кода

xcap_client: added remarks section with note about libcurl leak on centos 6

- based on GH #853
Daniel-Constantin Mierla 8 лет назад
Родитель
Сommit
c1e621d534
1 измененных файлов с 11 добавлено и 0 удалено
  1. 11 0
      modules/xcap_client/doc/xcap_client_admin.xml

+ 11 - 0
modules/xcap_client/doc/xcap_client_admin.xml

@@ -205,6 +205,17 @@ _empty_line_
 	</section>
 	</section>
 
 
    	</section>
    	</section>
+	<section id="xcap_client.s.remarks">
+		<title>Remarks</title>
+		<para>
+			Note: libcurl leak in CentOS 6 - this module uses libcurl library
+			and in case if you are using CentOS 6, be aware that standard
+			libcurl-7.19.7-52 has a memory leak. To fix this memory, install
+			libcurl from city-fan repository. More details at:
+			<ulink url="https://www.digitalocean.com/community/questions/how-to-upgrade-curl-in-centos6">
+				https://www.digitalocean.com/community/questions/how-to-upgrade-curl-in-centos6</ulink>
+		</para>
+	</section>
 
 
 </chapter>
 </chapter>