Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
arc
Manage
Activity
Members
Labels
Plan
Wiki
Bugzilla
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nordugrid
arc
Commits
2b15506a
Commit
2b15506a
authored
16 years ago
by
Gabor Roczei
Browse files
Options
Downloads
Patches
Plain Diff
xmlsec1 update
parent
e8348793
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.OSX
+15
-5
15 additions, 5 deletions
README.OSX
with
15 additions
and
5 deletions
README.OSX
+
15
−
5
View file @
2b15506a
...
...
@@ -18,13 +18,23 @@ e.g.:
sudo port install swig
sudo port install python24
sudo port install openssl
sudo port install xmlsec
sudo port install cppunit
sudo port install gtime
sudo port install p5-xml-simple
(if you have python 2.5 you may need to install 'py25-hashlib' as well for md5)
2. Installing Globus Toolkit:
2. Installing xmlsec1:
Source code:
http://www.aleksey.com/xmlsec/download.html
Performing configuration and installation:
./configure --prefix=/Users/<user>/xmlsec1
make
make install
3. Installing Globus Toolkit:
a)
...
...
@@ -56,7 +66,7 @@ Building the Globus Toolkit from a source distribution:
http://wiki.nordugrid.org/index.php/Globus_Libraries
3
. Recommended environment variable settings and configuration options
4
. Recommended environment variable settings and configuration options
before the compilation:
export PATH="/opt/globus/bin:/opt/globus/sbin:/usr/local/bin:"\
...
...
@@ -69,10 +79,10 @@ before the compilation:
export GPT_LOCATION="/opt/globus"
export ARC_BARTENDER_URL="http://localhost:50000/Bartender"
./configure --with-dbcxx-include="/opt/local/include/db44" LDFLAGS="-L/opt/local/lib/db44"
./configure
--with-xmlsec1=/Users/<user>/xmlsec1
--with-dbcxx-include="/opt/local/include/db44" LDFLAGS="-L/opt/local/lib/db44"
4
. Building the software:
5
. Building the software:
To complete building and installation follow the instructions in the generic
README file.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment