
vulture at netvulture
Jan 14, 2009, 2:06 PM
Post #4 of 4
(329 views)
Permalink
|
in your dbmail.conf change pid_directory = /var/run/dbmail* *then create the /var/run/dbmail directory owned by nobody:nogroup. Launching the daemon will then work properly. -Jon Cody Stewart wrote: > Thanks. That fixed that issue. Now I am having an issue with starting > the imapd. > version = dbmail 2.3.5 > > Jan 14 16:01:47 hostname dbmail/pop3d[3372]: [0x8309cc8] > EMERGENCY:[pidfile] pidfile_create(+113): Cannot open pidfile > [/var/run/dbmail-pop3d.pid], error was [Permission denied] > > the nogroup and nouser are there. > > > > On Wed, Jan 14, 2009 at 12:48 PM, Paul J Stevens <paul[at]nfg.nl > <mailto:paul[at]nfg.nl>> wrote: > > > Your version of glib is too old. This particular function appeared in > glib-2.14 > > > > Cody Stewart wrote: > > make all returns this error. Any ideas? > > > > > > > > creating libdbmail.la <http://libdbmail.la> <http://libdbmail.la> > > (cd .libs && rm -f libdbmail.la <http://libdbmail.la> > <http://libdbmail.la> && ln -s > > ../libdbmail.la <http://libdbmail.la> <http://libdbmail.la> > libdbmail.la <http://libdbmail.la> <http://libdbmail.la>) > > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 > > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > > -I/usr/include/gmime-2.0 -I/usr/incl/glib-2.0/include -W -Wall > > -Wpointer-arith -Wstrict-prototypes -MT main.o -MD -MP -MF > > ".deps/main.Tpo" -c -o main.o main.c; \ > > then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f > > ".deps/main.Tpo"; exit 1; fi > > /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 > > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > > -I/usr/include/gmime-2.0 -I/usr/incb/glib-2.0/include -W -Wall > > -Wpointer-arith -Wstrict-prototypes -export-dynamic -lcrypt -L/lib > > -lglib-2.0 -L/lib -lgmime-2.0 -lz -lnsl -l -lm -lmhash > -levent -lssl > > -lzdb -o dbmail-deliver main.o libdbmail.la > <http://libdbmail.la> <http://libdbmail.la> > > gcc -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > > -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 > > -I/usr/lib/glib-2.0/include - -Wstrict-prototypes -o > > .libs/dbmail-deliver main.o -Wl,--export-dynamic -lcrypt -L/lib > > -lgmime-2.0 -lz -lnsl -lgobject-2.0 -lglib-2.0 -lm -zdb > > ./.libs/libdbmail.so -Wl,--rpath -Wl,/usr/local/lib/dbmail > > ../.libs/libdbmail.so: undefined reference to > `g_string_append_vprintf' > > collect2: ld returned 1 exit status > > make[3]: *** [dbmail-deliver] Error 1 > > make[3]: Leaving directory `/downloads/dbmail-2.3.5/src' > > make[2]: *** [all-recursive] Error 1 > > make[2]: Leaving directory `/downloads/dbmail-2.3.5/src' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/downloads/dbmail-2.3.5' > > make: *** [all] Error 2 > > > > > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > DBmail mailing list > > DBmail[at]dbmail.org <mailto:DBmail[at]dbmail.org> > > https://mailman.fastxs.nl/mailman/listinfo/dbmail > > > -- > ________________________________________________________________ > Paul Stevens paul at nfg.nl > <http://nfg.nl> > NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 > The Netherlands________________________________http://www.nfg.nl > > > > -- > This message has been scanned for viruses and > dangerous content by *MailScanner* <http://www.mailscanner.info/>, and is > believed to be clean. > ------------------------------------------------------------------------ > > _______________________________________________ > DBmail mailing list > DBmail[at]dbmail.org > https://mailman.fastxs.nl/mailman/listinfo/dbmail > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ DBmail mailing list DBmail[at]dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail
|