Hmmm.. I just tried using up2date, and it said "None of the packages you requested were found, or they were already updated."
Here's a snippet of the errors I'm getting: [EMAIL PROTECTED] LDAP]# pwd /root/squid-2.5.STABLE1-20030225/helpers/basic_auth/LDAP [EMAIL PROTECTED] LDAP]# make source='squid_ldap_auth.c' object='squid_ldap_auth.o' libtool=no \ depfile='.deps/squid_ldap_auth.Po' tmpdepfile='.deps/squid_ldap_auth.TPo' \ depmode=gcc3 /bin/sh ../../../cfgaux/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -Wall -c `test -f squid_ldap_auth.c || echo './'`squid_ldap_auth.c squid_ldap_auth.c:53:18: lber.h: No such file or directory squid_ldap_auth.c:54:18: ldap.h: No such file or directory make: *** [squid_ldap_auth.o] Error 1 [EMAIL PROTECTED] LDAP]# make install source='squid_ldap_auth.c' object='squid_ldap_auth.o' libtool=no \ depfile='.deps/squid_ldap_auth.Po' tmpdepfile='.deps/squid_ldap_auth.TPo' \ depmode=gcc3 /bin/sh ../../../cfgaux/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -Wall -c `test -f squid_ldap_auth.c || echo './'`squid_ldap_auth.c squid_ldap_auth.c:53:18: lber.h: No such file or directory squid_ldap_auth.c:54:18: ldap.h: No such file or directory make: *** [squid_ldap_auth.o] Error 1 [EMAIL PROTECTED] LDAP]# Maybe I'm just missing something. Thanks again for any assistance though! Scott Wrosch desk 248.333.7700 x227 email [EMAIL PROTECTED] > -----Original Message----- > From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 26, 2003 12:07 PM > To: Scott Wrosch > Cc: [EMAIL PROTECTED] > Subject: Re: [squid-users] Slightly OT, but relating to Squid: > CompilingOpenLDAP > > ons 2003-02-26 klockan 16.08 skrev Scott Wrosch: > > > Anyways, I tried compiling the helpers that come with Squid, but have > > been unsuccessful. Apparently the OpenLDAP that I have installed > > doesn't have everything I need. I'm running a RedHat 7.3 system, and > > apparently it was part of the initial install. > > You are most likely missing the openldap-devel rpm package then.. > > > With that being said, I went ahead and downloaded the source for > > OpenLDAP, with intent on building that. But then when running > > configure, it gripes about BerkeleyDB being not available. > > It is generally better to use the RedHat LDAP packages unless you have a > specific reason to upgrade the LDAP libraries.. The LDAP libraries are a > pretty much integral part of the Linux distribution. > > -- > Henrik Nordstrom <[EMAIL PROTECTED]> > MARA Systems AB, Sweden
