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

    What the hell happened to /packages-8.1-release/Latest/ on ftp.freebsd.org

    Scheduled Pinned Locked Moved Problems Installing or Upgrading pfSense Software
    32 Posts 11 Posters 37.4k 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.
    • S
      sdudley
      last edited by

      OK, installed the freeradius2 package through PFSense2.01's web menu. Noticed that as the PFSense 2.01 web gui was installing the freeradius2 package that it still retained the package source of http://e-sac.siteseguro.ws/packages/8/All/ Is this correct?

      Re-installed your custom subversion package:
      pkg_add -r http://e-sac.siteseguro.ws/packages/8/All/subversion-1.7.2.tbz
      Fetching http://e-sac.siteseguro.ws/packages/8/All/subversion-1.7.2.tbz… Done.
      pkg_add: package 'subversion-1.7.2' or its older version already installed

      Executing svn now prompts for a slightly different shared object:
      /libexec/ld-elf.so.1: Shared object "libgssapi.so.10" not found, required by "libneon.so.27"

      Is this an indicator of progress? It's beginning to feel like a game of whack-a-mole.  :D
      Appreciate the assist though.
      Shaun

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

        redo a pkg_info and post here

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

        Help a community developer! ;D

        1 Reply Last reply Reply Quote 0
        • S
          sdudley
          last edited by

          Here's the latest pkg_info response:
          pkg_info
          apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1 Apache Portability Library
          bsdinstaller-2.0.2011.1212 BSD Installer mega-package
          db42-4.2.52_5      The Berkeley DB package, revision 4.2
          expat-2.0.1_2      XML 1.0 parser written in C
          gdbm-1.9.1          The GNU database manager
          gettext-0.18.1.1    GNU gettext package
          grub-0.97_4        GRand Unified Bootloader
          krb5-1.9.2_1        An authentication system developed at MIT, successor to Ker
          libiconv-1.13.1_1  A character set conversion library
          neon29-0.29.6_4    An HTTP and WebDAV client library for Unix systems
          perl-5.12.4_3      Practical Extraction and Report Language
          pkg-config-0.25_1  A utility to retrieve information about installed libraries
          sqlite3-3.7.9      An SQL database engine in a C library
          subversion-1.7.2    Version control system

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

            whereis the freeradius package?

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

            Help a community developer! ;D

            1 Reply Last reply Reply Quote 0
            • S
              sdudley
              last edited by

              Good point. Despite the GUI in PFSense 2.01 claiming that freeradius2 package was installed when it actually wasn't. Dropped back to a shell and executed pkg_add freeradius2:
              pkg_add -r http://e-sac.siteseguro.ws/packages/8/All/freeradius-2.1.12.tbz
              Fetching http://e-sac.siteseguro.ws/packages/8/All/freeradius-2.1.12.tbz… Done.
              Fetching http://e-sac.siteseguro.ws/packages/8/All/libltdl-2.4_1.tbz... Done.
              Fetching http://e-sac.siteseguro.ws/packages/8/All/mysql-client-5.5.19.tbz... Done.
              Fetching http://e-sac.siteseguro.ws/packages/8/All/postgresql-client-9.1.2.tbz... Done.

              The PostgreSQL port has a collection of "side orders":

              postgresql-docs
               For all of the html documentation

              p5-Pg
               A perl5 API for client access to PostgreSQL databases.

              postgresql-tcltk
               If you want tcl/tk client support.

              postgresql-jdbc
               For Java JDBC support.

              postgresql-odbc
               For client access from unix applications using ODBC as access
               method. Not needed to access unix PostgreSQL servers from Win32
               using ODBC. See below.

              ruby-postgres, py-PyGreSQL
               For client access to PostgreSQL databases using the ruby & python
               languages.

              p5-postgresql-plperl, postgresql-pltcl & postgresql-plruby
               For using perl5, tcl & ruby as procedural languages.

              postgresql-contrib
               Lots of contributed utilities, postgresql functions and
               datatypes. There you find pg_standby, pgcrypto and many other cool
               things.

              etc...

              ===> Setting user and group in radiusd.conf
              ===> Creating users and/or groups.
              Creating group 'freeradius' with gid '133'.
              Creating user 'freeradius' with uid '133'.
              ===> Bootstrapping default certificates, please wait...
              ===> Adjusting ownership of directory /usr/local/etc/raddb
              ===> Adjusting ownership of directory /var/log/radacct
              ===> Adjusting ownership of directory /var/run/radiusd
              ===> Adjusting ownership of /var/log/radius.log
              ===> Adjusting ownership of /var/log/radutmp
              ===> Adjusting ownership of /var/log/radwtmp
              ===> Updating libdir in /usr/local/etc/raddb/radiusd.conf

              ===============================================================================

              To enable FreeRADIUS, put the following line in /etc/rc.conf

              radiusd_enable="YES"

              The sample configuration can be found at
              /usr/local/share/examples/freeradius/raddb

              If you are upgrading FreeRADIUS, you are advised to use this as a reference
              for updating your configuration.

              FreeRADIUS will look for its configuration directory at
              /usr/local/etc/raddb by default.

              If you did not already have a configuration at this location, the sample
              configuration has been copied to this location and has been bootstrapped.

              If you wish to point FreeRADIUS to a configuration at a different
              location, put the following line in /etc/rc.conf

              radiusd_flags="-d /path/to/raddb"

              To start the server in normal (daemon) mode, run:

              /usr/local/etc/rc.d/radiusd start

              and to stop the server, run:

              /usr/local/etc/rc.d/radiusd stop

              To start the server in debugging mode, run:

              /usr/local/etc/rc.d/radiusd debug

              You are advised to make cautious changes to the configuration, and to test
              frequently, using debugging mode where necessary. Try to resist the
              temptation to disable or delete things that you don't understand - you may
              well break things!

              The documentation has been installed at /usr/local/share/doc/freeradius

              Useful configuration advice can be found in the FreeRADIUS Wiki at
              http://wiki.freeradius.org

              ===============================================================================

              Checked pkg_info to confirm freeradius2 installation:
              pkg_info
              apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1 Apache Portability Library
              bsdinstaller-2.0.2011.1212 BSD Installer mega-package
              db42-4.2.52_5       The Berkeley DB package, revision 4.2
              expat-2.0.1_2       XML 1.0 parser written in C
              freeradius-2.1.12   A free RADIUS server implementation
              gdbm-1.9.1          The GNU database manager
              gettext-0.18.1.1    GNU gettext package
              grub-0.97_4         GRand Unified Bootloader
              krb5-1.9.2_1        An authentication system developed at MIT, successor to Ker
              libiconv-1.13.1_1   A character set conversion library
              libltdl-2.4_1       System independent dlopen wrapper
              mysql-client-5.5.19 Multithreaded SQL database (client)
              neon29-0.29.6_4     An HTTP and WebDAV client library for Unix systems
              perl-5.12.4_3       Practical Extraction and Report Language
              pkg-config-0.25_1   A utility to retrieve information about installed libraries
              postgresql-client-9.1.2 PostgreSQL database (client)
              sqlite3-3.7.9       An SQL database engine in a C library
              subversion-1.7.2    Version control system

              Executed svn at the shell and received yet another shared object error message.
              svn
              /libexec/ld-elf.so.1: Shared object "libgssapi.so.10" not found, required by "libneon.so.27"

              Does it matter that I seem to have switched package source from whatever URL is supposed to be associated with PFSense2.01 packages to the one you provided?

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

                the freeradius package as well mailscanner are using my repo as I'm helping or maintaining these packages compilation until it can go to files.pfsense.org

                There are some non included libs in pfSense that you can download from this link and include in /usr/local/lib or /usr/bin dir

                amd64
                http://e-sac.siteseguro.ws/pfsense/8/amd64/All/ldd/
                sample download code

                cd /usr/local/lib/ && fetch http://e-sac.siteseguro.ws/pfsense/8/amd64/All/ldd/libasn1.so.10
                cd /usr/local/lib/ && fetch http://e-sac.siteseguro.ws/pfsense/8/amd64/All/ldd/libgssapi.so.10
                cd /usr/local/lib/ && fetch http://e-sac.siteseguro.ws/pfsense/8/amd64/All/ldd/libheimntlm.so.10
                cd /usr/local/lib/ && fetch http://e-sac.siteseguro.ws/pfsense/8/amd64/All/ldd/libhx509.so.10
                cd /usr/local/lib/ && fetch http://e-sac.siteseguro.ws/pfsense/8/amd64/All/ldd/libkrb5.so.10
                cd /usr/local/lib/ && fetch http://e-sac.siteseguro.ws/pfsense/8/amd64/All/ldd/libroken.so.10
                chmod 0755 /usr/local/lib/libasn1.so.10
                chmod 0755 /usr/local/lib/libgssapi.so.10
                chmod 0755 /usr/local/lib/libheimntlm.so.10
                chmod 0755 /usr/local/lib/libhx509.so.10
                chmod 0755 /usr/local/lib/ldd/libkrb5.so.10
                chmod 0755 /usr/local/lib/libroken.so.10
                
                

                i386
                http://e-sac.siteseguro.ws/pfsense/8/All/ldd/

                cd /usr/local/lib/ && fetch http://e-sac.siteseguro.ws/pfsense/8/All/ldd/libasn1.so.10
                cd /usr/local/lib/ && fetch http://e-sac.siteseguro.ws/pfsense/8/All/ldd/libgssapi.so.10
                cd /usr/local/lib/ && fetch http://e-sac.siteseguro.ws/pfsense/8/All/ldd/libheimntlm.so.10
                cd /usr/local/lib/ && fetch http://e-sac.siteseguro.ws/pfsense/8/All/ldd/libhx509.so.10
                cd /usr/local/lib/ && fetch http://e-sac.siteseguro.ws/pfsense/8/All/ldd/libkrb5.so.10
                cd /usr/local/lib/ && fetch http://e-sac.siteseguro.ws/pfsense/8/All/ldd/libroken.so.10
                chmod 0755 /usr/local/lib/libasn1.so.10
                chmod 0755 /usr/local/lib/libgssapi.so.10
                chmod 0755 /usr/local/lib/libheimntlm.so.10
                chmod 0755 /usr/local/lib/libhx509.so.10
                chmod 0755 /usr/local/lib/ldd/libkrb5.so.10
                chmod 0755 /usr/local/lib/libroken.so.10
                
                

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

                Help a community developer! ;D

                1 Reply Last reply Reply Quote 0
                • S
                  sdudley
                  last edited by

                  Success!!
                  Added the libraries from the URL you provided to /usr/lib and svn now works. Exciting times indeed. Is there anyway to make this entire process a bit easier for the next person who chooses to install FusionPBX on PFSense 2.01 or anyone who wants to run svn on PFSense 2.01?

                  Here are the steps to install svn on PFSense 2.01 (i386) Marcelloc, let me know when or if these ever make it to the default pfsense 2.01 package site and I'll update the instructions.

                  Install compiled subversion package from marcelloc.

                  From shell, execute the following package installations:
                  pkg_add -r http://e-sac.siteseguro.ws/packages/8/All/subversion-1.7.2.tbz
                  pkg_add -r http://e-sac.siteseguro.ws/packages/8/All/freeradius-2.1.12.tbz

                  Add necessary libraries to support svn dependancies to /usr/lib:

                  cd /usr/lib
                  fetch http://e-sac.siteseguro.ws/pfsense/8/All/ldd/libgssapi.so.10
                  fetch http://e-sac.siteseguro.ws/pfsense/8/All/ldd/libheimntlm.so.10
                  fetch http://e-sac.siteseguro.ws/pfsense/8/All/ldd/libkrb5.so.10
                  fetch http://e-sac.siteseguro.ws/pfsense/8/All/ldd/libhx509.so.10
                  fetch http://e-sac.siteseguro.ws/pfsense/8/All/ldd/libasn1.so.10
                  fetch http://e-sac.siteseguro.ws/pfsense/8/All/ldd/libroken.so.10

                  Thanks again Marcelloc for the huge assist.
                  Shaun

                  1 Reply Last reply Reply Quote 0
                  • C
                    Cino
                    last edited by

                    I gave this a shot on my 2.1 box and it didn't work for me…Same error message you were receiving. I probably have a conflict with the many packages i have installed

                    
                    [2.1-DEVELOPMENT][root@pfsense.]/root(1): pkg_info
                    GeoIP-1.4.8_1       Find the country that any IP address or hostname originates
                    apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1 Apache Portability Library
                    argp-standalone-1.3_1 Standalone version of arguments parsing functions from GLIB
                    arpwatch-2.1.a15_4  Monitor arp & rarp requests
                    bsdinstaller-2.0.2011.0805 BSD Installer mega-package
                    ca_root_nss-3.12.4  The root certificate bundle from the Mozilla Project
                    curl-7.20.1         Non-interactive tool to get files from FTP, GOPHER, HTTP(S)
                    cvsps-2.1           Create patchset information from CVS
                    cyrus-sasl-2.1.23_3 RFC 2222 SASL (Simple Authentication and Security Layer)
                    daq-0.5_1           Data Acquisition abstraction library for snort 2.9+
                    db3-3.3.11_3,1      The Berkeley DB package, revision 3.3
                    db41-4.1.25_4       The Berkeley DB package, revision 4.1
                    db42-4.2.52_5       The Berkeley DB package, revision 4.2
                    expat-2.0.1_1       XML 1.0 parser written in C
                    font-util-1.2.0     Create an index of X font files in a directory
                    fontconfig-2.8.0,1  An XML-based font configuration API for X Windows
                    fontconfig-2.8.0_1,1 An XML-based font configuration API for X Windows
                    freeipmi-0.7.1_1    Library and tools to support IPMI-capable hardware
                    freeradius-2.1.12   A free RADIUS server implementation
                    freetype2-2.4.3     A free and portable TrueType font rendering engine
                    freetype2-2.4.4     A free and portable TrueType font rendering engine
                    gd-2.0.35_7,1       A graphics library for fast creation of images
                    gdbm-1.8.3_3        The GNU database manager
                    gettext-0.18.1.1    GNU gettext package
                    git-1.7.1.1         Distributed source code management tool
                    graphviz-2.28.0     Graph Visualization Software from AT&T and Bell Labs
                    grub-0.97_4         GRand Unified Bootloader
                    iftop-0.17          Display bandwidth usage on an interface by host
                    imspector-0.9       IM transparent proxy with monitoring, blocking, and content
                    iperf-2.0.4         A tool to measure maximum TCP and UDP bandwidth
                    jpeg-8_3            IJG's jpeg compression utilities
                    krb5-1.9.2_1        An authentication system developed at MIT, successor to Ker
                    lcdproc-0.5.5       A client/server suite for LCD devices
                    libart_lgpl-2.3.21,1 Library for high-performance 2D graphics
                    libdnet-1.11_3      A simple interface to low level networking routines
                    libecap-0.0.2       Library for module based network content analysis
                    libevent-1.4.14b_2  Provides an API to execute callback functions on certain ev
                    libgcrypt-1.4.5_1   General purpose crypto library based on code used in GnuPG
                    libgpg-error-1.7_1  Common error values for all GnuPG components
                    libiconv-1.13.1_1   A character set conversion library
                    libltdl-2.4         System independent dlopen wrapper
                    libnet11-1.1.2.1_3,1 A C library for creating IP packets
                    libpcap-1.1.1_1     Ubiquitous network traffic capture library
                    libwww-5.4.0_4      The W3C Reference Library
                    libxml2-2.7.8_1     XML parser library for GNOME
                    lightsquid-1.8_2    A light and fast web based squid proxy traffic analyser
                    lua-5.1.4_5         Small, compilable scripting language providing easy access
                    monit-5.3_1         Unix system management and proactive monitoring
                    mysql-client-5.1.53 Multithreaded SQL database (client)
                    mysql-client-5.1.58 Multithreaded SQL database (client)
                    nano-2.2.4_1        Nano's ANOther editor, an enhanced free Pico clone
                    neon29-0.29.6_3     An HTTP and WebDAV client library for Unix systems
                    net-snmp-5.7_3      An extendable SNMP implementation
                    nmap-5.51           Port scanning utility for large networks
                    ntop-4.0.1_1        Network monitoring tool with command line and web interface
                    nut-2.6.1           Network UPS Tools
                    openldap-client-2.4.26 Open source LDAP client implementation
                    p5-Error-0.17016    Perl module to provide Error/exception support for perl: Er
                    p5-GD-2.46          A perl5 interface to Gd Graphics Library version2
                    p5-Net-SMTP-SSL-1.01 An SMTP client supporting SSL
                    p7zip-9.13          File archiver with high compression ratio
                    pcre-8.02           Perl Compatible Regular Expressions library
                    pcre-8.10           Perl Compatible Regular Expressions library
                    pcre-8.12           Perl Compatible Regular Expressions library
                    perl-5.10.1_1       Practical Extraction and Report Language
                    perl-5.12.3         Practical Extraction and Report Language
                    perl-threaded-5.10.1_3 Practical Extraction and Report Language
                    pkg-config-0.23_1   A utility to retrieve information about installed libraries
                    pkg-config-0.25_1   A utility to retrieve information about installed libraries
                    png-1.4.4           Library for manipulating PNG images
                    png-1.4.5_1         Library for manipulating PNG images
                    postgresql-client-9.1.2 PostgreSQL database (client)
                    pound-2.5           Reverse proxy, load balancer and HTTP(S) frontend for web s
                    python26-2.6.5      An interpreted object-oriented programming language
                    python27-2.7.2_1    An interpreted object-oriented programming language
                    rrdtool-1.2.26_1    Round Robin Database Tools
                    sarg-2.2.7.1_2      Squid log analyzer and HTML report generator
                    snort-2.9.0.5       Lightweight network intrusion detection system
                    sqlite3-3.7.7.1     An SQL database engine in a C library
                    sqstat-1.20_2       A script which allows to look through active squid users co
                    squid-3.1.9         HTTP Caching Proxy
                    squidGuard-1.4_3    A fast redirector for squid
                    squid_radius_auth-1.10 RADIUS authenticator for squid proxy 2.5 and later
                    subversion-1.7.2    Version control system
                    ttcp-1.12_1         Benchmarking tool for analysing TCP and UDP performance
                    urwfonts-1.0_3      Another font package for X
                    vnstat-1.10_2       A console-based network traffic monitor
                    webfonts-0.30_6     TrueType core fonts for the Web
                    zip-3.0             Create/update ZIP files compatible with pkzip
                    
                    
                    1 Reply Last reply Reply Quote 0
                    • marcellocM
                      marcelloc
                      last edited by

                      what errors did you got?

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

                      Help a community developer! ;D

                      1 Reply Last reply Reply Quote 0
                      • C
                        Cino
                        last edited by

                        spoke too soon, the error is different:

                        /libexec/ld-elf.so.1: Shared object "libz.so.6" not found, required by "libneon.so.27"

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