At 16/01/2004 16/01/2004 -0800, Russell Mann wrote:

Thanks Rick... I'm sure that's where I'm hanging up, but there are no good
instructions on how to do this, just "This is what you should do."

You should understand the reason. As you, with vpopmail, could use MySQL, ldap, Postgres, etc., I cannot point all possible problems coming from those products. I may just give you the direction, you have to do the rest.


So, I've tried several things in the Makefile, to no avail.
......
[snip]
......
-lcrypt /home/vpopmail/lib/libvpopmail.a \
-L/usr/lib/mysql -lmysqlclient
/usr/lib/mysql/libmysqlclient.a(my_compress.o): In function `my_uncompress':
my_compress.o(.text+0x9a): undefined reference to `uncompress'
/usr/lib/mysql/libmysqlclient.a(my_compress.o): In function
`my_compress_alloc':
my_compress.o(.text+0x12a): undefined reference to `compress'
collect2: ld returned 1 exit status
make: *** [qmail-smtpd] Error 1

You should check if mysql client libraries have dependencies, and need other external libraries.


Probably you need to add -lz in the Makefile (after -lcrypt), as you could miss those libraries.

Ciao,

Tonino


[EMAIL PROTECTED] Interazioni di Antonio Nati http://www.interazioni.it [EMAIL PROTECTED] ------------------------------------------------------------



Reply via email to