Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
6a040107
Commit
6a040107
authored
Aug 04, 1999
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a FAQ entry about building on BSDx systems.
parent
a117a18d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
doc/FAQ.txt
doc/FAQ.txt
+14
-0
No files found.
doc/FAQ.txt
View file @
6a040107
Zope Installation Frequently Asked Questions
--------------------------------------------
Installing Zope
1. I am trying to build Zope on my BSD based system, but I
keep getting "symbol not found" errors and the build
scripts stop. What do I do?
On some BSD based systems (BSDI, BSD/OS), you need to edit
the Makefile.pre.in files in your Zope installation to add
-rdynamic to the LDSHARED makefile variable. On some systems
it may also be necessary to change the file named 'do.py'
located in the 'inst' directory of your Zope installation,
changing the line: do('make') to: do('make -k').
Starting/Accessing your Zope installation
1. After installing Zope, I go to the URL in my web browser
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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