| 
									
										
										
										
											2006-10-05 00:43:05 +00:00
										 |  |  | 1) My build bails out with nearly three screens full of error messages! | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | If the first two lines of that error output look like: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ldap2dns.c:9:18: error: lber.h: No such file or directory | 
					
						
							|  |  |  | ldap2dns.c:10:18: error: ldap.h: No such file or directory | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | then you need to make the include files available to the compiler.  Usually that | 
					
						
							|  |  |  | means that the openldap-devel (openldap2-devel for SuSE) package needs to be | 
					
						
							|  |  |  | installed.  If you're running on Solaris or have installed OpenLDAP into a | 
					
						
							|  |  |  | non-standard location then you'll need to modify the Makefile to pass the path | 
					
						
							|  |  |  | to those header files to the compiler. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-02-18 20:15:08 +00:00
										 |  |  | 2) Where can I find a web interface? | 
					
						
							| 
									
										
										
										
											2008-05-15 01:02:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-06-12 21:43:55 +00:00
										 |  |  | The official web interface of ldap2dns is "Beatnik."  Beatnik is a module for | 
					
						
							|  |  |  | the Horde framework (http://www.horde.org).  Beatnik is actively developed and | 
					
						
							| 
									
										
										
										
											2006-12-25 07:40:01 +00:00
										 |  |  | can be considered beta status.  Early adopters are encouraged to checkout | 
					
						
							| 
									
										
										
										
											2010-02-18 20:15:08 +00:00
										 |  |  | the code from Horde Git repository. | 
					
						
							|  |  |  | The author uses Beatnik in production today. | 
					
						
							| 
									
										
										
										
											2005-12-07 23:45:26 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-02-18 20:15:08 +00:00
										 |  |  | See http://www.horde.org for more information. | 
					
						
							| 
									
										
										
										
											2005-12-07 23:38:01 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-08 20:36:26 +00:00
										 |  |  | # $Id$ |