From owner-freebsd-questions@freebsd.org Fri Mar 24 11:38:33 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5666ED1B580 for ; Fri, 24 Mar 2017 11:38:33 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26DCF14B3 for ; Fri, 24 Mar 2017 11:38:32 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 4BC24207F7 for ; Fri, 24 Mar 2017 07:38:30 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute7.internal (MEProxy); Fri, 24 Mar 2017 07:38:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skunkwerks.at; h=content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=ZHfZZ4QtExyglM7qnNG21aat9Z 1aw9w7U+WHRupbOus=; b=O5a3hnVRpfEC8V2FzDURmSs8ipQK6bbN7ZEcH0wcng ue8rXDln5UGzO1ztKYtWODAU+0rfTOak3FMqv26+u2s7Lp/8GQkLj0rKxgbnKSAj ODYLG2ghjZ5Eh4eSrPTtPRORHN7K8yE6TAC/6rmGN0OuPBDXRIHTXYTdfolHt63Z 8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=ZHfZZ4 QtExyglM7qnNG21aat9Z1aw9w7U+WHRupbOus=; b=P9UIMOwKexx6RGoARfrmac JCHjifIIxs2EgewZMjEb9jHZYZJP34RDRA8bJoGo+qMGW3ky/0cd0CZyPcISEXNO bmD7HMSWJeYNsaeEUs/w1ovNLbZbOrCOSRyK5b8Ut/IguKx4ihIqumVeOLR11Dvm CN33VAlFwq5LSqMMT9ajMUofCvaQqGgmAxDXw9xVl1aGv8yQJsy/DabFLnKUZJyP ENXsCowt6B05iV8E6wYMUuiS2QG77X9qOm3vefe7Vg2vTI9RuyEAQoebVesQQezX Cl3RlGeFfO+dO9sWZdx4jG7AnWNA19BDVMPiMy9O537vqhJ4DH6q/mt85moD95aA == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 2CF3C48006; Fri, 24 Mar 2017 07:38:30 -0400 (EDT) Message-Id: <1490355510.3306586.922080680.074E2E52@webmail.messagingengine.com> From: Dave Cottlehuber To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-dcf84519 References: <4f1d8dad-52bf-2292-a485-5cd03c394579@qeng-ho.org> Subject: Re: Query on Erlang OTP Date: Fri, 24 Mar 2017 12:38:30 +0100 In-Reply-To: <4f1d8dad-52bf-2292-a485-5cd03c394579@qeng-ho.org> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2017 11:38:33 -0000 On Thu, 23 Mar 2017, at 13:03, Arthur Chance wrote: > On 23/03/2017 05:19, R, Asha wrote: > > I am student working on a project based on VerneMQ and I am new to > > FreeBSD and Erlang. I am trying to compile Erlang OTP on FreeBSD but > > I am not finding the package for download and installation from > > GitHub. > > > > Could you please help me with this? Welcome Asha! VerneMQ relies on a fork of eleveldb which IIRC doesn't compile on FreeBSD yet. This is probably reasonably easy to resolve, digging around in https://github.com/erlio/eleveldb/blob/develop/c_src/Makefile should get you there eventually. BTW there are quite a few erlangers lurking here, make sure you look at DTrace for Erlang/OTP at some point http://erlang.org/doc/apps/runtime_tools/DTRACE.html A+ Dave