Search Results

Search: Posts Made By: SteAlma
Forum: AIX 11-14-2008
28,036
Posted By zaxxon
To check which are installed: lslpp -l| grep...
To check which are installed:

lslpp -l| grep -i java
Java14.sdk 1.4.2.75 COMMITTED Java SDK 32-bit
Java5_64.sdk 5.0.0.50 COMMITTED Java SDK 64-bit
...
Forum: AIX 07-11-2014
8,639
Posted By zaxxon
I don't know if IBM's xlC-compiler brings a IDE,...
I don't know if IBM's xlC-compiler brings a IDE, but you could use Eclipse C/C++ dev suite for this. I bet there is some way to integrate the C-Compiler on the AIX box.
Forum: AIX 06-20-2014
4,927
Posted By dukessd
IBM AIX Toolbox for Linux Applications -...
IBM AIX Toolbox for Linux Applications - Alphabetical Listing (http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html)
Forum: AIX 06-20-2014
4,927
Posted By CarloM
If you have your license details then you should...
If you have your license details then you should be able to download the ISO from the IBM site.
Forum: AIX 06-19-2014
4,927
Posted By bakunin
No. Your immediate problem, as you described it,...
No. Your immediate problem, as you described it, is that the package "bos.adt.prof" is not installed. This is part of standard AIX (though it is not installed per default) and should be on your...
Forum: AIX 06-19-2014
4,927
Posted By bakunin
Installing software on AIX is straightforward (i...
Installing software on AIX is straightforward (i suppose you have just the package there, no NIM-server to use, etc.). You have to do everything that follows as root:

put the package file to a new...
Forum: AIX 06-18-2014
4,927
Posted By CarloM
It's a long time since I installed any OS...
It's a long time since I installed any OS packages on AIX, but this (http://www.gilandre.net/cgi-bin/wiki.cgi/AIXDebuggerInstallation) looks promising.
Forum: AIX 06-18-2014
4,927
Posted By CarloM
Maybe it's not installed? What does this...
Maybe it's not installed?

What does this output (if anything)?
lslpp -ha bos.adt.prof
or
lslpp -w "*gprof*"
Forum: AIX 06-09-2014
3,098
Posted By bakunin
I one word: you can't. ;-)) malloc() is a...
I one word: you can't. ;-))

malloc() is a system call to allocate memory dynamically. If you define a variable like you did define "tot", or the array "a" the compiler will set aside a certain...
Forum: AIX 05-21-2014
2,661
Posted By -=XrAy=-
The reason for using the RPM package was to...
The reason for using the RPM package was to install a already compiled (working) version of dmalloc and NOT to have to install a self-compiled version (configure + make + make install) ;)

Now you...
Forum: AIX 05-21-2014
2,661
Posted By -=XrAy=-
Hi, did you try to install the binary RMP...
Hi,

did you try to install the binary RMP dmalloc-5.5.2-1.aix5.1.ppc.rpm (ftp://www.oss4aix.org/everything/RPMS/dmalloc-5.5.2-1.aix5.1.ppc.rpm) from Perzl?


PS
Exists the directory...
Forum: AIX 05-21-2014
2,661
Posted By -=XrAy=-
The binary RPM is ready for use (if all...
The binary RPM is ready for use (if all dependencies are met), no need to compile the source code yourself.

rpm -qa will show all installed RPM-Packages
rpm -iv <file>.rpm will try install the...
Forum: AIX 05-15-2014
2,841
Posted By bakunin
Try the GNU debugger ("gdb") if you compiled your...
Try the GNU debugger ("gdb") if you compiled your program with the GNU-C compiler. You get all sorts of GNU tools from Michael Perzls site with Freeware for AIX (http://www.perzl.org/aix/).

I hope...
Forum: AIX 05-14-2014
2,841
Posted By -=XrAy=-
Hi, i dont know a special Tool but maybe...
Hi,

i dont know a special Tool but maybe this site (AIX Tools) will help you:

Tools to aid debugging on AIX (http://www.ibm.com/developerworks/aix/library/au-debugtools/index.html?ca=dat)
...
Forum: AIX 05-02-2014
3,180
Posted By bakunin
Yes, that seems to be the most feasible solution....
Yes, that seems to be the most feasible solution. Most probably the medium with the filesets lurks around somewhere near the physical location of the system anyways.



Hardly. First off,...
Forum: AIX 04-30-2014
3,180
Posted By bakunin
That is a common error: you need the base-level...
That is a common error: you need the base-level fileset to be able to install any updates. This makes sure that you can't do anything with the freely available updates if you do not have the...
Forum: AIX 04-29-2014
3,180
Posted By bakunin
OK, I'll explain more detailed what i mean. ...
OK, I'll explain more detailed what i mean.



This probably explains it. If you have a NIM-Server (i have written a short introduction to this, have a look at the pinned threads here) in your...
Forum: AIX 04-29-2014
4,651
Posted By zaxxon
It is a set of tools which are used to install...
It is a set of tools which are used to install and maintain software installations, updates etc. It needs them in a compatible format to be able to do this.
You can compare it with for example rpm,...
Forum: AIX 04-29-2014
4,651
Posted By zaxxon
When lslpp did not display anything, it seems it...
When lslpp did not display anything, it seems it is not handled by the AIX package manager.
It seems to be plainly installed into a filesystem/directory.

When installing this software, was there...
Forum: AIX 04-28-2014
3,180
Posted By bakunin
You don't. SUMA will just help you download all...
You don't. SUMA will just help you download all the necessary dependencies, but you do not need it to install any software.



This is going to be a problem because it is out of support for ~2...
Forum: AIX 04-28-2014
3,180
Posted By blackrageous
Do... ls -l /usr/lib/syscalls.imp ...
Do...

ls -l /usr/lib/syscalls.imp

and...

lslpp -l bos.adt.syscalls

post results
Forum: AIX 04-28-2014
4,651
Posted By Corona688
I suspect it means what it says -- the command is...
I suspect it means what it says -- the command is not installed.
Forum: AIX 04-28-2014
4,651
Posted By zaxxon
If it is installed, it might not be in the path. ...
If it is installed, it might not be in the path.
You can try locating it with:

lslpp -f | grep purify


When you found it, you can add the directory to your PATH or just call it with the...
Showing results 1 to 23 of 23

 
All times are GMT -4. The time now is 04:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy