Op Tuesday 02 October 2007 21:49:17 schreef [EMAIL PROTECTED]: > Hi there, I'm just trying to install for the first time exim on Slackware > 12 and I'm having some trouble. > > A read about it and this is what i've got til now.. > > download a decompress.. > tar -xzvf exim-4.68.tar.gz > > copy src/EDITME to Local/Makefile > > edit Local/Makefile and put > > BIN_DIRECTORY=/usr/local/bin > CONFIGURE_FILE=/etc/exim/exim.conf > EXIM_USER=exim > EXIM_GROUP=exim > WITH_CONTENT_SCAN=yes > > then type make a make install and it's done.. > > to probe I type exim -bV > > and give me this error.. > bash: exim: command not found >
Did you try it like this: /usr/local/bin/exim -bV ? Look in /usr/local/bin for the exim binary, it should be something like exim-4.68-1 and a symlink called exim should point to it If not found: Were there any errors during the make-process? Are there more than one lines that read BIN_DIRECTORY in your Makefile? > ... > > other thing that come my attention is that I have only a exim.conf archive > on my /etc/exim... is that correct? > Yes -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
