Roger Arnold wrote: I am still a newbie regarding Qmail, Vpopmail etc., and urgently need some help. I am running RH7 with the upgrades installed and I created a symlink for tcp.smtp from /etc/tcp.smtp to ~vpopmail/etc/tcp.smtp and I have tried changeing the permissions of the file to vpopmail.vchkpw from root.root but still no success. Now I really need some help please. I have been trying to compile and install Vpopmail but the compile stops suddenly with an error: make[2]: *** No rule to make target 'cdb/*.o', needed by 'libvpopmail.a'. Stop. I have looked until I am blue in the face trying to sort out the error, but have come to a dead end. ----------------------------------------------------------------- My configure script #!/bin/sh ./configure --mandir=/usr/share/man \ --enable-mysql=y \ --enable-sqlincdir=/usr/include/mysql \ --enable-sqllibdir=/usr/lib/mysql \ [EMAIL PROTECTED] \ --enable-tcprules-prog=/usr/local/bin/tcprules \ --enable-logging=y \ --enable-log-name=vpopmail \ --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp \ --enable-roaming-users=y ------------------------------------------------------------------ The results after compiling make AM_INSTALL_PROGRAM_FLAGS=-s install make[1]: Entering directory `/usr/src/VpopMail 4.9.8/vpopmail-4.9.8' Making install in cdb make[2]: Entering directory `/usr/src/VpopMail 4.9.8/vpopmail-4.9.8/cdb' make[2]: Nothing to be done for `install'. make[2]: Leaving directory `/usr/src/VpopMail 4.9.8/vpopmail-4.9.8/cdb' make[2]: Entering directory `/usr/src/VpopMail 4.9.8/vpopmail-4.9.8' gcc -I. -I/usr/include/mysql -g -O2 -Wall -c safestring.c gcc -I. -I/usr/include/mysql -g -O2 -Wall -c vpopmail.c gcc -I. -I/usr/include/mysql -g -O2 -Wall -c md5.c gcc -I. -I/usr/include/mysql -g -O2 -Wall -c bigdir.c gcc -I. -I/usr/include/mysql -g -O2 -Wall -c vauth.c gcc -I. -I/usr/include/mysql -g -O2 -Wall -c file_lock.c make[2]: Leaving directory `/usr/src/VpopMail 4.9.8/vpopmail-4.9.8' make[1]: Leaving directory `/usr/src/VpopMail 4.9.8/vpopmail-4.9.8' make install-strip make[2]: *** No rule to make target 'cdb/*.o', needed by 'libvpopmail.a'. Stop. make[1]: *** [install-recursive] Error 1 make: *** [install-strip] Error 2
