| 
									
										
										
										
											2005-12-05 03:32:56 +00:00
										 |  |  | Make sure you have the OpenLDAP version 2 include files installed. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | For Red Hat, this would be the openldap-devel package | 
					
						
							|  |  |  | for SuSE, this would be the openldap2-devel package | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Type "make" in the current directory.  If all goes well follow up with a  | 
					
						
							|  |  |  | "make install" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | To create an RPM, use one of the following commands: | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-06-12 21:43:55 +00:00
										 |  |  | make DISTRIBUTION=redhat rpm | 
					
						
							|  |  |  | make DISTRIBUTION=suse rpm | 
					
						
							| 
									
										
										
										
											2005-12-05 03:32:56 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | if you are running Red Hat or SuSE respectively. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-06-12 21:54:37 +00:00
										 |  |  | Solaris 8 and later: | 
					
						
							|  |  |  | Install the Blastwave OpenLDAP package.  For more information on Blastwave see | 
					
						
							|  |  |  | http://www.blastwave.org | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Tested with Blastwave and SFW gcc as well as Sun Studio cc (SUNWspro). | 
					
						
							|  |  |  | You will also need to use gmake instead of Solaris' make. | 
					
						
							|  |  |  | This line will compile ldap2dns with SUNWspro and Blastwave OpenLDAP: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | gmake CC=/opt/SUNWspro/bin/cc LD=/opt/SUNWspro/bin/cc \ | 
					
						
							|  |  |  |     CFLAGS=-I/opt/csw/include LDFLAGS="-L/opt/csw/lib -R/opt/csw/lib" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-07 23:45:26 +00:00
										 |  |  | For updates, changes and some documentation, see http://projects.alkaloid.net | 
					
						
							| 
									
										
										
										
											2005-12-05 03:32:56 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | Please send any problem or success reports to the maintainer. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | --  | 
					
						
							|  |  |  | Ben Klang <ben@alkaloid.net> | 
					
						
							|  |  |  | Alkaloid Networks | 
					
						
							| 
									
										
										
										
											2006-06-12 21:43:55 +00:00
										 |  |  | $Id$ |