Commit 6a040107 authored by 's avatar

Added a FAQ entry about building on BSDx systems.

parent a117a18d
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment