Package Details: libsmi 0.5.0-2

Git Clone URL: https://aur.archlinux.org/libsmi.git (read-only, click to copy)
Package Base: libsmi
Description: C library allowing NM apps and MIB and PIB authoring tools to access SMI MIB info.
Upstream URL: http://www.ibr.cs.tu-bs.de/projects/libsmi/
Licenses: custom
Submitter: solveit
Maintainer: None
Last Packager: bidulock
Votes: 21
Popularity: 0.010443
First Submitted: 2009-08-07 20:48 (UTC)
Last Updated: 2016-05-30 21:33 (UTC)

Latest Comments

a172 commented on 2025-04-11 01:29 (UTC)

The patch below changes the automake outputs, which means autogen.sh needs to be run before running ./configure. Also, something isn't expanding right in configure.ac. On line 241, ${sysconfdir} expands to ${prefix}/etc. The literal ${prefix} is in turn not expanded, and is used a a literal in the man pages and in finding the system-wide config file.

$ strace smiquery module LLDP-MIB 2>&1 | grep smi.conf
openat(AT_FDCWD, "${prefix}/etc/smi.conf", O_RDONLY) = -1 ENOENT (No such file or directory)

I don't think this is an upstream issue, as the CentOS 7 box I tried this on is looking in the correct place (/etc/smi.conf) for the config file.

Phhere commented on 2024-09-03 18:57 (UTC)

Fails to build from source.

Patch: https://github.com/Slenderman00/LibSMI/commit/eb7ddd9d9a4db4f5e4fbd9bdb37665599d5b76a2

solveit commented on 2012-06-12 20:20 (UTC)

I am able to download from the original site. [solveit]$ wget ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/libsmi-0.4.8.tar.gz --2012-06-12 10:19:59-- ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/libsmi-0.4.8.tar.gz => `libsmi-0.4.8.tar.gz' Resolving ftp.ibr.cs.tu-bs.de... 134.169.34.11, 2001:638:602:1181:21a:64ff:fed3:6c8c Connecting to ftp.ibr.cs.tu-bs.de|134.169.34.11|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /pub/local/libsmi ... done. ==> SIZE libsmi-0.4.8.tar.gz ... 4104111 ==> PASV ... done. ==> RETR libsmi-0.4.8.tar.gz ... done. Length: 4104111 (3.9M) (unauthoritative) 100%[=====================================================================================================================================================================================================>] 4,104,111 340K/s in 13s 2012-06-12 10:20:14 (303 KB/s) - `libsmi-0.4.8.tar.gz' saved [4104111]

<deleted-account> commented on 2012-06-12 19:09 (UTC)

The FTP is down. Either use the SVN (http://www.ibr.cs.tu-bs.de/svn/libsmi) or replace the source URL by a mirror such as http://www.hacktoolrepository.com/files/Libraries/libsmi/libsmi-0.4.8.tar.gz as a mirror