Search Criteria
Package Details: libsmi 0.5.0-2
Package Actions
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) |
Dependencies (1)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, bash-gitAUR)
Required by (6)
- ieee8021-mibs (make)
- python-snimpy
- wireshark-libsmi-cli
- wireshark-libsmi-cli (make)
- wireshark-libsmi-qt
- wireshark-libsmi-qt (make)
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 inconfigure.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.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)
<deleted-account> commented on 2012-06-12 19:09 (UTC)