search for: lkstat

Displaying 6 results from an estimated 6 matches for "lkstat".

Did you mean: listat
2010 Sep 01
2
Makefile bug in nut-2.4.3
...al/lib -R/usr/local/lib -lgd" --with-user=nut --with-group=nut --host=i686-pc-solaris2.10 --build=i686-pc-solaris2.10 --target=i686-pc-solaris2.10 This resulte in a drivers/Makefile containing the following definition: LIBNETSNMP_LDFLAGS = -R../lib -L/usr/sfw/lib -lnetsnmp -lgen -lpkcs11 -lkstat -lelf -lm -ldl -lnsl -lsocket -ladm This does not work, as the Solaris link directive -R specifies runtime link paths and is not permitted to be a relative path. This will therefore cause a link failure when building the SNMP drivers, if SNMP is enabled. (Fortunately for me, I don't need...
2006 May 20
1
building a library for common/ [was: minor building issues (svn HEAD revision 427)]
...conf.o ../common/parseconf.o \ > ../common/common.o ../common/setenv.o ../common/inet_aton.o > -lnsl -lsocket -L/software/openssl-0.9.7_runtime/lib > -R/software/openssl-0.9.7_runtime/lib:/software/libz-1.1.4_runtime/lib > -L/software/netsnmp-5.3/lib -lnetsnmp -lgen -lcrypto -lkstat -lelf -lm > -lnsl -lsocket -ladm > ld: fatal: symbol `setenv' is multiply-defined: > (file ../common/setenv.o type=FUNC; file > /software/netsnmp-5.3/lib/libnetsnmp.a(system.o) type=FUNC); > ld: fatal: File processing errors. No output written to snmp-ups Does anyone hav...
2006 May 19
3
minor building issues (svn HEAD revision 427)
...tate.o ../common/upsconf.o ../common/parseconf.o \ ../common/common.o ../common/setenv.o ../common/inet_aton.o -lnsl -lsocket -L/software/openssl-0.9.7_runtime/lib -R/software/openssl-0.9.7_runtime/lib:/software/libz-1.1.4_runtime/lib -L/software/netsnmp-5.3/lib -lnetsnmp -lgen -lcrypto -lkstat -lelf -lm -lnsl -lsocket -ladm ld: fatal: symbol `setenv' is multiply-defined: (file ../common/setenv.o type=FUNC; file /software/netsnmp-5.3/lib/libnetsnmp.a(system.o) type=FUNC); ld: fatal: File processing errors. No output written to snmp-ups I can fix this by changing the setenv()...
2007 Mar 06
3
make errors on solaris express dev 02/07
make fails at drivers: make[1]: Entering directory `/export/home/zoly/Documents/trunk/drivers' /bin/sh ../libtool --tag=CC --mode=link gcc -I../include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/sfw/include -g -Dsolaris2 -I. -I/usr/sfw/include -O -Wall -Wsign-compare -o al175 al175.o ../common/libcommon.a ../common/upsconf.o
2008 Feb 03
2
USB UPS on Solaris
Is anyone here running a USB UPS on Solaris? I'm looking to upgrade my UPS (from a SmartUPS 620 with RS232 comms), and most of the modern UPSs use USB ... TX, Huge.
2008 Jun 09
6
FW: Memory Leak Problem in My Application running on Solaris 10.
Hi, This is regarding Dtrace usability for memory leak detection. We have real-time application written C++ which runs on Solaris 10 having a problem that''s the my application grows in size from 130 Mb to 450Mb in around 15 days. So there is two possibilities with the application growth of memory due to Size growth of Dictionary Objects (Like Maps) and Memory Leak.