<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki-ext.aps.anl.gov/epics/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=GasperPajor</id>
	<title>EPICSWIKI - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-ext.aps.anl.gov/epics/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=GasperPajor"/>
	<link rel="alternate" type="text/html" href="https://wiki-ext.aps.anl.gov/epics/index.php?title=Special:Contributions/GasperPajor"/>
	<updated>2026-06-04T00:03:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki-ext.aps.anl.gov/epics/index.php?title=How_To_Install_Channel_Archiver_On_Scientific_Linux&amp;diff=2706</id>
		<title>How To Install Channel Archiver On Scientific Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki-ext.aps.anl.gov/epics/index.php?title=How_To_Install_Channel_Archiver_On_Scientific_Linux&amp;diff=2706"/>
		<updated>2006-02-14T08:10:43Z</updated>

		<summary type="html">&lt;p&gt;GasperPajor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For  [http://ics-web1.sns.ornl.gov/~kasemir/archiver/ Channel Archiver] installation refer to Channel Archiver Manual, Chapter 8: Setup, Installation.&lt;br /&gt;
&lt;br /&gt;
On [http://www.scientificlinux.org Scientific Linux] (version 4.1, gcc 3.4.3) the following should be taken in account in addition to Channel Archive Manual's instructions:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===w3c-libwww-devel===&lt;br /&gt;
&lt;br /&gt;
The w3c-libwww sources supplied with archiver did compile but xmlrpc's configure&lt;br /&gt;
didn't find it (probably path/location issues). I just grabbed the package from&lt;br /&gt;
internet and it worked ok;&lt;br /&gt;
 &lt;br /&gt;
 su -c &amp;quot;yum install w3c-libwww-devel&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
===xml rpc===&lt;br /&gt;
&lt;br /&gt;
I applied both patches mentioned in the manual and changed line 104 in&lt;br /&gt;
&amp;lt;tt&amp;gt;extensions/src/ChannelArchiver/ThirdParty/xmlrpc-c-0.9.9/src/validatee.c&amp;lt;/tt&amp;gt; where&lt;br /&gt;
 default:&lt;br /&gt;
was changed to&lt;br /&gt;
 default:;&lt;br /&gt;
in order to prevent compiler error.&lt;br /&gt;
&lt;br /&gt;
=== xerces ===&lt;br /&gt;
&lt;br /&gt;
Added&lt;br /&gt;
 #include &amp;lt;xercesc/framework/MemoryManager.hpp&amp;gt;&lt;br /&gt;
to&lt;br /&gt;
 extensions/src/ChannelArchiver/ThirdParty/xercesc/util/RefArrayOf.hpp&lt;br /&gt;
as mentioned in manual.&lt;br /&gt;
&lt;br /&gt;
===XML-Simple and Frontier===&lt;br /&gt;
&lt;br /&gt;
Worked exactly as described in the manual.&lt;br /&gt;
&lt;br /&gt;
===Some general notes===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;/usr/local/bin&amp;lt;/tt&amp;gt; is not by default included in path which causes archiver making (when calling &amp;lt;tt&amp;gt;xmlrpc-c-config&amp;lt;/tt&amp;gt;) to fail. Just&lt;br /&gt;
 export PATH=$PATH:/usr/local/bin&lt;br /&gt;
&lt;br /&gt;
I omited 'o' switch when extracting third party archives to prevent &amp;quot;Cannot&lt;br /&gt;
change ownership&amp;quot; errors.&lt;br /&gt;
&lt;br /&gt;
Remember to run &amp;lt;tt&amp;gt;make&amp;lt;/tt&amp;gt; in &amp;lt;tt&amp;gt;extensions/configure&amp;lt;/tt&amp;gt; prior to making ChannelArchiver.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
--[[User:GasperPajor|GasperPajor]] 02:10, 14 Feb 2006 (CST)&lt;/div&gt;</summary>
		<author><name>GasperPajor</name></author>
	</entry>
	<entry>
		<id>https://wiki-ext.aps.anl.gov/epics/index.php?title=HowTo_Documents&amp;diff=1378</id>
		<title>HowTo Documents</title>
		<link rel="alternate" type="text/html" href="https://wiki-ext.aps.anl.gov/epics/index.php?title=HowTo_Documents&amp;diff=1378"/>
		<updated>2006-02-14T08:00:35Z</updated>

		<summary type="html">&lt;p&gt;GasperPajor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a directory of various How-To documents written by members of the EPICS collaboration.  Contributions to this page are most welcome!&lt;br /&gt;
&lt;br /&gt;
* [http://www.aps.anl.gov/epics/modules/soft/asyn/R4-2-1/HowToDoSerial/tutorial.html How To Do Serial (using Asyn Driver)]&lt;br /&gt;
* [http://www.aps.anl.gov/epics/base/RTEMS/tutorial/ Getting Started with EPICS on RTEMS]&lt;br /&gt;
* [[HowToPC104|Getting Started with R3.14.7 on a PC104 running Linux]]&lt;br /&gt;
* [[How To Set Up a Linux Box as an IOC Boot Server]]&lt;br /&gt;
* [[How To Write Device Support that uses Asyn Driver]] ''(Incomplete!)''&lt;br /&gt;
* [[How To Install Channel Archiver On Scientific Linux]]&lt;/div&gt;</summary>
		<author><name>GasperPajor</name></author>
	</entry>
	<entry>
		<id>https://wiki-ext.aps.anl.gov/epics/index.php?title=How_To_Install_Channel_Archiver_On_Scientific_Linux&amp;diff=1342</id>
		<title>How To Install Channel Archiver On Scientific Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki-ext.aps.anl.gov/epics/index.php?title=How_To_Install_Channel_Archiver_On_Scientific_Linux&amp;diff=1342"/>
		<updated>2006-02-14T07:59:19Z</updated>

		<summary type="html">&lt;p&gt;GasperPajor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For  [http://ics-web1.sns.ornl.gov/~kasemir/archiver/ Channel Archiver] installation refer to Channel Archiver Manual, Chapter 8: Setup, Installation.&lt;br /&gt;
&lt;br /&gt;
On [http://www.scientificlinux.org Scientific Linux] (version 4.1, gcc 3.4.3) the following should be taken in account in addition to Channel Archive Manual's instructions:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===w3c-libwww-devel===&lt;br /&gt;
&lt;br /&gt;
The w3c-libwww sources supplied with archiver did compile but xmlrpc's configure&lt;br /&gt;
didn't find it (probably path/location issues). I just grabbed the package from&lt;br /&gt;
internet and it worked ok;&lt;br /&gt;
 &lt;br /&gt;
 su -c &amp;quot;yum install w3c-libwww-devel&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
===xml rpc===&lt;br /&gt;
&lt;br /&gt;
I applied both patches mentioned in the manual and changed line 104 in&lt;br /&gt;
&amp;lt;tt&amp;gt;extensions/src/ChannelArchiver/ThirdParty/xmlrpc-c-0.9.9/src/validatee.c&amp;lt;/tt&amp;gt; where&lt;br /&gt;
 default:&lt;br /&gt;
was changed to&lt;br /&gt;
 default:;&lt;br /&gt;
in order to prevent compiler error.&lt;br /&gt;
&lt;br /&gt;
=== xerces ===&lt;br /&gt;
&lt;br /&gt;
Added&lt;br /&gt;
 #include &amp;lt;xercesc/framework/MemoryManager.hpp&amp;gt;&lt;br /&gt;
to&lt;br /&gt;
 extensions/src/ChannelArchiver/ThirdParty/xercesc/util/RefArrayOf.hpp&lt;br /&gt;
as mentioned in manual.&lt;br /&gt;
&lt;br /&gt;
===XML-Simple and Frontier===&lt;br /&gt;
&lt;br /&gt;
Worked exactly as described in the manual.&lt;br /&gt;
&lt;br /&gt;
===Some general notes===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;/usr/local/bin&amp;lt;/tt&amp;gt; is not by default included in path which causes archiver making (when calling &amp;lt;tt&amp;gt;xmlrpc-c-config&amp;lt;/tt&amp;gt;) to fail. Just&lt;br /&gt;
 export PATH=$PATH:/usr/local/bin&lt;br /&gt;
&lt;br /&gt;
I omited 'o' switch when extracting third party archives to prevent &amp;quot;Cannot&lt;br /&gt;
change ownership&amp;quot; errors.&lt;br /&gt;
&lt;br /&gt;
Remember to run &amp;lt;tt&amp;gt;make&amp;lt;/tt&amp;gt; in &amp;lt;tt&amp;gt;extensions/configure&amp;lt;/tt&amp;gt; prior to making ChannelArchiver.&lt;/div&gt;</summary>
		<author><name>GasperPajor</name></author>
	</entry>
	<entry>
		<id>https://wiki-ext.aps.anl.gov/epics/index.php?title=How_To_Install_Channel_Archiver_On_Scientific_Linux&amp;diff=1340</id>
		<title>How To Install Channel Archiver On Scientific Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki-ext.aps.anl.gov/epics/index.php?title=How_To_Install_Channel_Archiver_On_Scientific_Linux&amp;diff=1340"/>
		<updated>2006-02-14T07:58:34Z</updated>

		<summary type="html">&lt;p&gt;GasperPajor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For  [http://ics-web1.sns.ornl.gov/~kasemir/archiver/ Channel Archiver] installation refer to Channel Archiver Manual, Chapter 8: Setup, Installation.&lt;br /&gt;
&lt;br /&gt;
On [http://www.scientificlinux.org Scientific Linux] (version 4.1, gcc 3.4.3) the following should be taken in account in addition to Channel Archive Manual's instructions:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===w3c-libwww-devel===&lt;br /&gt;
&lt;br /&gt;
The w3c-libwww sources supplied with archiver did compile but xmlrpc's configure&lt;br /&gt;
didn't find it (probably path/location issues). I just grabbed the package from&lt;br /&gt;
internet and it worked ok;&lt;br /&gt;
 &lt;br /&gt;
 su -c &amp;quot;yum install w3c-libwww-devel&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
===xml rpc===&lt;br /&gt;
&lt;br /&gt;
I applied both patches mentioned in the manual and changed line 104 in&lt;br /&gt;
&amp;lt;tt&amp;gt;extensions/src/ChannelArchiver/ThirdParty/xmlrpc-c-0.9.9/src/validatee.c&amp;lt;/tt&amp;gt; where&lt;br /&gt;
 default:&lt;br /&gt;
was changed to&lt;br /&gt;
 default:;&lt;br /&gt;
in order to prevent compiler error.&lt;br /&gt;
&lt;br /&gt;
=== xerces ===&lt;br /&gt;
&lt;br /&gt;
Added&lt;br /&gt;
 #include &amp;lt;xercesc/framework/MemoryManager.hpp&amp;gt;&lt;br /&gt;
to&lt;br /&gt;
 extensions/src/ChannelArchiver/ThirdParty/xercesc/util/RefArrayOf.hpp&lt;br /&gt;
as mentioned in manual.&lt;br /&gt;
&lt;br /&gt;
===XML-Simple and Frontier===&lt;br /&gt;
&lt;br /&gt;
Worked exactly as described in manual.&lt;br /&gt;
&lt;br /&gt;
===Some general notes===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;/usr/local/bin&amp;lt;/tt&amp;gt; is not by default included in path which causes archiver making (when calling &amp;lt;tt&amp;gt;xmlrpc-c-config&amp;lt;/tt&amp;gt;) to fail. Just&lt;br /&gt;
 export PATH=$PATH:/usr/local/bin&lt;br /&gt;
&lt;br /&gt;
I omited 'o' switch when extracting third party archives to prevent &amp;quot;Cannot&lt;br /&gt;
change ownership&amp;quot; errors.&lt;br /&gt;
&lt;br /&gt;
Remember to run &amp;lt;tt&amp;gt;make&amp;lt;/tt&amp;gt; in &amp;lt;tt&amp;gt;extensions/configure&amp;lt;/tt&amp;gt; prior to making ChannelArchiver.&lt;/div&gt;</summary>
		<author><name>GasperPajor</name></author>
	</entry>
	<entry>
		<id>https://wiki-ext.aps.anl.gov/epics/index.php?title=How_To_Install_Channel_Archiver_On_Scientific_Linux&amp;diff=1339</id>
		<title>How To Install Channel Archiver On Scientific Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki-ext.aps.anl.gov/epics/index.php?title=How_To_Install_Channel_Archiver_On_Scientific_Linux&amp;diff=1339"/>
		<updated>2006-02-14T07:58:01Z</updated>

		<summary type="html">&lt;p&gt;GasperPajor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For  [http://ics-web1.sns.ornl.gov/~kasemir/archiver/ Channel Archiver] installation refer to Channel Archiver Manual, Chapter 8: Setup, Installation.&lt;br /&gt;
&lt;br /&gt;
On [http://www.scientificlinux.org Scientific Linux] (version 4.1, gcc 3.4.3) the following should be taken in account in addition to Channel Archive Manual's instructions:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===w3c-libwww-devel===&lt;br /&gt;
&lt;br /&gt;
The w3c-libwww sources supplied with archiver did compile but xmlrpc's configure&lt;br /&gt;
didn't find it (probably path/location issues). I just grabbed the package from&lt;br /&gt;
internet and it worked ok;&lt;br /&gt;
 &lt;br /&gt;
 su -c &amp;quot;yum install w3c-libwww-devel&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
===xml rpc===&lt;br /&gt;
&lt;br /&gt;
I applied both patches mentioned in the manual and changed line 104 in&lt;br /&gt;
&amp;lt;tt&amp;gt;extensions/src/ChannelArchiver/ThirdParty/xmlrpc-c-0.9.9/src/validatee.c&amp;lt;/tt&amp;gt; where&lt;br /&gt;
 default:&lt;br /&gt;
was changed to&lt;br /&gt;
 default:;&lt;br /&gt;
in order to prevent compiler error.&lt;br /&gt;
&lt;br /&gt;
=== xerces ===&lt;br /&gt;
&lt;br /&gt;
Added&lt;br /&gt;
 #include &amp;lt;xercesc/framework/MemoryManager.hpp&amp;gt;&lt;br /&gt;
to&lt;br /&gt;
 extensions/src/ChannelArchiver/ThirdParty/xercesc/util/RefArrayOf.hpp&lt;br /&gt;
as mentioned in manual.&lt;br /&gt;
&lt;br /&gt;
===XML-Simple and Frontier===&lt;br /&gt;
&lt;br /&gt;
Worked exactly as described in manual.&lt;br /&gt;
&lt;br /&gt;
===Some general notes===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;/usr/local/bin&amp;lt;/tt&amp;gt; is not by default included in path which causes archiver making (when calling &amp;lt;tt&amp;gt;xmlrpc-c-config&amp;lt;/tt&amp;gt;) to fail. Just&lt;br /&gt;
 export PATH=$PATH:/usr/local/bin&lt;br /&gt;
&lt;br /&gt;
* I omited 'o' switch when extracting third party archives to prevent &amp;quot;Cannot&lt;br /&gt;
change ownership&amp;quot; errors.&lt;br /&gt;
&lt;br /&gt;
Remember to run &amp;lt;tt&amp;gt;make&amp;lt;/tt&amp;gt; in &amp;lt;tt&amp;gt;extensions/configure&amp;lt;/tt&amp;gt; prior to making ChannelArchiver.&lt;/div&gt;</summary>
		<author><name>GasperPajor</name></author>
	</entry>
	<entry>
		<id>https://wiki-ext.aps.anl.gov/epics/index.php?title=How_To_Install_Channel_Archiver_On_Scientific_Linux&amp;diff=1338</id>
		<title>How To Install Channel Archiver On Scientific Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki-ext.aps.anl.gov/epics/index.php?title=How_To_Install_Channel_Archiver_On_Scientific_Linux&amp;diff=1338"/>
		<updated>2006-02-14T07:57:16Z</updated>

		<summary type="html">&lt;p&gt;GasperPajor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For  [http://ics-web1.sns.ornl.gov/~kasemir/archiver/ Channel Archiver] installation refer to Channel Archiver Manual, Chapter 8: Setup, Installation.&lt;br /&gt;
&lt;br /&gt;
On [http://www.scientificlinux.org Scientific Linux] (version 4.1, gcc 3.4.3) the following should be taken in account in addition to Channel Archive Manual's instructions:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===w3c-libwww-devel===&lt;br /&gt;
&lt;br /&gt;
The w3c-libwww sources supplied with archiver did compile but xmlrpc's configure&lt;br /&gt;
didn't find it (probably path/location issues). I just grabbed the package from&lt;br /&gt;
internet and it worked ok;&lt;br /&gt;
 &lt;br /&gt;
 su -c &amp;quot;yum install w3c-libwww-devel&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
===xml rpc===&lt;br /&gt;
&lt;br /&gt;
I applied both patches mentioned in the manual and changed line 104 in&lt;br /&gt;
&amp;lt;tt&amp;gt;extensions/src/ChannelArchiver/ThirdParty/xmlrpc-c-0.9.9/src/validatee.c&amp;lt;/tt&amp;gt; where&lt;br /&gt;
 default:&lt;br /&gt;
was changed to&lt;br /&gt;
 default:;&lt;br /&gt;
in order to prevent compiler error.&lt;br /&gt;
&lt;br /&gt;
=== xerces ===&lt;br /&gt;
&lt;br /&gt;
Added&lt;br /&gt;
 #include &amp;lt;xercesc/framework/MemoryManager.hpp&amp;gt;&lt;br /&gt;
to&lt;br /&gt;
 extensions/src/ChannelArchiver/ThirdParty/xercesc/util/RefArrayOf.hpp&lt;br /&gt;
as mentioned in manual.&lt;br /&gt;
&lt;br /&gt;
===XML-Simple and Frontier===&lt;br /&gt;
&lt;br /&gt;
Worked exactly as described in manual.&lt;br /&gt;
&lt;br /&gt;
===Some general notes===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;/usr/local/bin&amp;lt;/tt&amp;gt; is not by default included in path which causes archiver making (when calling &amp;lt;tt&amp;gt;xmlrpc-c-config&amp;lt;/tt&amp;gt;) to fail. Just&lt;br /&gt;
 export PATH=$PATH:/usr/local/bin&lt;br /&gt;
&lt;br /&gt;
* I omited 'o' switch when extracting third party archives to prevent &amp;quot;Cannot&lt;br /&gt;
change ownership&amp;quot; errors.&lt;br /&gt;
&lt;br /&gt;
* Remember to run &amp;lt;tt&amp;gt;make&amp;lt;/tt&amp;gt; in &amp;lt;tt&amp;gt;extensions/configure&amp;lt;/tt&amp;gt; prior to making&lt;br /&gt;
ChannelArchiver.&lt;/div&gt;</summary>
		<author><name>GasperPajor</name></author>
	</entry>
	<entry>
		<id>https://wiki-ext.aps.anl.gov/epics/index.php?title=How_To_Install_Channel_Archiver_On_Scientific_Linux&amp;diff=1337</id>
		<title>How To Install Channel Archiver On Scientific Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki-ext.aps.anl.gov/epics/index.php?title=How_To_Install_Channel_Archiver_On_Scientific_Linux&amp;diff=1337"/>
		<updated>2006-02-14T07:53:33Z</updated>

		<summary type="html">&lt;p&gt;GasperPajor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For  [http://ics-web1.sns.ornl.gov/~kasemir/archiver/ Channel Archiver] installation refer to Channel Archiver Manual, Chapter 8: Setup, Installation.&lt;br /&gt;
&lt;br /&gt;
On [http://www.scientificlinux.org Scientific Linux] (version 4.1, gcc 3.4.3) the following should be taken in account in addition to Channel Archive Manual's instructions:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===w3c-libwww-devel===&lt;br /&gt;
&lt;br /&gt;
The w3c-libwww sources supplied with archiver did compile but xmlrpc's configure&lt;br /&gt;
didn't find it (probably path/location issues). I just grabbed the package from&lt;br /&gt;
internet and it worked ok;&lt;br /&gt;
 &lt;br /&gt;
 su -c &amp;quot;yum install w3c-libwww-devel&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
===xml rpc===&lt;br /&gt;
&lt;br /&gt;
I applied both patches mentioned in the manual and changed line 104 in&lt;br /&gt;
extensions/src/ChannelArchiver/ThirdParty/xmlrpc-c-0.9.9/src/validatee.c where&lt;br /&gt;
 default:&lt;br /&gt;
was changed to&lt;br /&gt;
 default:;&lt;br /&gt;
in order to prevent compiler error.&lt;br /&gt;
&lt;br /&gt;
=== xerces ===&lt;br /&gt;
&lt;br /&gt;
Added&lt;br /&gt;
 #include &amp;lt;xercesc/framework/MemoryManager.hpp&amp;gt;&lt;br /&gt;
to&lt;br /&gt;
 extensions/src/ChannelArchiver/ThirdParty/xercesc/util/RefArrayOf.hpp&lt;br /&gt;
as mentioned in manual.&lt;br /&gt;
&lt;br /&gt;
===XML-Simple and Frontier===&lt;br /&gt;
&lt;br /&gt;
Worked exactly as described in manual.&lt;br /&gt;
&lt;br /&gt;
===Some general notes===&lt;br /&gt;
&lt;br /&gt;
* /usr/local/bin is not by default included in path which causes archiver making&lt;br /&gt;
(when calling xmlrpc-c-config) to fail. Just&lt;br /&gt;
export PATH=$PATH:/usr/local/bin&lt;br /&gt;
&lt;br /&gt;
* I omited 'o' switch when extracting third party archives to prevent &amp;quot;Cannot&lt;br /&gt;
change ownership&amp;quot; errors.&lt;br /&gt;
&lt;br /&gt;
* Remember to run &amp;quot;make&amp;quot; in extensions/configure prior to making&lt;br /&gt;
ChannelArchiver.&lt;/div&gt;</summary>
		<author><name>GasperPajor</name></author>
	</entry>
	<entry>
		<id>https://wiki-ext.aps.anl.gov/epics/index.php?title=How_To_Install_Channel_Archiver_On_Scientific_Linux&amp;diff=1336</id>
		<title>How To Install Channel Archiver On Scientific Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki-ext.aps.anl.gov/epics/index.php?title=How_To_Install_Channel_Archiver_On_Scientific_Linux&amp;diff=1336"/>
		<updated>2006-02-14T07:52:12Z</updated>

		<summary type="html">&lt;p&gt;GasperPajor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For  [http://ics-web1.sns.ornl.gov/~kasemir/archiver/ Channel Archiver] installation refer to Channel Archiver Manual, Chapter 8: Setup, Installation.&lt;br /&gt;
&lt;br /&gt;
On [http://www.scientificlinux.org Scientific Linux] (version 4.1, gcc 3.4.3) the following should be taken in account in addition to Channel Archive Manual's instructions:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''w3c-libwww-devel'''&lt;br /&gt;
&lt;br /&gt;
The w3c-libwww sources supplied with archiver did compile but xmlrpc's configure&lt;br /&gt;
didn't find it (probably path/location issues). I just grabbed the package from&lt;br /&gt;
internet and it worked ok;&lt;br /&gt;
 &lt;br /&gt;
 su -c &amp;quot;yum install w3c-libwww-devel&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
'''xml rpc'''&lt;br /&gt;
&lt;br /&gt;
I applied both patches mentioned in the manual and changed line 104 in&lt;br /&gt;
extensions/src/ChannelArchiver/ThirdParty/xmlrpc-c-0.9.9/src/validatee.c where&lt;br /&gt;
default:&lt;br /&gt;
was changed to&lt;br /&gt;
default:;&lt;br /&gt;
in order to prevent compiler error.&lt;br /&gt;
&lt;br /&gt;
=== xerces ===&lt;br /&gt;
&lt;br /&gt;
Added&lt;br /&gt;
#include &amp;lt;xercesc/framework/MemoryManager.hpp&amp;gt;&lt;br /&gt;
to&lt;br /&gt;
extensions/src/ChannelArchiver/ThirdParty/xercesc/util/RefArrayOf.hpp&lt;br /&gt;
as mentioned in manual.&lt;br /&gt;
&lt;br /&gt;
o) XML-Simple and Frontier&lt;br /&gt;
&lt;br /&gt;
Worked exactly as described in manual.&lt;br /&gt;
&lt;br /&gt;
o) some general notes&lt;br /&gt;
&lt;br /&gt;
- /usr/local/bin is not by default included in path which causes archiver making&lt;br /&gt;
(when calling xmlrpc-c-config) to fail. Just&lt;br /&gt;
export PATH=$PATH:/usr/local/bin&lt;br /&gt;
&lt;br /&gt;
- I omited 'o' switch when extracting third party archives to prevent &amp;quot;Cannot&lt;br /&gt;
change ownership&amp;quot; errors.&lt;br /&gt;
&lt;br /&gt;
- Remember to run &amp;quot;make&amp;quot; in extensions/configure prior to making&lt;br /&gt;
ChannelArchiver.&lt;/div&gt;</summary>
		<author><name>GasperPajor</name></author>
	</entry>
</feed>