Displaying 3 results from an estimated 3 matches for "libprot".
Did you mean:
libproc
2000 Nov 14
0
2.3.0p1 + Sco3.2v5.0.5 (fwd)
...r deflate in -lz
configure:1795: gcc -o conftest -g -O2 -Wall -I. -I.
-I/usr/local/include -L/u
sr/local/lib conftest.c -lz -lgen -lsocket -lprot -lx 1>&5
Undefined first referenced
symbol in file
setupterm /lib/libprot.so
ceil /lib/libprot.so
log /lib/libprot.so
cur_term /lib/libprot.so
reset_shell_mode /lib/libprot.so
conftest: fatal error: Symbol referencing errors. No output written to
conftest
collect2...
2000 Nov 15
0
2.3.0p1 + Sco3.2v5.0.5
...e:1795: gcc -o conftest -g -O2 -Wall -I. -I.
> -I/usr/local/include -L/u
> sr/local/lib conftest.c -lz -lgen -lsocket -lprot -lx 1>&5
> Undefined first referenced
> symbol in file
> setupterm /lib/libprot.so
> ceil /lib/libprot.so
> log /lib/libprot.so
> cur_term /lib/libprot.so
> reset_shell_mode /lib/libprot.so
> conftest: fatal error: Symbol referencing errors. No output wri...
2000 Nov 09
2
SCO Openserver Patch
I downloaded the Openssh-2.3.0p1 file and ran configure only to have it
fail reporting the lack of libz. I found that configure was failing
beacuse the test program did not include the libtinfo and libm which are
needed to resolve references in libprot. I made changes to the configure
script to add those libraries for SCO Openserver and then tried to compile
the programs only to run into another problem with the shadow stuff. It
turns out that even though Openserver has a shadow file, the protected
password database stuff seems to work fine in th...