Experimental Physics and Industrial Control System
Hi all,
I just installed channel archiver (dated 2005-11-07) on Scientific Linux 4.1
(http://www.scientificlinux.org), which is a derivate of RedHat Enterprise.
gcc's version is 3.4.3.
I followed the installation instructions in the manual and below are some comments/additions to what is already written. I hope somebody will find
these remarks useful.
Regards,
Gasper Pajor
o) w3c-libwww-devel
The w3c-libwww sources supplied with archiver did compile but xmlrpc's configure
didn't find it (probably path/location issues). I just grabbed the package from
internet and it worked ok;
su -c "yum install w3c-libwww-devel"
o) xml rpc
I applied both patches mentioned in the manual and changed line 104 in
extensions/src/ChannelArchiver/ThirdParty/xmlrpc-c-0.9.9/src/validatee.c where
default:
was changed to
default:;
in order to prevent compiler error.
o) xerces
Added
#include <xercesc/framework/MemoryManager.hpp>
to
extensions/src/ChannelArchiver/ThirdParty/xercesc/util/RefArrayOf.hpp
as mentioned in manual.
o) XML-Simple and Frontier
Worked exactly as described in manual.
o) some general notes
- /usr/local/bin is not by default included in path which causes archiver making
(when calling xmlrpc-c-config) to fail. Just
export PATH=$PATH:/usr/local/bin
- I omited 'o' switch when extracting third party archives to prevent "Cannot
change ownership" errors.
- Remember to run "make" in extensions/configure prior to making
ChannelArchiver.
- Replies:
- Re: Channel Archiver on Scientific Linux Ralph Lange
- Navigate by Date:
- Prev:
some error about archive-viewer-14 liushu
- Next:
Re: Channel Archiver on Scientific Linux Ralph Lange
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
<2006>
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
- Navigate by Thread:
- Prev:
Re: some error about archive-viewer-14 Kay-Uwe Kasemir
- Next:
Re: Channel Archiver on Scientific Linux Ralph Lange
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
<2006>
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025