From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from qmta07.westchester.pa.mail.comcast.net (qmta07.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:43:76:96:62:64]) by hurricane.the-brannons.com (Postfix) with ESMTP id 84A2C77AF9 for ; Tue, 15 Apr 2014 02:47:01 -0700 (PDT) Received: from omta02.westchester.pa.mail.comcast.net ([76.96.62.19]) by qmta07.westchester.pa.mail.comcast.net with comcast id q9l11n0010QuhwU579mr3r; Tue, 15 Apr 2014 09:46:51 +0000 Received: from eklhad ([68.84.191.77]) by omta02.westchester.pa.mail.comcast.net with comcast id q9mq1n00L1gep303N9mreU; Tue, 15 Apr 2014 09:46:51 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke User-Agent: edbrowse/3.5.1 Date: Tue, 15 Apr 2014 05:45:36 +0000 Message-ID: <20140315054536.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1397555211; bh=//QI07iOtJqVEMbMIKBijJBWu17beeei2NT9bwFDaLs=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=N7aTkVoN7Z802/mnoBL8ZrRsVhA16TuYuIU0zZrbyd6pEdZNUl3FpcF22aC3bIMXC 2yyRUEomBqo3///Dx0NHOy3S1GnBJcyZnTSwXuVDK7y/D361Y9ilGrF/1E/sR69o4m rCorInzondCPq/lLqmdrLgkhJwezoWWhpA3cX9FLoJz30rWMgtZhg8fVnvFxldna4p raAq9TyueDaY3UPsfmqCrEriJiM+uWpHCRQsDtTDtDwmH9gHnhD/UHT+HFLSPifohv Kc35RseyiZMqjsSN5J02PGLoN9A4T/3R56oZBcX0gzr97BSGcWjI3spS0zAuUhiBbw H/IxxAWyhM70w== Subject: [Edbrowse-dev] debian and redhat X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Karl Dahlke List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 09:47:02 -0000 Prompted by Adam's message, I tried an experiment. I pulled the latest rpm package from Fedora for the js library, and installed it, and it worked. Emboldend by this, I pulled down the development package, installed the headers, rebuilt everything, now using just the command make rather than make with a bunch of arguments, and built, and ran jsrt through its paces, and it worked. ftp://rpmfind.net login anonymous cd /linux/fedora/linux/development/rawhide/i386/os/Packages/m get mozjs24-24.2.0-3.fc21.i686.rpm get mozjs24-devel-24.2.0-3.fc21.i686.rpm Notice it is exactly the same version we are using from source. So the debian problem is perhaps debian specific, and not systemic. At this point I am tempted to remove all the js I built from source, as it takes up almost 2 gig. So ... this is an interesting, and I hope helpful, data point. Edbrowse works on Fedora. Too bad we haven't convinced redhat to carry edbrowse yet. Karl Dahlke