Hi All,

Maybe someone has similar experience. I am out of ideas, and fixes.
I have production and a test FreeBSD server, running 4.4.
Same versions of gcc and gmake:
gcc version 2.95.3 20010315 (release)
GNU Make version 3.79.1

I have no problem compiling and getting to install courier on one of the test box, but 
on the
production server I can't pass gmake.
Here is the output:
i ran same config options on both boxes:
as a user (no root)
./configure --prefix=/usr/lib/courier --with-mailuser=courier --with-mailgroup=courier
--without-authpwd --without-authshadow --without-authpam --without-authmysql 
--without-authpgsql
gmake
Error:
ar cru libgdbmobj.a gdbmobj.o gdbmobj2.o gdbmobj3.o 
ranlib libgdbmobj.a
c++ -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -c testgdbm.C
In file included from testgdbm.C:1:
gdbmobj.h:11: gdbm.h: No such file or directory
gmake[1]: *** [testgdbm.o] Error 1
gmake[1]: Leaving directory `/A/INSTALL/courier-imap-1.4.2/gdbmobj'
gmake: *** [all-recursive] Error 1

on the production server I get error on gdbm header, which is properly located in
/usr/local/include.
I did make sure that gcc is pooling libraries from /usr/local/lib ... ldconfig -r.
I did notice that some people had problem with gcc not including /usr/local/include 
for header
files.
I compared the config scripts and cache files between boxes and couldn't find anything 
wrong.

any suggestions greatly appreciated ...
                                                Sasha 

=====
Sasha Kacanski

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to