commit 3f57b4d283b2153ecb26641955b943028cd7dcad from: jrmu date: Tue Aug 16 04:00:19 2022 UTC Daily backup commit - fc8a84f29becf24c63ae2c985637c885ff1e1781 commit + 3f57b4d283b2153ecb26641955b943028cd7dcad blob - /dev/null blob + b96f43865a97665c1041cc45ca8f8f5fe1d7398f (mode 644) --- /dev/null +++ wiki.d/Eggdrop193.Install @@ -0,0 +1,16 @@ +version=pmwiki-2.2.130 ordered=1 urlencoded=1 +agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0 +author=Ran +charset=UTF-8 +csum= +ctime=1660497438 +host=2405:8d40:b91:7a61:c16e:cb45:6bc2:c104 +name=Eggdrop193.Install +rev=1 +targets=Gnupg.Signature,Eggdrop.Simple,Openbsd.Tcltls +text=(:title Install Eggdrop 1.9.3:)%0a%0aTo install eggdrop:%0a%0a[@%0a$ cd ~%0a$ ftp https://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9.3.tar.gz%0a@]%0a%0a'''OPTIONAL''': Verify that your eggdrop was downloaded securely using [[gnupg/signature|GPG]]:%0a%0a[@%0a$ ftp https://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9.3.tar.gz.asc%0a$ ftp https://www.eggheads.org/gpg/eggheads.pub%0a$ gpg --import eggheads.pub%0a$ gpg --verify eggdrop-1.9.3.tar.gz.asc eggdrop-1.9.3.tar.gz%0agpg: Signature made Mon May 31 23:45:58 2021 CST%0agpg: using RSA key E01C240484DE7DBE190FE141E7667DE1D1A39AFF%0agpg: Good signature from "Eggheads Development Group (Eggdrop Signing Key) %3ceggdrop@eggheads.org>" [unknown]%0agpg: WARNING: This key is not certified with a trusted signature!%0agpg: There is no indication that the signature belongs to the owner.%0aPrimary key fingerprint: E01C 2404 84DE 7DBE 190F E141 E766 7DE1 D1A3 9AFF%0a@]%0a%0aYou should see a message similar to above, showing that there is a good signature. If it reports a bad signature, you should stop and repeat the steps above. If the problem continues, report the issue.%0a%0aExtract the tarball then compile.%0a%0a[@%0a$ tar xvzf eggdrop-1.9.3.tar.gz%0a$ cd eggdrop-1.9.3%0a$ ./configure --with-tcllib=/usr/local/lib/libtcl86.so.1.8%0a$ make config%0a$ make%0a@]%0a%0aIn the next step, you want to replace %3cbotname> with your bot's name. This will install eggdrop into that folder:%0a%0a[@%0a$ make install DEST=~/%3cbotname>%0a@]%0a%0aFor example, if your bot is examplebot, you might run:%0a%0a[@%0a$ make install DEST=~/examplebot%0a@]%0a%0a'''OPTIONAL''': Delete the tarball and source files:%0a%0a[@%0a$ cd ~%0a$ rm ~/eggdrop-1.9.3.tar.gz%0a$ rm ~/eggheads.pub%0a$ rm -r ~/eggdrop-1.9.3%0a@]%0a%0aReplace %3cbotname> with your bot's name:%0a%0a[@%0a$ cd ~/%3cbotname>%0a@]%0a%0aAfterwards, you will want to [[eggdrop/simple|configure eggdrop.conf]].%0a%0a!! Troubleshooting%0a%0aCheck logs/ for error messages.%0a%0a# [16:36:01] ^BRSS HTTP Error^B: https://wiki.ircnow.org/Site/AllRecentChanges?action=rss (State: error)\\%0aThis is due to an obsolete [[openbsd/tcltls|tcltls]]. You'll need to compile the latest release from source.%0a%0aEdit eggdrop.conf or Create your own configuration file (.conf) using nano or vi then run it using:%0a[@%0a$ ./eggdrop -m %3cconfiguration filename>.conf%0a@]%0a%0aTo verify the signature:%0a%0a[@%0a$ gpg --keyserver ha.pool.sks-keyservers.net --recv-key E01C240484DE7DBE190FE141E7667DE1D1A39AFF%0a@]%0a +time=1660497438 +title=Install Eggdrop 1.9.3 +author:1660497438=Ran +diff:1660497438:1660497438:=1,82d0%0a%3c (:title Install Eggdrop 1.9.3:)%0a%3c %0a%3c To install eggdrop:%0a%3c %0a%3c [@%0a%3c $ cd ~%0a%3c $ ftp https://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9.3.tar.gz%0a%3c @]%0a%3c %0a%3c '''OPTIONAL''': Verify that your eggdrop was downloaded securely using [[gnupg/signature|GPG]]:%0a%3c %0a%3c [@%0a%3c $ ftp https://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9.3.tar.gz.asc%0a%3c $ ftp https://www.eggheads.org/gpg/eggheads.pub%0a%3c $ gpg --import eggheads.pub%0a%3c $ gpg --verify eggdrop-1.9.3.tar.gz.asc eggdrop-1.9.3.tar.gz%0a%3c gpg: Signature made Mon May 31 23:45:58 2021 CST%0a%3c gpg: using RSA key E01C240484DE7DBE190FE141E7667DE1D1A39AFF%0a%3c gpg: Good signature from "Eggheads Development Group (Eggdrop Signing Key) %3ceggdrop@eggheads.org>" [unknown]%0a%3c gpg: WARNING: This key is not certified with a trusted signature!%0a%3c gpg: There is no indication that the signature belongs to the owner.%0a%3c Primary key fingerprint: E01C 2404 84DE 7DBE 190F E141 E766 7DE1 D1A3 9AFF%0a%3c @]%0a%3c %0a%3c You should see a message similar to above, showing that there is a good signature. If it reports a bad signature, you should stop and repeat the steps above. If the problem continues, report the issue.%0a%3c %0a%3c Extract the tarball then compile.%0a%3c %0a%3c [@%0a%3c $ tar xvzf eggdrop-1.9.3.tar.gz%0a%3c $ cd eggdrop-1.9.3%0a%3c $ ./configure --with-tcllib=/usr/local/lib/libtcl86.so.1.8%0a%3c $ make config%0a%3c $ make%0a%3c @]%0a%3c %0a%3c In the next step, you want to replace %3cbotname> with your bot's name. This will install eggdrop into that folder:%0a%3c %0a%3c [@%0a%3c $ make install DEST=~/%3cbotname>%0a%3c @]%0a%3c %0a%3c For example, if your bot is examplebot, you might run:%0a%3c %0a%3c [@%0a%3c $ make install DEST=~/examplebot%0a%3c @]%0a%3c %0a%3c '''OPTIONAL''': Delete the tarball and source files:%0a%3c %0a%3c [@%0a%3c $ cd ~%0a%3c $ rm ~/eggdrop-1.9.3.tar.gz%0a%3c $ rm ~/eggheads.pub%0a%3c $ rm -r ~/eggdrop-1.9.3%0a%3c @]%0a%3c %0a%3c Replace %3cbotname> with your bot's name:%0a%3c %0a%3c [@%0a%3c $ cd ~/%3cbotname>%0a%3c @]%0a%3c %0a%3c Afterwards, you will want to [[eggdrop/simple|configure eggdrop.conf]].%0a%3c %0a%3c !! Troubleshooting%0a%3c %0a%3c Check logs/ for error messages.%0a%3c %0a%3c # [16:36:01] ^BRSS HTTP Error^B: https://wiki.ircnow.org/Site/AllRecentChanges?action=rss (State: error)\\%0a%3c This is due to an obsolete [[openbsd/tcltls|tcltls]]. You'll need to compile the latest release from source.%0a%3c %0a%3c Edit eggdrop.conf or Create your own configuration file (.conf) using nano or vi then run it using:%0a%3c [@%0a%3c $ ./eggdrop -m %3cconfiguration filename>.conf%0a%3c @]%0a%3c %0a%3c To verify the signature:%0a%3c %0a%3c [@%0a%3c $ gpg --keyserver ha.pool.sks-keyservers.net --recv-key E01C240484DE7DBE190FE141E7667DE1D1A39AFF%0a%3c @]%0a +host:1660497438=2405:8d40:b91:7a61:c16e:cb45:6bc2:c104 blob - /dev/null blob + 6dc85db9f4b7cf9a68302f31091a4c2940a57f3b (mode 644) --- /dev/null +++ wiki.d/Eggdrop193.RecentChanges @@ -0,0 +1,9 @@ +version=pmwiki-2.2.130 ordered=1 urlencoded=1 +agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0 +charset=UTF-8 +ctime=1660497438 +host=2405:8d40:b91:7a61:c16e:cb45:6bc2:c104 +name=Eggdrop193.RecentChanges +rev=1 +text=* [[Eggdrop193/Install]] . . . August 14, 2022, at 05:17 PM by [[~Ran]]: [==]%0a +time=1660497438