Dmalloc install ussues on AIX


 
Thread Tools Search this Thread
Operating Systems AIX Dmalloc install ussues on AIX
# 1  
Old 05-20-2014
Dmalloc install ussues on AIX

Hello,
I am trying to install Dmalloc 5.5.2 on AIX 5.3
While installing it both :
Code:
sh ./configure

and
Code:
make

run without errors. Then the command:
Code:
make install

finishes like this:
Code:
./mkinstalldirs /usr/local/include
./mkinstalldirs: not found
make: The error code from the last command is 1
Stop.

Could you help me with this please
Thanks in advance
# 2  
Old 05-21-2014
Hi,

did you try to install the binary RMP dmalloc-5.5.2-1.aix5.1.ppc.rpm from Perzl?


PS
Exists the directory /usr/local/include or did you try to create it?

Regards
This User Gave Thanks to -=XrAy=- For This Post:
# 3  
Old 05-21-2014
thanks for you reply Smilie

Quote:
Originally Posted by -=XrAy=-

did you try to install the binary RMP dmalloc-5.5.2-1.aix5.1.ppc.rpm from Perzl?
I didn't install it, and I'm so new to this environement, could you please explain why I have to do it and how ...
Quote:
Originally Posted by -=XrAy=-
PS
Exists the directory /usr/local/include or did you try to create it?
the directory /usr/local/include already exists I didn't creat it
Thanks in advance
# 4  
Old 05-21-2014
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 specified package

I am not sure if RPM Package Manager is installed on your Server.

Regards
This User Gave Thanks to -=XrAy=- For This Post:
# 5  
Old 05-21-2014
Thanks a lot Smilie
I installed the RPM-Package you've specified, then I run :
Code:
make install

as root, and it works
# 6  
Old 05-21-2014
Hmmm,

why did you run make install?


I guess now you have installed dmalloc twice, once from RPM and once from Sourcecode.

Regards
# 7  
Old 05-21-2014
In fact before installing the RPM-Package, the command :
Code:
make install

doesn't work, it displays an error ... but after the installation it works fine Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

How to install python on the AIX 5.2?

Hi folks, Could tell me how to install python on the AIX 5.2 ? What better method for install: rpm or compiling? Regards. (4 Replies)
Discussion started by: stenioc1
4 Replies

2. AIX

How to use dmalloc?

Hi, I installed dmalloc via RPM package and I'm trying to compile a C program with dmalloc I have added this line :function dmalloc { eval ‘command dmalloc -b $*‘; } to my .profile I included ‘dmalloc.h’ in my C file I tried to linke the dmalloc library via this command: % gcc -o myprog... (4 Replies)
Discussion started by: SteAlma
4 Replies

3. AIX

Install pkgadd on AIX

I believe pkgadd facility is available on AIX for managing installation of software packages. How can i get pkgadd facility on AIX machine. which packages i have to install to get pkgadd feature? :mad: (4 Replies)
Discussion started by: snreddy_gopu
4 Replies

4. AIX

How to install AIX on x series?

Hi everyone, I have one IBM server x3650 M2 with intel cpu, i want to install AIX on it. Could you please tell me which version of AIX i can use to install on that machine? Thank you very much :) (1 Reply)
Discussion started by: simba87
1 Replies

5. AIX

MYSQL Install on AIX

Hello All: I've been asked to install mysql on AIX box and I have very little experience in UNIX. Does anybody have any step by step directions on installing MYSQL? Any guidance would be appreciated! Thanks (1 Reply)
Discussion started by: rmnv
1 Replies

6. AIX

Install of Subversion on AIX

To anyone that can help us We use AIX 5.3 and when we installed Subversion (1.3.1) it took us a week to install. We know how to do the install (a look at the Subversion website tells us how to do this). It is the libraries, compiler version etc...that is the issue. We have to port the... (1 Reply)
Discussion started by: saddlerken
1 Replies

7. AIX

how to install openSSH in AIX 5.3?

Guys I need to install openSSH on AIX 5.3? First problem is : i am unable to find openSSH 3.8.1 freeware on the net ?pls pass on any links if you have. Second problem is : installation.Although i know how to install rpm packages,installing SSH is bit diffrent.But that second issue. Can... (16 Replies)
Discussion started by: ak835
16 Replies

8. AIX

How to install aix on a VLPAR

I have a VIO server on p5, already setup vio client as a lpar on that machine. The question is how I install AIX on that LPAR from NIM server? Does anybody have a document or which IBM redbook has the steps? (0 Replies)
Discussion started by: rainbow_bean
0 Replies

9. AIX

How to install depots in AIX 5.3

Hi, I want to install gcc-4.2.3-hppa-11.11.depot in AIX 5.3... In HP-UX we have a command swinstall to via UI we can install depots... so is there any command to install depots in AIX? Thanks, (3 Replies)
Discussion started by: meeraramanathan
3 Replies

10. UNIX Desktop Questions & Answers

Can I Install AIX 4.3.3 on a PC?

Would it be possible to install AIX ver 4.3.3 on a Pc so I can Practice commands and become familiar with the system? Is there anything special that i would have to do? Thanks Frank (1 Reply)
Discussion started by: wumagic
1 Replies
Login or Register to Ask a Question