OK, I just untarred the snapshot from a couple of days ago. All is right with the world. It compiled. Of course now there's all that configuraton to do. :-) It looks like a very interesting product and it just might be exactly what I'm looking for. So far I'm impressed.
the config.c was there. I didn't have the right path to my mysql.h file. I was tired the other night when I did this. I've got to learn to do this stuff in the mornings when I have concentration. :-) Thanks for your help. Curtis Ryan Butler said: > On Wed, 2003-02-05 at 19:52, Curtis Maurand wrote: > > You have not provided enough details to accurately pinpoint your > problem. What build mechanism did you use? ./configure? build.sh? It > looks like you're missing the config.c file in your compilation. > Patches to the autoconf stuff to allow this were posted, but may not > have made it to cvs. More information required to accurately solve > your problem > > -- > Ryan Butler <[EMAIL PROTECTED]> > ADI Internet Solutions > >> same deal with gcc296 and 3.2. Its almost like there's a file missing >> somewhere. >> >> Here is what I get: >> >> ock.c >> gcc296 -g -O2 -o dbmail-smtp -lmysqlclient list.o debug.o dbmd5.o >> md5.o mime.o main.o pipe.o bounce.o forward.o memblock.o >> mysql/libmysqldbmail.a main.o: In function `main': >> /root/dbmail/main.c:64: undefined reference to `ReadConfig' >> /root/dbmail/main.c:65: undefined reference to `ReadConfig' >> /root/dbmail/main.c:66: undefined reference to `SetTraceLevel' >> /root/dbmail/main.c:67: undefined reference to `GetDBParams' >> pipe.o: In function `insert_messages': >> pipe.o(.text+0xa5e): undefined reference to `GetConfigValue' >> pipe.o(.text+0xa8e): undefined reference to `GetConfigValue' >> pipe.o: In function `send_notification': >> pipe.o(.text+0xdc1): undefined reference to `GetConfigValue' >> pipe.o: In function `send_reply': >> pipe.o(.text+0xef6): undefined reference to `GetConfigValue' >> bounce.o: In function `bounce': >> /root/dbmail/bounce.c:30: undefined reference to `GetConfigValue' >> bounce.o:/root/dbmail/bounce.c:34: more undefined references to >> `GetConfigValue' follow >> collect2: ld returned 1 exit status >> make[1]: *** [dbmail-smtp] Error 1 >> make[1]: Leaving directory `/root/dbmail' >> make: *** [all-recursive] Error 1 >> [EMAIL PROTECTED] dbmail]# >> > > > _______________________________________________ > Dbmail mailing list > Dbmail@dbmail.org > https://mailman.fastxs.nl/mailman/listinfo/dbmail