Re: [Bsdrp-devel] Java and Appache support for BSDRP
Router distribution based on FreeBSD with FFRouting and Bird
Brought to you by:
cochard
From: Olivier Cochard-L. <ol...@co...> - 2014-09-16 14:43:45
|
On Tue, Sep 16, 2014 at 3:29 PM, Abdul Rasheed Shaik < ABD...@ln...> wrote: > Hi, > > > > I would like to run some web services (RESTful) from the BSDRP router, and > same can be > > Consumed by my remote hosts. So, I need to add Java and Web Server ports. > > How can I add these ports into my BSDRP image? > > > > I tried them as follows in BSDRP.nano file > > *add_port "java/openjdk8"* > > *add_port "www/apache24"* > > > > With this, the build does not go through, Please let me know if these > ports are supported in BSDRP? > All FreeBSD ports should be supported, but I've tested only a limited set. Do you need the full java/openjdk8 and not only the jre ? You should the build log file for the exact error message. Don't forget to declare all the running dependency of each ports too! Check the example on the wiki: http://bsdrp.net/documentation/technical_docs?&#little_child_project_example Regards, Olivier |