Administrator
Sat, 09 Jun 2001 09:10:10 -0700
Hi all, Moving along running the command ./configure --includedir /usr/local/include/ fixes the kludge , however, compile still fails with; gcc -DAUTH_LDAP -DSERVER_CONFIG=\"/usr/local/vk/etc/Server.config\" -o gnu-pop3d apop.o auth.o capa.o dele.o extra.o getopt.o getopt1.o gnu-pop3d.o list.o md5.o noop.o quit.o retr.o rset.o stat.o top.o uidl.o user.o ldap.o -ldl -lpam -lldap -llber /usr/libexec/elf/ld: cannot find -ldl *** Error code 1 Stop in /usr/home/vishwa/vk/gnu-pop3d. ----- Original Message ----- From: "Raju Mathur" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 04, 2001 3:14 AM Subject: FreeBSD and Gnu-pop3d > Hi Dave, > > Can you run the following command in the vk/gnu-pop3d directory and > send me the resulting Makefile? I'll incorporate it in the next > upload. > > Command: > > CFLAGS=-O6 ./configure > > Plans for Cyrus-Imapd are stilll on, but I'm not sure if Cyrus will > support Mailbox format, which is what we need (I'm not ready to shift > to Maildir right now). Reading the documentation, a page a day :-) > > Also, we have to resolve issues regarding mailbox privacy with Cyrus: > we don't want a user being able to read all the mailboxes for a > domain, do we? :-) > > Regards, > > -- Raju > > >>>>> "Dave" == Administrator <[EMAIL PROTECTED]> writes: > > Dave> Free BSD (and others) do not like to compile Gnupop3d > Dave> Firstly, not all headers are in /usr/include, especially the > Dave> ldap headers are in /usr/local/include and the compiler just > Dave> cannot find them as such. I kludged this with sym links to > Dave> ldap.h , ldap_cdefs.h, and lber.h Now it compiles right > Dave> through until it begins linking then "cannot find -ldl " > > Dave> So It seems that with the ldap mod to Gnu-pop3d, This > Dave> program, without a re write simply will not compile on > Dave> FreeBSD, Sun, etc!! > > Dave> The world does not revolve around LINUX, Are there still > Dave> plans to use Cyrus-Imapd > -- > Raju Mathur [EMAIL PROTECTED] http://kandalaya.org/ > >