X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by lists.alpinelinux.org (Postfix) with ESMTP id 913131EB598 for ; Tue, 13 Apr 2010 12:05:44 +0000 (UTC) Received: by wwa36 with SMTP id 36so439642wwa.13 for ; Tue, 13 Apr 2010 05:05:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=7RrFT7+APwsnG/6vmIXZAI5TXqsTXkhseyO07JD5t5g=; b=yFKx1PfpgOxQDFky7IzAOQ16BpCMCzTsjnF/2WaTUtH95Foj8ukK8By1xLx9KjfCRm Z3FrIs/o3ukGs3TKCs9uj8tEAsOtLRGVkkyP51UWsYgFwabQmJZ5IlH5qBuhOM3gUnQb FJplMcKjZn9G2+ZGi6neSJgpCPswA7X5oz1Uw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=us+D1qVBE54Fezjj3RZgHwa/ISV8iqVxaV888fSvfrS7KRE3GPo68qGdV4P5sqISO2 GjgIyeY6pssLIWtCxobv/wGfXUlBsK6KhS9l5ViamJL1kxTiTQ4wXc9mjD638Jc/Ngum RRvjrxrQBL400oGRWP1qv6YbkU/9qGcYNH9j0= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.216.179.75 with HTTP; Tue, 13 Apr 2010 05:05:41 -0700 (PDT) In-Reply-To: <2130473209.149961271145666243.JavaMail.osg@osgjas04.cns.ufl.edu> References: <2130473209.149961271145666243.JavaMail.osg@osgjas04.cns.ufl.edu> Date: Tue, 13 Apr 2010 14:05:41 +0200 Received: by 10.216.87.68 with SMTP id x46mr3238988wee.145.1271160341637; Tue, 13 Apr 2010 05:05:41 -0700 (PDT) Message-ID: Subject: Re: [alpine-devel] Re: help: freepbx install on alpine linux From: Carlo Landmeter To: Kenny Aral Cc: Michael Mason , amanison@anselsystems.com, rnalrd@gmail.com, Mika Havela , Ted Trask , Alpine-devel Developers Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I also have been trying to get freepbx installed on alpine few weeks ago. Freepbx depends on sql database, and because of the design philosophy of Alpinelinux I have tried to install it with Sqlite3 support (which should be partially supported by Freepbpx). Some info can be found here: https://freetel.svn.sourceforge.net/svnroot/freetel/freepbx-sandbox/R= EADME.txt SQLite driver should still be added to Alpinelinux asterisk package if needed (i can send a patch if needed). If you would choose to use MySQL, you will have to compile asterisk addons because this holds the mysql driver for asterisk (I have tried this but i was not successful , not sure what the error was). The dependency list you mention is very outdated, i think you fetched this one from the included readme. I suggest you go over the install process and see what is missing. One bigger deb which is missing from this list is perl, some scripts depend on perl (maybe these could be converted to another language (sh or php). The tiff deps are included for fax support, I recently added fax support to asterisk and it should be working (depends on perl). Sorry if all this info seems a bit messy, if you need help of getting this to work I am willing to help. I would love to get Freepbx running with as less deps as possible. Carlo On Tue, Apr 13, 2010 at 10:01 AM, Kenny Aral wrote: > Michael, thank you for your quick response. I've made a good amount of > progress since my last email. I was able to successfully install the Apac= he > webserver on Alpine. The problem was because I was not running Alpine fro= m > the hard drive of the Guest OS inside VirtualBox. > > Currently, I am adapting this install procedure for Alpine: > http://www.freepbx.org/support/documentation/installation/install-procedu= re-for-centos-4-3 > which is for CentOS Linux. As far as I can tell, these are all of the > dependencies needed for the install (I put x's next to the ones that I wa= s > able to add with apk): > > make =A0 =A0 =A0 =A0 =A0 =A0x > gcc =A0 =A0 =A0 =A0 =A0 =A0 x > uclibc-dev =A0 =A0 =A0x > glib-dev =A0 =A0 =A0 =A0x > g++ =A0 =A0 =A0 =A0 =A0 =A0 x > libxml2-dev =A0 =A0 x > tiff-dev =A0 =A0 =A0 =A0x > mysql-server > php-gd =A0 =A0 =A0 =A0 =A0x > php-mysql =A0 =A0 =A0 x > installkernel =A0 x > bison =A0 =A0 =A0 =A0 =A0 x > ncurses-dev =A0 =A0 x > audiofile-dev > subversion =A0 =A0 =A0x > libogg-dev =A0 =A0 =A0x > openssl-dev =A0 =A0 x > mysql-dev =A0 =A0 =A0 x > lame =A0 =A0 =A0 =A0 =A0 =A0x > asterisk =A0 =A0 =A0 =A0x > asterisk-dev =A0 =A0x > > The only two dependencies I couldn't find were mysql-server and > audiofile-dev. The installation has gone smoothly up until trying to setu= p > the MySQL database. I'm getting the following error even though the mysql > process is running: > > # mysqladmin create asterisk > mysqladmin: could not connect to server at 'localhost' failed > error: 'Access denied for user 'root'@'localhost' (using password: NO)' > > On Fri Apr 09 13:04:10 EDT 2010, Michael Mason wrote: > >> Message below >> >> On Apr 9, 2010, at 4:11 AM, Kenny Aral wrote: >> >>> Hi, my name is Kenny Aral and I'm a graduate student at the =A0Universi= ty >>> of Florida. I'm working on a project for a class and I'm =A0attempting = to >>> install FreePBX on Alpine Linux, >> >> Thanks for the interest in the project. >> >>> but I'm having problems and there is not much documentation to help =A0= me >>> with this. >> >> Sorry you are having problems. >> >> The best approach to this might be to have the list of programs =A0neede= d. >> Have you gone through and tried to build apks for the program =A0and its >> dependencies? >> http://alpinelinux.org/wiki/Developer_Documentation >> >>> I know you are all probably very busy, but my professor suggested >>> =A0emailing the Alpine developers to see if you have any suggestions. = =A0As of >>> now I can not seem to get the Apache web server up and running. >>> I've been running Alpine Linux inside VirtualBox, and when I try to >>> =A0install Apache the process just crashes. >> >> Do you have some errors of what you are getting? Package and release >> =A0versions? Version of alpine you are using? Bugs can be reported here: >> http://bugs.alpinelinux.org/ >> >>> Aside from this, FreePBX has a lot of dependencies so it seems like =A0= a >>> challenging task to get this thing installed correctly. Do any of =A0yo= u have >>> any experience installing FreePBX on Alpine? >> >> I don't. If we had a list of programs and their dependencies that =A0wou= ld >> help get things started. >> >>> Any helpful advice would be greatly appreciated! Thank you. >> >> Copying the Alpine Dev ML. >> >> Mike-ms13sp@gmail.com >> >>> >>> -- >>> ARAL,KENNY A >>> >> >> >> >> >> > > > > -- > ARAL,KENNY A > > > > --- > Unsubscribe: =A0alpine-devel+unsubscribe@lists.alpinelinux.org > Help: =A0 =A0 =A0 =A0 alpine-devel+help@lists.alpinelinux.org > --- > > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---