From: Rob M. <rob...@gm...> - 2007-05-16 16:12:32
|
On 5/16/07, Pongthep Kulkrisada <ptk...@gm...> wrote: > > > Can I skip step 1) and carry on with steps 2), 3) and 4)? > > > I have the binary of /usr/local/bin/cvsup > > > > Yup, that will be fine. > So what I shall do are > - mv /usr/ports/* /somewhere/else/ No, leave it alone. > - cp /usr/share/examples/cvsup/ports-supfile /root > - vim /root/ports-supfile > - cvsup -g -L 2 /root/ports-supfile Yes > - cd /usr/ports/mail/fetchmail > - make install Yes > - I shall do the same with its dependencies i.e. ca-roots, gettext, gmake, libiconv as ports should not know dependency. Actually, the ports *WILL* know the dependencies, though ca-roots isn't a dependency. > Nope, those 3 errors still exist. > > fetchmail: Server certificate verification error: unable to get local issuer certificate > fetchmail: Server certificate verification error: certificate not trusted > fetchmail: Server certificate verification error: unable to verify the first certificate Take a look at the section on "sslcertpath" in the manual. You either need to run c_rehash (comes with OpenSSL), or tell fetchmail where to find the certificates. -- Please keep list traffic on the list. Rob MacGregor Whoever fights monsters should see to it that in the process he doesn't become a monster. Friedrich Nietzsche |