search for: lc_r

Displaying 7 results from an estimated 7 matches for "lc_r".

Did you mean: xlc_r
2005 Apr 19
1
Antwort: Re: Antwort: Re: OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
...='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='ld', ldflags =' -brtl -b32' libpth=/lib /usr/lib /usr/ccs/lib libs=-lbind -lnsl -ldbm -ldl -lld -lm -lpthreads -lc_r -lcrypt -lbsd -lPW perllibs=-lbind -lnsl -ldl -lld -lm -lpthreads -lc_r -lcrypt -lbsd -lPW libc=/lib/libc.a, so=a, useshrplib=true, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_aix.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -bE:/usr/opt/perl5/lib/5.8....
2003 Sep 29
1
openssh-3-7-1p2 compiling problems on Reliant UNIX
...crypto.a(o_time.o) > cma_sigaction > /usr/local/ssl/lib/libcrypto.a(ui_openssl.o) > ld: ssh: fatal error: Symbol referencing errors. No output written to ssh > make: *** Error code 1 That looks like your libcrypto is compiled with the re-entrant (threaded) C library. Try adding "-lc_r" to your LDFLAGS or recompile OpenSSL with the same flags you're using with OpenSSH. Alternatively you could compile OpenSSH with -lc_r, however you might need to invoke your compiler as "cc_r" or something for that to work properly. -- Darren Tucker (dtucker at zip.com.au) GP...
2001 Nov 01
0
Re: [Omega-help] RSPython_0.3.0 on FreeBSD 4.*:
Thanks for your help Duncan. Your last comment helped me to figure out what FreeBSD was doing differently than Linux/Solaris. This fix worked on a machine with Python 2.1, R 1.3.1 and FreeBSD 4.1. Here are the details: The pthreads fix: I added '-lc_r' to the PKG_LIBS definition in src/Makevars.in. The FreeBSD 'man pthread' page suggests that adding -pthread to the gcc statement (as opposed to -lpthread) will tell gcc to use libc_r instead of libc to find pthreads (see more on pthread man page in previous emails below). This did not...
2004 Aug 06
0
building icecast2 on OpenBSD
...on OpenBSD, -pthread is the way to go (it's a wrapper saying "Do whatever you have to, just give me threads.")... most likely on all platforms with gcc and a non-braindead specs file. Mike wouldn't believe me, though, so this ain't fixed. :) On OBSD 3.2, -pthread equals "-lc_r -D_POSIX_THREADS", on OBSD 3.3 it's "-lpthread -D_POSIX_THREADS" (so this problem will probably go away by itself with OBSD 3.3), and on my Gentoo Linux it does "-lpthread -D_REENTRANT" ... Anyways, that's how you fix it for yourself easiest. Edit configure.in, und...
2004 Aug 06
5
building icecast2 on OpenBSD
Is there anyone who has built icecast2 successfully for OpenBSD? I built it from source with no problem on Linux, but on my OBSD system the configure bombs while checking for a function in libxslt... # ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working
2004 Aug 06
2
building icecast2 on OpenBSD
...is the way to go (it's a > wrapper saying "Do whatever you have to, just give me threads.")... most > likely on all platforms with gcc and a non-braindead specs file. Mike > wouldn't believe me, though, so this ain't fixed. :) On OBSD 3.2, > -pthread equals "-lc_r -D_POSIX_THREADS", on OBSD 3.3 it's "-lpthread > -D_POSIX_THREADS" (so this problem will probably go away by itself with > OBSD 3.3), and on my Gentoo Linux it does "-lpthread -D_REENTRANT" ... you were right, Moritz. i saw the error in config.log earlier and did...
1998 Oct 15
1
Problem to map home dir
...t # NOTE: You may need -warning_unresolved if you get unresolved symbols # FLAGSM = -DOSF1 -DFAST_SHARE_MODES # LIBSM = # This is for OSF1 with DCE/DFS # contributed by Jim Doyle <doyle@oec.com> # FLAGSM = -DOSF1 -DDFS_AUTH -DSIGCLD_IGNORE -DNO_SIGNAL_TEST # LIBSM = -ldce -lpthreads -lmach -lc_r # This is for OSF1 (Alpha) with NIS and Fast Crypt # contributed by David Gardiner <dgardine@cssip.edu.au> # FLAGSM = -DOSF1 -DNETGROUP -DUFC_CRYPT # LIBSM = # This is for OSF1 (Alpha) V2.0/V4.0 Enhanced Security # contributed by Udo Linauer <ul@eacpc4.tuwien.ac.at> # FLAGSM = -DOSF...