Re: [Dbmail] problem compiling 1.0

2003-01-31 Thread
the default library settings don't work for you obviously; try running build.sh and change the library settings to use cryptlib and zlib: The libraries are currently set to [-lmysqlclient -lcrypto]. Enter new libraries (preceed each by -l) or press RETURN to keep this setting: -lmysqlclient -l

Re: [Dbmail] problem compiling 1.0

2003-01-31 Thread Andrea Sisti
Hi shon, probably the compiler didn't found crypto libraries; where are them? try find / -name "*crypto*" -print -L/usr/lib/mysql/-I/usr/include/mysql/ -lmysqlclient -lcrypto Best regards Andy On 2003.01.31 05:08 shon wrote: i am trying to compile 1.0 and