Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Irssi

    Scheduled Pinned Locked Moved General pfSense Questions
    17 Posts 4 Posters 4.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      rizzler
      last edited by

      Was just wondering, is it possible to run irssi on the pfsense server with a screen?

      1 Reply Last reply Reply Quote 0
      • stephenw10S
        stephenw10 Netgate Administrator
        last edited by

        There's a FreeBSD package for it. Install it and find out.  ;)

        pkg_add -r ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-8.1-release/All/irssi-0.8.15_2.tbz
        

        Probably not a great idea from a security point of view. Don't try it on a production machine!  :P

        Steve

        1 Reply Last reply Reply Quote 0
        • R
          rizzler
          last edited by

          @stephenw10:

          There's a FreeBSD package for it. Install it and find out.  ;)

          pkg_add -r ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-8.1-release/All/irssi-0.8.15_2.tbz
          

          Probably not a great idea from a security point of view. Don't try it on a production machine!  :P

          Steve

          Sweet! :D
          nah, it's just a home router! :P
          Can i install it trough the webinterface or do i need to go onto install it trough the terminal?
          Also, is "screen" installed already or do i need to install it ?

          1 Reply Last reply Reply Quote 0
          • stephenw10S
            stephenw10 Netgate Administrator
            last edited by

            Whilst you probably could do it through the web gui it's much easier from the terminal.

            I'm not sure about screen, I don't use it on pfSense.

            Steve

            1 Reply Last reply Reply Quote 0
            • R
              rizzler
              last edited by

              @stephenw10:

              Whilst you probably could do it through the web gui it's much easier from the terminal.

              I'm not sure about screen, I don't use it on pfSense.

              Steve

              i got it installed, thank you! :D

              however when i try to start it by typing "irssi" i get
              /libexec/ld-elf.so.1: /usr/local/lib/libintl.so.9: unsupported file layout

              do you know why ? :/

              1 Reply Last reply Reply Quote 0
              • stephenw10S
                stephenw10 Netgate Administrator
                last edited by

                Are you running 64bit?

                Steve

                1 Reply Last reply Reply Quote 0
                • R
                  rizzler
                  last edited by

                  @stephenw10:

                  Are you running 64bit?

                  Steve

                  ye, running AMD64 om a Dual core processor.

                  1 Reply Last reply Reply Quote 0
                  • pttP
                    ptt Rebel Alliance
                    last edited by

                    Then you need to install:

                    
                    pkg_add -r ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/amd64/packages-8.1-release/All/irssi-0.8.15_2.tbz
                    
                    
                    1 Reply Last reply Reply Quote 0
                    • stephenw10S
                      stephenw10 Netgate Administrator
                      last edited by

                      You probably want to remove the wrong version first.

                      pkg_delete irssi
                      

                      Not 100% on the syntax there!  ::)

                      Steve

                      1 Reply Last reply Reply Quote 0
                      • pttP
                        ptt Rebel Alliance
                        last edited by

                        Yes, first remove the non working package, then install the Good one ;)

                        If im not wrong, must bee something like:

                        
                        pkg_delete irssi-0.8.15_2
                        
                        
                        1 Reply Last reply Reply Quote 0
                        • R
                          rizzler
                          last edited by

                          now i got the following error :/

                          /libexec/ld-elf.so.1: /usr/local/lib/perl5/5.10.1/mach/CORE/libperl.so: unsupported file layout

                          1 Reply Last reply Reply Quote 0
                          • stephenw10S
                            stephenw10 Netgate Administrator
                            last edited by

                            Has it correctly installed that perl library?
                            If it has I'd say there's a good chance that it didn't uninstall the 64bit version of perl correctly.

                            What do you have listed if you run: pkg_info

                            Steve

                            1 Reply Last reply Reply Quote 0
                            • marcellocM
                              marcelloc
                              last edited by

                              you may need to uninstall all irssi depenecies that was installed i386 verson on x64

                              this is dependecies listed in freebsd ports:

                              A modular IRC client with many features
                              Long description : Sources : Changes : Download
                              Maintained by: vanilla@FreeBSD.org
                              Requires: gettext-0.18.1.1, glib-2.28.8_3, gmake-3.82, libiconv-1.13.1_1, pcre-8.21, perl-5.12.4_3, pkg-config-0.25_1, python27-2.7.2_3

                              Treinamentos de Elite: http://sys-squad.com

                              Help a community developer! ;D

                              1 Reply Last reply Reply Quote 0
                              • R
                                rizzler
                                last edited by

                                I tryed to remove both python and glib then irssi and reinstalled it, irssi installed python and glib now but i still get this error :/

                                /libexec/ld-elf.so.1: /usr/local/lib/perl5/5.10.1/mach/CORE/libperl.so: unsupported file layout

                                pkg_info  
                                glib-2.24.1_1       Some useful routines of C programming (current stable versi
                                irssi-0.8.15_2      A modular IRC client with many features
                                python26-2.6.5      An interpreted object-oriented programming language

                                1 Reply Last reply Reply Quote 0
                                • marcellocM
                                  marcelloc
                                  last edited by

                                  try with 8.2 packages, maybe it will work.

                                  but please, test on a non production server.

                                  Treinamentos de Elite: http://sys-squad.com

                                  Help a community developer! ;D

                                  1 Reply Last reply Reply Quote 0
                                  • R
                                    rizzler
                                    last edited by

                                    after reinstalling  glib-2.28.8_3, gmake-3.82 it now works, thank you guys so very much for the help, it's really appriciated :)

                                    1 Reply Last reply Reply Quote 0
                                    • stephenw10S
                                      stephenw10 Netgate Administrator
                                      last edited by

                                      Nice one!
                                      Could have saved some time if I'd thought you may have been running 64bit in the first place!  ::)
                                      Actually I'm quite surprised it doesn't have some checks in the package sysetem to stop this happening. Lesson learned.

                                      Steve

                                      1 Reply Last reply Reply Quote 0
                                      • First post
                                        Last post
                                      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.