[Dbmail] 1.0 compilation problem

2002-12-14 Thread Oyku Gencay
Hi, I'm trying to compile dbmail on a RH 8 box. I've run build.sh and compilation went smoothly till the following line. config.o -L/usr/lib/mysql -I/usr/include/mysql/ -lmysqlclient user.c: In function `cget_salt': user.c:698: warning: implicit declaration of function `getpid' Is there somethin

Re: [Dbmail] 1.0 compilation problem

2002-12-15 Thread Oyku Gencay
I think I've solved the problem. In user.c I've added #include #include It compiled well and it seems to be working, but I couldn't verify it. Regards, Oyku > Hi, > > I'm trying to compile dbmail on a RH 8 box. > I've run build.sh and compilation went smoothly till the following > line. > >

Re: [Dbmail] 1.0 compilation problem

2002-12-17 Thread Oyku Gencay
hmm I didn't notice that. > well yes that's a bit sloppy from our part - but it is only a warning, > not an error. :) > > > Oyku Gencay heeft op zondag, 15 dec 2002 om 17:24 (Europe/Amsterdam) > het volgende geschreven: > >> I think I've solv