On Tue, Apr 05, 2005 at 10:06:29PM +0200, Paul J Stevens wrote: > Ah. I fixed this one. Committed the patch two hours ago or so. This refers > to > > http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=0000079 > > So either try the 2_0 branch, or pickup the next daily 2.0 snapshot which > should appear around 23:00 GMT/01:00 CET
Paul, That is great, thanks! And now everything does in fact compile. however, doing a make install gets me (even after I set LD_LIBRARY_PATH as suggested): /bin/bash ../buildtools/mkinstalldirs /usr/local/man/man1 /opt/sfw/bin/ginstall -c -m 644 ./dbmail-smtp.1 /usr/local/man/man1/dbmail-smtp.1 /bin/bash ../buildtools/mkinstalldirs /usr/local/man/man8 /opt/sfw/bin/ginstall -c -m 644 ./dbmail-pop3d.8 /usr/local/man/man8/dbmail-pop3d.8 /opt/sfw/bin/ginstall -c -m 644 ./dbmail-imapd.8 /usr/local/man/man8/dbmail-imapd.8 /opt/sfw/bin/ginstall -c -m 644 ./dbmail-users.8 /usr/local/man/man8/dbmail-users.8 /opt/sfw/bin/ginstall -c -m 644 ./dbmail-util.8 /usr/local/man/man8/dbmail-util.8 /opt/sfw/bin/ginstall -c -m 644 ./dbmail-lmtpd.8 /usr/local/man/man8/dbmail-lmtpd.8 gmake[3]: Leaving directory `/root/dbmail/man' gmake[2]: Leaving directory `/root/dbmail/man' gmake[1]: Leaving directory `/root/dbmail/man' gmake[1]: Entering directory `/root/dbmail' gmake[2]: Entering directory `/root/dbmail' /bin/bash ./buildtools/mkinstalldirs /usr/local/lib /bin/bash ./libtool --mode=install /opt/sfw/bin/ginstall -c libdbmail.la /usr/local/lib/libdbmail.la libtool: install: warning: relinking `libdbmail.la' (cd /root/dbmail; /bin/bash ./libtool --mode=relink gcc -fomit-frame-pointer -g -O2 -W -Wall -Wpointer-arith -Wstrict-prototypes -o libdbmail.la -rpath /usr/local/lib config.lo debug.lo list.lo dbmd5.lo md5.lo db.lo misc.lo mime.lo pidfile.lo server.lo serverchild.lo pool.lo header.lo pipe.lo forward.lo dsn.lo pgsql/libpgsqldbmail.la sort/libsortdbmail.la auth/libauthdbmail.la -L/usr/local/pgsql/lib -lpq ) mv: cannot access libdbmail.0.0.0 libtool: install: error: relink `libdbmail.la' with the above command before installing it gmake[2]: *** [install-libLTLIBRARIES] Error 1 gmake[2]: Leaving directory `/root/dbmail' gmake[1]: *** [install-am] Error 2 gmake[1]: Leaving directory `/root/dbmail' gmake: *** [install-recursive] Error 1 Any ideas? --Patrick
