From owner-freebsd-hackers@FreeBSD.ORG Sun Jul 16 22:35:46 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AC6016A540 for ; Sun, 16 Jul 2006 22:35:46 +0000 (UTC) (envelope-from ederbs.hackers@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 915B143D45 for ; Sun, 16 Jul 2006 22:35:45 +0000 (GMT) (envelope-from ederbs.hackers@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so1282082pyc for ; Sun, 16 Jul 2006 15:35:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=QROMgtq9N2tU7Cbz2dLP05sVvKe9zkpB6mmgPaXBFT5raNoHRutXcBxsTFrDvl3n50L01ujYyLB36Tu3bSMRizv2RX++zANvq95E5YwKqYig6ny5qCMIM+aCsdMKZK6pXt7NgPwi0ITm3WBRuJfXKH3U/ug74f7N+Es9RsLAcRo= Received: by 10.35.109.2 with SMTP id l2mr2996588pym; Sun, 16 Jul 2006 15:35:44 -0700 (PDT) Received: by 10.35.73.1 with HTTP; Sun, 16 Jul 2006 15:35:43 -0700 (PDT) Message-ID: <2699850607161535o22a8fef1g67a3283adef5a5dd@mail.gmail.com> Date: Sun, 16 Jul 2006 19:35:44 -0300 From: Eder To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Error Api OpenLdap X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 22:35:46 -0000 Hi all, I am having problems to use the API of ldap simply when I compile the code says that the archive does not exist. #include int main(void) { } % cc test.c test.c:2:18: ldap.h: No such file or directory Being that the archive is in include. % cat /usr/local/include/ldap.h Somebody knows what it can be ! Ederson de Moura -- Unix is very simple, but it takes a genius to understand the simplicity. (Dennis Ritchie)