|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
problem with courier-imap
I've been trying to install courier-imap for a week
on redhat 9 ,qmail+sql+vpopmail+courier-imap i ran /configure with the following options --prefix=/usr/local/courier-imap \ --disable-root-check \ --without-authpam \ --without-authldap \ --without-authpwd \ --without-authmysql \ --without-authpgsql \ --without-authshadow \ --without-authuserdb \ --without-authcustom \ --without-authcram \ --with-authdaemon \ --with-authvchkpw \ after i run make it gives the folowing errors gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authvchkpw modauthvchkpw.o libauthmod.a libauth.a ../numlib/libnumlib.a ../md5/libmd5.a ../sha1/libsha1.a -L/home/vpopmail/lib -lvpopmail -L/usr/local/mysql/lib -lmysqlclient -lz -lm -lcrypt -lm -lcrypt /usr/bin/ld: cannot find -lmysqlclient I also tried using CPPFLAGS="-I/usr/local/mysql/include" \ LDFLAGS="-L/usr/local/mysql/lib -lmysqlclient -lz" but still no luck...please help!!!! |
|
#2
|
||||
|
||||
|
On your configure command, you need to add one more...
--enable-libdir=/usr/lib/mysql/ Try running it without the CPPFLAGS or LDFLAGS... I dont think you need them. Here's my full configure command... you may want to consider some of these... ./configure \ --enable-roaming-users=y \ --enable-logging=y \ --enable-ip-alias-domains=y \ --enable-auth-module=mysql \ --enable-clear-passwd=n \ --enable-libdir=/usr/lib/mysql/ \ --enable-tcpserver-path=/home/vpopmail/etc/ \ --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp \ --enable-qmail-ext \ --enable-logging=e \ --enable-tcprules-prog=/usr/local/bin/tcprules \ --enable-rebuild-tcpserver-file \ --enable-mysql-limits \ --enable-domainquotas |
![]() |
| Viewing: Dev Shed Forums > System Administration > Mail Server Help > problem with courier-imap |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|