> In yesterday's email to this list, I described how I was unable to make
> hypermail, because it does not find -lgdbm
>
> You recommended that I remove the line in src/Makefile that mentions
> -lgdbm. I did that by simply commenting out this line: #OPT_LIBS= -lgdbm
>
> Unfortunately, when I run make now, it generates several protests and then
> stops.
...
> file.o: In function `matches_existing':
> /usr/home/safire12/usr/local/etc/httpd/vhosts/cpaai/members_only/email_archi
> ves/cpabbd/hypermail-2.1.4/src/file.c(.text+0xcb1): undefined reference to
> `gdbm_open'
...
> Is gdbm necessary after all?
It's odd. It means that configure discovered that you have it and set the correct defines for building with gdbm support, but when trying to link with it later it fails.
> Or is there a way to install hypermail without it?
Try using something like ./configure --with-gdbm=/nonexisting/path
> Is gdbm only used for cgi scripts or mail scripts, or some such thing?
No, it's used to store stuff in a gdbm database. That's an option you won't have when building without it.
-- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`olReceived on Wed 06 Mar 2002 09:22:12 AM GMT
This archive was generated by hypermail 2.3.0 : Sat 13 Mar 2010 03:46:12 AM GMT GMT