search for: syslibs

Displaying 5 results from an estimated 5 matches for "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 op...
2016 Mar 15
0
Building smbclient 4.3.3 issues with lttng-ust
We are building smbclient 4.3.3 for Intel, which was working fine. We got a toolchain update, which added the lttng-ust libraries(previously missing in our toolchain), but not lttng/tracef.h and now we get an error in the config.log: Checking for lttng-ust pkg-config --errors-to-stdout --print-errors --cflags --libs lttng-ust Package lttng-ust was not found in the pkg-config search path. Perhaps
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 expli...
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 &quo...