Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
a185317a
Commit
a185317a
authored
Mar 17, 2007
by
David Johnson
Browse files
Update ulsshxmlrpcpp.
parent
d0b1dbac
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/UPDATING
View file @
a185317a
...
...
@@ -18,6 +18,33 @@ Note that some instructions may have steps that need to occur at a few
different points in the install process - these are marked with the
earliest time one of the steps needs to occur.
20070317: Before build.
Due to a change in gcc's handling of c++ bools in functions with
variable argument lists, you will need to reinstall ulsshxmlrpcpp and
rebuild/reinstall in your testbed source tree so that the event
system is recompiled against the new version.
* Grab this file from our website and unpack it somewhere convenient
on your boss node:
http://www.emulab.net/downloads/ulsshxmlrpcpp-0.1.2.tar.gz
* Unpack, configure, build, install:
cd someplace
tar xzf ulsshxmlrpcpp-0.1.2.tar.gz
mkdir ulbuild
cd ulbuild
../ulsshxmlrpcpp-0.1.2/configure
gmake && gmake install
* Rebuild your testbed source tree:
cd testbed-build-dir
gmake && gmake install
20061201: Time to upgrade your mysql ... If you are still running
FreeBSD 4.10 on your boss node, then you are almost certainly
running an ancient version of mysql (3.23). In lieu of upgrading
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment