2

I am evaluating the Crowd SSO by Atlassian. Now to get apache to use CROWD for authentication, there is a connector available by the vendor.

Problem

Unfortunately they do not provide anything for my OS (AIX). Instead they provide source code with instructions. Now the example here uses yum -y install autoconf automake gcc httpd-devel libcurl-devel libtool libxml2-devel mod_dav_svn subversion-devel to download the required packages for which there is no alternate in AIX (AFAIK). So I went to AIX toolbox and got some packages. For the rest, I took Mr Perzl's help. And while installing the rpms ended up getting dependency errors.

Question

Do I go with

  1. The solution given here dependency hell.
  2. IBM way
  3. Something else which Google and my limited exposure to AIX are not telling me.

I am not *nix expert, rather at basic user level. And any installations are actually done by the admins. So I need expert advice so as to get it right and efficiently if possible.


Appreciate if someone would like to retag this question for getting attention from the right people.

2
  • The IBM link displays briefly, then jumps to a "helpful" welcome page (gaaaaah, why do they do that!?). I was able to interrupt the reload so I could read the page you linked to, but perhaps there would be a better way ...? The actual content is at publib.boulder.ibm.com/infocenter/pseries/v5r3/topic/… but then you lose the context frame (no big loss IMHO). Commented Jul 4, 2013 at 4:22
  • 1
    The "dependency hell" link looks like the only real solution. I don't see what the IBM documentation offers, apart from being less specific about your particular scenario. Commented Jul 4, 2013 at 4:27

2 Answers 2

0

Take the source, check on installation instructions, build and install. No need to install any alien RPM stuff. I don't remember offhand what package management AIX has, should perhaps check on how to build a native AIX package if you need it at several locations (Or just because. Or to contribute something back.).

Check for dependencies, you will have to find them and install them the same way, if they don't exist for AIX. Can be quite a chore.

OTOH, at least for Solaris there was a semi-official package repository with lots of third party stuff, like GCC and other GNU packages, and a random spattering of tools. Perhaps there is something like that for AIX too? Might ask specifically for external sources for packages for your version of AIX here.

2
  • perhaps I was not able to make this clear. Updated the question. Commented Feb 22, 2013 at 2:02
  • AIX apparently uses RPM too, only it's some ancient version which doesn't work with Yum, so you have to deal with dependencies manually. Commented Jul 4, 2013 at 4:25
0

The pkgsrc framework could help you here (if you're willing to invest some time). AIX support could be unstable though.

1
  • interesting.. trying to get this to work Commented Aug 19, 2013 at 7:19

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.