From owner-freebsd-questions@FreeBSD.ORG Thu Jun 17 12:02:53 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 816C21065674 for ; Thu, 17 Jun 2010 12:02:53 +0000 (UTC) (envelope-from cato.myhrhagen@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 124D28FC1A for ; Thu, 17 Jun 2010 12:02:52 +0000 (UTC) Received: by wyb34 with SMTP id 34so3707546wyb.13 for ; Thu, 17 Jun 2010 05:02:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=Xybe1TQSvDZ2HOuHo7b/AGkk8M1p4hGd01HesOvjkcg=; b=TFZv+VhUSUViRrrJUNAOvJfykN5Bbpt7bM2n76kdH2O6tVkQCzZRV0kxYYN9+eVCLO Rwg1fXFrk95ZyReG4kX7MIK59nILYmSJ1gdUcUFMYSBOxfR9TVaAFLTbNwuA++Dz/gBY vLKQh3N94L8OzdjKAcvRU/gfkBqeZWbegLcxs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=uxsxcOm/JtbbGOn3SE64y6giy4tv915rmSy7jDAC/X7qv3nS9i4X66c54edpKycyQM F0OeLQ7XS7DkvOckXVjh9J9WlLRYTF7bt3OYgVK1yg00RdFZz9ziqBlPZ2ckK3e5UAjt n8WFoq6OfnrbempwPU6+4Lj8uCCAvZihgitRs= MIME-Version: 1.0 Received: by 10.216.169.136 with SMTP id n8mr1939304wel.17.1276774730931; Thu, 17 Jun 2010 04:38:50 -0700 (PDT) Received: by 10.216.154.204 with HTTP; Thu, 17 Jun 2010 04:38:50 -0700 (PDT) Date: Thu, 17 Jun 2010 13:38:50 +0200 Message-ID: From: Cato Myhrhagen To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem installing Backula-bat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2010 12:02:53 -0000 Hello First let me say that i am new to FreeBSD and Bacula, so my question might be a bit trivial. Newertheless, I am having big problems installing Bacula BAT on my FreeBSD server. Let me explain what i have done so far: 1. Installed FreeBSD 8.0 rel 2. From the ports catalogue i have installed Xorg 3. Then I installed Bacula 3.0.2 rel (with MySQL), altso from the ports catalogue. I then tried to install Backula-bat, but here i ran into trouble. First the installation starts as it should and then goes on for quite a while. Then suddenly it stops whith the following message: install: /usr/ports/sysutils/bacula-bat/work/bacula-3.0.2/src/qt-console/.libs/bat: No such file or directory *** Error code 71 Stop in /usr/ports/sysutils/bacula-bat. *** Error code 1 Stop in /usr/ports/sysutils/bacula-bat. I googled the error code and got a suggestion to remove the following line in the makefile: ${INSTALL_PROGRAM} ${WRKSRC}/src/qt-console/.libs/bat ${PREFIX}/sbin and then run the installation again. This makes the installation finish, but when i go into the Xorg window and types bat (is this the correct way to start BAT by the way), I get the message that the command is not found. I am now thinking that the installation did not succeed and that I have to do somthing else to fix the problem. Eny suggestions? Would be very greatful if I could get this fixed somehow.. Best regards Cato