/[dgee]/dgee/INSTALL
ViewVC logotype

Diff of /dgee/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by csmith, Wed Oct 15 11:06:39 2003 UTC revision 1.6 by csmith, Thu Oct 23 20:57:35 2003 UTC
# Line 5  Suggested steps for building the dgee ar Line 5  Suggested steps for building the dgee ar
5     (goldwater requires expat and readline (and readline-devel as it needs the     (goldwater requires expat and readline (and readline-devel as it needs the
6     header files for compilation)     header files for compilation)
7  3. Configure and install pnet and pnetlib  3. Configure and install pnet and pnetlib
8  4. Configure and install DGEE somewhere like your HOME directory  4. Configure and install DGEE somewhere like /usr/local (the default location)
    (it has a release tree dgee/*)  
9    
10  5. Configure Apache as described below.  5. Configure Apache as described below.
11    
# Line 49  Apache v1 support is enabled by default. Line 48  Apache v1 support is enabled by default.
48  To configure DGEE for use with Apache v1, then use --with-apache=  To configure DGEE for use with Apache v1, then use --with-apache=
49  If apache apxs is not available on the build machine, there is a pre-built  If apache apxs is not available on the build machine, there is a pre-built
50  apache/precompiled/mod_dgee.so that may be copied into the DGEE libdir  apache/precompiled/mod_dgee.so that may be copied into the DGEE libdir
51  [dgee_install_base]/etc/mod_dgee.so  [dgee_install_base]/libexec/mod_dgee.so
52    
53  Apache is last in the build process just incase apxs cannot be found.  Apache is last in the build process just incase apxs cannot be found.
54    
55  It may warn with the following message on apache startup:  It may warn with the following message on apache startup:
56  [warn] Loaded DSO /usr/local/etc/mod_dgee.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)  [warn] Loaded DSO /usr/local/libexec/mod_dgee.so uses plain Apache 1.3 API, this
57    module might crash under EAPI! (please recompile it with -DEAPI)
58    
59  This appears to be okay and has not so-far caused any problems.  The solution  This appears to be okay and has not so-far caused any problems.  The solution
60  is to build mod_dgee.so yourself against your installed apache.  is to build mod_dgee.so yourself against your installed apache.
61    
   
 Once built and installed, you should set the profile of the DGEE owner to  
 dot src the dgeeenv.sh file to set up the environment.  
   
 ie add the line:  
 . [dgee_install_base]/share/dgee/dgeeenv.sh  
   
 to the users .profile (or .bash_profile)  
   
   
62  Apache 2 Notes:  Apache 2 Notes:
63  ---------------  ---------------
64  Apache 2 is disabled by default, enable it with --with-apache2 (you may want to  Apache 2 is disabled by default, enable it with --with-apache2 (you may want to
# Line 79  apache2/precompiled/mod_dgee2.so that ma Line 69  apache2/precompiled/mod_dgee2.so that ma
69  [dgee_install_base]/etc/mod_dgee2.so  [dgee_install_base]/etc/mod_dgee2.so
70    
71    
72    Once Installed
73    --------------
74    Once built and installed, you should set the profile of the DGEE owner to
75    dot src the dgeeenv.sh file to set up the environment.
76    
77    ie add the line:
78    . [dgee_install_base]/share/dgee/dgeeenv.sh
79    
80    to the users .profile (or .bash_profile)
81    
82    (This used to be mandatory but with DotGNU 0.1 all the DGEE command line tools
83     work without the environment being set up so this step may be skipped. It is
84     left documented here for reference as experienced users may do things with the
85     DGEE outside the supplied command line tools).
86    
87    
88  IPC Resources  IPC Resources
89  -------------  -------------

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26