Okay, I'm totally dumbfounded on why the code isn't looking for the library.&nbsp; Here is the information:<br><br>root@ldfs13 # pwd<br>/opt/yp/lib<br>root@ldfs13 # ls -al<br>total 365<br>drwxr-xr-x 2 root bin&nbsp;&nbsp;&nbsp;&nbsp; 512 Jun 19 14:04 .<br>drwxr-xr-x 3 root root&nbsp;&nbsp;&nbsp; 512 Jun 19 14:04 ..<br>lrwxrwxrwx 1 root root&nbsp;&nbsp;&nbsp;&nbsp; 22 Jun 19 14:04 libevent-1.3b.so.1 -&gt; libevent-1.3b.so.1.0.3<br>-r-xr-xr-x 1 root bin&nbsp; 135208 Jun 19 13:50 libevent-1.3b.so.1.0.3<br>-r-xr-xr-x 1 root bin&nbsp; 210180 Jun 19 13:50 libevent.a<br>lrwxrwxrwx 1 root root&nbsp;&nbsp;&nbsp;&nbsp; 14 Jun 19 14:04 libevent.la -&gt; ../libevent.la<br>lrwxrwxrwx 1 root root&nbsp;&nbsp;&nbsp;&nbsp; 22 Jun 19 14:04 libevent.so -&gt; libevent-1.3b.so.1.0.3<br>root@ldfs13 # <br><br>root@ldfs13 # file *.so*<br>libevent-1.3b.so.1:&nbsp;&nbsp;&nbsp;&nbsp; ELF 64-bit LSB dynamic lib AMD64 Version 1 [SSE2 SSE CMOV], dynamically linked, stripped<br>libevent-1.3b.so.1.0.3:
 ELF 64-bit LSB dynamic lib AMD64 Version 1 [SSE2 SSE CMOV], dynamically linked, stripped<br>libevent.so:&nbsp;&nbsp;&nbsp; ELF 64-bit LSB dynamic lib AMD64 Version 1 [SSE2 SSE CMOV], dynamically linked, stripped<br>root@ldfs13 # <br><br>The configure script I have is:<br><br># Library Link Flags<br>LDFLAGS="-L/opt/yp/lib -R/opt/yp/lib -L/usr/sfw/lib/64 -R/usr/sfw/lib/64 -L/usr/lib/amd64 -R/usr/lib/amd64 -<br>lnsl -lresolv"<br><br># Compiler Flags<br><br>CFLAGS="-O2 -m64"<br><br># Include Flags<br>CPPFLAGS="-I/opt/sfw/include -I/usr/sfw/include"<br><br># Export VARS<br><br>export CFLAGS CXXFLAGS CPPFLAGS LDFLAGS<br><br>./configure --prefix=/opt/yp --enable-threads --with-libevent=/opt/yp<br><br><br>root@ldfs13 # crle<br><br>Configuration file [version 4]: /var/ld/ld.config&nbsp; <br>&nbsp; Default Library Path (ELF):&nbsp;&nbsp; /opt/yp/lib:/lib:/usr/lib:/usr/sfw/lib:/opt/sfw/lib<br>&nbsp; Trusted Directories (ELF):&nbsp;&nbsp;&nbsp; /lib/secure:/usr/lib/secure&nbsp;
 (system default)<br><br>Command line:<br>&nbsp; crle -c /var/ld/ld.config -l /opt/yp/lib:/lib:/usr/lib:/usr/sfw/lib:/opt/sfw/lib<br><br>root@ldfs13 # <br><br><br>root@ldfs13 # ./blah64.sh <br>checking build system type... i386-pc-solaris2.10<br>checking host system type... i386-pc-solaris2.10<br>checking for a BSD-compatible install... /opt/sfw/bin/install -c<br>checking whether build environment is sane... yes<br>checking for gawk... gawk<br>checking whether make sets $(MAKE)... yes<br>checking for gcc... gcc<br>checking for C compiler default output file name... a.out<br>checking whether the C compiler works... yes<br>checking whether we are cross compiling... no<br>checking for suffix of executables... <br>checking for suffix of object files... o<br>checking whether we are using the GNU C compiler... yes<br>checking whether gcc accepts -g... yes<br>checking for gcc option to accept ANSI C... none needed<br>checking for style of include used by make... GNU<br>checking
 dependency style of gcc... gcc3<br>checking for a BSD-compatible install... /opt/sfw/bin/install -c<br>checking for libevent directory... configure: error: libevent is required.&nbsp; You can get it from http://www.monkey.org/~provos/libevent/<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If it's already installed, specify its path using --with-libevent=/dir/<br><br>root@ldfs13 # clear<br><br>root@ldfs13 # ls<br>AUTHORS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TODO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; config.guess&nbsp; depcomp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; missing&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; t<br>COPYING&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; aclocal.m4&nbsp; config.h.in&nbsp;&nbsp; doc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mkinstalldirs&nbsp; thread.c<br>ChangeLog&nbsp;&nbsp;&nbsp; assoc.c&nbsp;&nbsp;&nbsp;&nbsp; config.log&nbsp;&nbsp;&nbsp; install-sh&nbsp;&nbsp; scripts<br>Makefile.am&nbsp; assoc.h&nbsp;&nbsp;&nbsp;&nbsp; config.sub&nbsp;&nbsp;&nbsp;
 items.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; slabs.c<br>Makefile.in&nbsp; blah32.sh&nbsp;&nbsp; configure&nbsp;&nbsp;&nbsp;&nbsp; items.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; slabs.h<br>NEWS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; blah64.sh&nbsp;&nbsp; configure.ac&nbsp; memcached.c&nbsp; stats.c<br>README&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; compile&nbsp;&nbsp;&nbsp;&nbsp; daemon.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; memcached.h&nbsp; stats.h<br>root@ldfs13 # ./blah64.sh <br>checking build system type... i386-pc-solaris2.10<br>checking host system type... i386-pc-solaris2.10<br>checking target system type... i386-pc-solaris2.10<br>checking for a BSD-compatible install... /opt/sfw/bin/install -c<br>checking whether build environment is sane... yes<br>checking for gawk... gawk<br>checking whether make sets $(MAKE)... yes<br>checking for gcc... gcc<br>checking for C compiler default output file name... a.out<br>checking whether the C compiler works... yes<br>checking whether we are cross
 compiling... no<br>checking for suffix of executables... <br>checking for suffix of object files... o<br>checking whether we are using the GNU C compiler... yes<br>checking whether gcc accepts -g... yes<br>checking for gcc option to accept ANSI C... none needed<br>checking for style of include used by make... GNU<br>checking dependency style of gcc... gcc3<br>checking for a BSD-compatible install... /opt/sfw/bin/install -c<br>checking for libevent directory... configure: error: libevent is required.&nbsp; You can get it from http://www.monkey.org/~provos/libevent/<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If it's already installed, specify its path using --with-libevent=/dir/<br><br>root@ldfs13 # <br><br><br>Thanks!<p>&#32;
      <hr size=1>Looking for a deal? <a href="http://us.rd.yahoo.com/evt=47094/*http://farechase.yahoo.com/;_ylc=X3oDMTFicDJoNDllBF9TAzk3NDA3NTg5BHBvcwMxMwRzZWMDZ3JvdXBzBHNsawNlbWFpbC1uY20-">Find great prices on flights and hotels</a> with Yahoo! FareChase.