search for: syslib

Displaying 5 results from an estimated 5 matches for "syslib".

Did you mean: syslibs
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Hi, This series targets automatic boot menu generation, but most of it is the Lua upgrade, because I got tired reading deprecated API docs. It's mostly a straightforward forward port of the earlier Syslinux specific changes to Lua 5.1, except that: * I chose the add a stub getenv() implementation to the COM32 API instead of #ifdefing out all the references in Lua, and * I kept oslib
2002 Mar 25
0
buildpkg on solaris 8 OK BUT?..
...on failed ssh-rand-helper child produced insufficient data ./opensshd: Error 255 starting /opt/OBSDssh/sbin/sshd... bailing. Below are the details: I configured the prngd as follows (essentially followed the instructions from sunblueprints): >> # make CC=gcc CFLAGS="-O3 -DSOLARIS" SYSLIBS="-lsocket -lnsl" >> # cp prngd /usr/local/sbin/prngd >> # cp contrib/Solaris-7/prngd.conf/solaris-7 /etc/prngd.conf >> # cat /var/log/syslog /var/adm/messages > /etc/prngd-seed Then to start entropy >> # /usr/local/sbin/prngd /var/run/egd-pool Below are the o...
2016 Mar 15
0
Building smbclient 4.3.3 issues with lttng-ust
...: no Checking for library lttng-ust : yes ERROR: Target 'lttng-ust' in directory /opt/workspace/WS/Team_Razor_D3.6/_artifacts_/x86-wr6-0/system/xad/nc/toolkits/src/samba/samba-4.3.3/obj/lib/util re-defined as EMPTY - was SYSLIB I know this is partially our issue, in that lttng/tracef.h does not exist, but the library does. But this doesn't happen if the library doesn't exist !?!? Looking at the logic below, I'm not quite sure why. Could someone please explain this. I also noticed in lib/util/wscript_configur...
2002 Aug 01
1
[Bug 375] New: sshd core dumping with msg "Cannot delete credentials"
...GCC version 3.0.3 Here is my build options for each package: OpenSSL 0.9.6d: Configure solaris-sparcv7-gcc --prefix=/opt/openssl-0.9.6d --openssldir=/opt/openssl-0.9.6d Zlib 1.1.4: configure --prefix=/opt/zlib-1.1.4 PRNGD 0.9.24: make CC=gcc CFLAGS="-O -DSOLARIS26 D__EXTENSIONS__" SYSLIBS="-lsocket -lnsl" OpenSSH 3.1p1: configure --prefix=/opt/openssh-3.1p1 --with-pam --without-rsh --sysconfdir=/etc/ssh --with-ssl-dir=/opt/openssl-0.9.6d --with-zlib=/opt/zlib-1.1.4 --with-prngd-socket=/var/spool/prngd/pool Here's my client SSH configuration file (I like to be expl...
2002 Jul 04
4
With bounds checking patch for gcc-3.1 problems if using AES
...still "Created at". So I tried to debug it. I installed GDB/DDD and read documentations..... I recompiled openssh with debuging information and without optimization (the problem still exists): $ export CC=/buba/gcc/bin/gcc CFLAGS="-g -fbounds-checking -I/buba/zlib/include" SYSLIBS="-lsocket -lnsl" LDFLAGS="-fbounds-checking" $ ./configure --prefix=/opt/BBKEssh --with-zlib=/buba/zlib/lib --without-rsh --disable-suid-ssh --with-prngd-socket=/var/spool/prngd/pool --without-pam --with-ssl-dir=/opt/BBKEssh I debuged it to line monitor.c:480. If I say &qu...