On Thu, Apr 01, 2004 at 10:04:41PM +0200, simbo adeyemi wrote:
>
> In '--enable-cgibindir' and '--enable-imagedir', am i to replace both
> cgibindir and imagedir with the fullpaths to where the files will be? e.g
> '--enable-/usr/local/apache/cgi-bin' and
> ' --enable-/usr/local/apache/htdocs'
Again, yes you can do that, but if you have Apache already installed, then
the configure script will find everything for itself.
So I suggest you start with just
./configure
gmake configure-check
(that will tell you where it found the Apache stuff)
gmake
gmake check
su
gmake install-strip
gmake install-configure
cp sqwebmail/sqwebmail.pamconf /etc/pam.d/webmail
vi /usr/local/share/sqwebmail/authdaemonrc
===> authmodulelist="authpam"
and only change things if it doesn't work.
Brian.
>
> jasmine
>
> -----Original Message-----
> From: Brian Candler [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 02, 2004 10:31 AM
> To: simbo adeyemi
> Cc: [EMAIL PROTECTED]
> Subject: Re: [sqwebmail] Sqwebmail from Freebsd Ports.
>
>
> > > Anyway, i later discovered that sqwebmail was available for installation
> in
> > > my ports collection. Now in Freebsd, it is normally advisable to install
> > > packages from source.
> > > Please how do i remove or de-install completely the sqwebmail i
> installed
> > > from source? I want to do this before i reinstall from ports.
> >
> > rm -rf /usr/local/share/sqwebmail
>
> Oh and you will also have to find where it installed the CGI and the images,
> and remove those too. e.g.
>
> rm /usr/local/apache/cgi-bin/sqwebmail
> rm -rf /usr/local/apache/htdocs/images
>
> Regards,
>
> Brian.
>