Does mongodb support AIX?

438 views
Skip to first unread message

ka kaka

unread,
May 20, 2011, 3:35:26 AM5/20/11
to mongodb-user, mat...@10gen.com
Hello,
I can't find any infomation on the web site about how to install
mongodb on AIX, so I try to build mongodb on aix 5.3 ,it's all Ok when
I finished install python 2.7.1 and scons 2.0.1.But when I followed
the offical document http://www.mongodb.org/display/DOCS/scons to
build mongodb , it got wrong and stopped , the error message is:

scons: Reading SConscript files ...
scons version: 2.0.1
python version: 2 7 1 'final' 0
No special config for [aix5] which probably means it won't work
KeyError: 'LIBS':
File "/app/mongodb-src-r1.8.1/SConstruct", line 1011:
env = doConfigure( env )
File "/app/mongodb-src-r1.8.1/SConstruct", line 789:
myenv["LIBS_CLEAN"] = list( myenv["LIBS"] )
File "/app/python/lib/scons-2.0.1/SCons/Environment.py", line 408:
return self._dict[key]

I want to know what should I do to fix this?

Eliot Horowitz

unread,
May 20, 2011, 11:45:06 AM5/20/11
to mongod...@googlegroups.com
That compile issue can be fixed by adding
if "LIBS" in myenv above it.

But I do not think that it will work under AIX for many reasons.
Clients should work fine, but the sever likely will not.
This is powerpc as well, right?
powerpc is not supported in general right now.

> --
> You received this message because you are subscribed to the Google Groups "mongodb-user" group.
> To post to this group, send email to mongod...@googlegroups.com.
> To unsubscribe from this group, send email to mongodb-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.
>
>

ka kaka

unread,
May 22, 2011, 9:56:12 PM5/22/11
to mongodb-user
Thank you .I'll see if I can change my server.

On 5月20日, 下午11时45分, Eliot Horowitz <eliothorow...@gmail.com> wrote:
> That compile issue can be fixed by adding
> if "LIBS" in myenv above it.
>
> But I do not think that it will work underAIXfor many reasons.
> Clients should work fine, but the sever likely will not.
> This is powerpc as well, right?
> powerpc is not supported in general right now.
>
>
>
> On Fri, May 20, 2011 at 3:35 AM, ka kaka <syb...@gmail.com> wrote:
> > Hello,
> > I can't find any infomation on the web site about how to install
> > mongodb onAIX, so I try to build mongodb onaix5.3 ,it's all Ok when
> > I finished install python 2.7.1 and scons 2.0.1.But when I followed
> > the offical documenthttp://www.mongodb.org/display/DOCS/sconsto
> > build mongodb , it got wrong and stopped , the error message is:
>
> > scons: Reading SConscript files ...
> > scons version: 2.0.1
> > python version: 2 7 1 'final' 0
> > No special config for [aix5] which probably means it won't work
> > KeyError: 'LIBS':
> > File "/app/mongodb-src-r1.8.1/SConstruct", line 1011:
> > env = doConfigure( env )
> > File "/app/mongodb-src-r1.8.1/SConstruct", line 789:
> > myenv["LIBS_CLEAN"] = list( myenv["LIBS"] )
> > File "/app/python/lib/scons-2.0.1/SCons/Environment.py", line 408:
> > return self._dict[key]
>
> > I want to know what should I do to fix this?
>
> > --
> > You received this message because you are subscribed to the Google Groups "mongodb-user" group.
> > To post to this group, send email to mongod...@googlegroups.com.
> > To unsubscribe from this group, send email to mongodb-user...@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/mongodb-user?hl=en.- 隐藏被引用文字 -
>
> - 显示引用的文字 -
Reply all
Reply to author
Forward
0 new messages