Can't find mongodb32 port from FreeBSD ports

Status
Not open for further replies.

Vrakfall

Dabbler
Joined
Mar 2, 2014
Messages
42
Hello,

I was trying to install MongoDB in a jail when I found out I can't really install a recent version of it in a jail. The latest I found in the FreeBSD ports was `mongodb32` but I cannot find it by doing
Code:
pkg install mongodb32
in a jail.

I also tried to find it with
Code:
pkg search mongodb
but all I find is:
Code:
mongodb-2.6.12				 NOSQL distributed document-oriented database	
mongodb32-tools-3.2.11		 Tools for MongoDB								
p5-Mojolicious-Plugin-Mongodb-1.16_1 Use MongoDB in Mojolicious				
p5-MongoDB-1.6.0			   Mongo Driver for Perl							
pecl-mongodb-1.1.9			 PECL classes for MongoDB						
py27-mtools-mongodb-1.2.1	  Setup test environments; parse, filter and visual
ize MongoDB log files														 
py27-nagios-check_mongodb-0.1  Nagios plugin to check mongodb server 


You can see there is `mongodb-2.6.12` but it's a so old version I don't want to use it.
`mongodb32-tools-3.2.11` can also be found so I wonder why I can't find the 3.2 actual version.

On a side note, MongoDB's last stable version is already the 3.4 one so even the ports are already old. ;D

Edit: The error it actually gives me when I try to install it is:
Code:
# pkg install mongodb32								   
Updating FreeBSD repository catalogue...										
FreeBSD repository is up-to-date.											 
All repositories are up-to-date.												
pkg: No packages available to install matching 'mongodb32' have been found in th
e repositories


Also, I did the following before and so my `pkg` version is 1.9.4.
Code:
pkg update
pkg upgrade


Thank you for your patience!
Vrakfall
 
Last edited:

Vrakfall

Dabbler
Joined
Mar 2, 2014
Messages
42
Wow that was quick. :D

Code:
# pkg install mongodb32									
Updating FreeBSD repository catalogue...										
FreeBSD repository is up-to-date.											  
All repositories are up-to-date.												
pkg: No packages available to install matching 'mongodb32' have been found in th
e repositories 
 

Vrakfall

Dabbler
Joined
Mar 2, 2014
Messages
42
Interesting, I thought FreeNAS' jails were using FreeBSD's repos. I'll try this soon and mark this as resolved as soon as it worked.

Thank you! ;D
 

Vrakfall

Dabbler
Joined
Mar 2, 2014
Messages
42
I tried the manual installation but, every time I try, it ends up with no real error but with no mongo installed either. :/
 
Last edited:
Status
Not open for further replies.
Top