Re: [REQADM-Users-L] quick way to rebuild one binary?
Brought to you by:
rcopeland101,
slw
From: Rusty C. <rco...@ic...> - 2003-12-18 21:45:41
|
In the source code, after it has been configured, there is a file named config.conf. This is very similar to the install config file. If you set this file up with the values of the install config these values will be built into the binary you are trying to create. This should work with the sourceforge distribution but have not had time to validate this as yet. It use to be the case that the source code was mainly for the server and the clients had their own directory. Each directory will have it's own config.conf. Below is a sample config.conf file: string 1 32 reqadm.myserver.com#REQADM server hostname string 2 32 /usr/bin/perl#Pathname to execute Perl 5 interpreter at your s ite string 3 80 /var/spool/reqadm/mail#Directory where mail is spooled before submission to REQADM string 4 80 /opt/reqadm#REQADM home directory string 5 80 /usr/bin/gtar#Pathname to GNU Tar on your system string 6 80 /images/reqadm#Pathname to REQADM web images (from WWW document root ) string 7 80 /reqadm#Pathname to REQADM web directory (from WWW document root) string 8 80 /cgi-bin/reqadm#Pathname to REQADM's CGI-BIN directory (from WWW document root) string 9 80 /usr/local/Reqadm#Pathname to directory where REQADM clients will be installed number 1 6666 REQADM server TCP port number number 2 1111111111 Your assigned site code "A" number 3 2222222222 Your assigned site code "B" number 4 99 REQADM Administrative account user ID number Rusty > Matthew White <mw...@tt...> writes: > > > I'm attempting to hack in LDAP authentication support. How can I just > > rebuild reqadmd and run it without it complaining about it not being > > installed properly? > > AOL! ...that is, I'd like to know how to do this for xreqadm, so that > I can debug my problems with that program without the complete install > from scratch cycle for every little change. > > -tih > -- > Tom Ivar Helbekkmo, Senior System Administrator, EUnet Norway > www.eunet.no T: +47-22092958 M: +47-93013940 F: +47-22092901 > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Reqadm-users-l mailing list > Req...@li... > https://lists.sourceforge.net/lists/listinfo/reqadm-users-l > |