By gaugeta
Hello,
I recently installed GIT 1.8.1 on my AIX 6.1 machine referring to AIX Open Source Packages | Main / git website and am facing a few issues with it.
Now if I login as root and issue git commands like git –version I get the response as shown :
And I have tried creating repositories as root too and it works fine.
Now If I login as just a normal user and if I issue the version command : git –version I am getting the response as :
Code:
genuser:stud:/students/admin> git --version
exec(): 0509-036 Cannot load program git because of the following errors:
0509-150 Dependent module /usr/lib/libiconv.a(libiconv.so.2) could not be loaded.
0509-152 Member libiconv.so.2 is not found in archive
Now how come its working with root user and not working with normal user.
But If I issue man git command in normal user I’m getting the manual for git but the rest of the commands give the above error.
How can I fix this.
Source: FULL ARTICLE at The UNIX and Linux Forums