Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compile error

Status
Not open for further replies.

Janghyegyung

Technical User
Aug 20, 2001
42
KR
During the installing openssl on AIX 4.3.3, the result of command "make" displays the error message like this.

I don't think it is up to only openssl, maybe it's the same case if I try compile any other application.

How can I fix this error?
Any informations, please...

>openssl-0.9.5a# make
>making all in crypto...
> cc -I. -I../include -O -DAIX -DB_ENDIAN -c cryptlib.c
>cc: 1501-245 Warning: Hard ulimit has been reduced to less than RLIM_INFINITY. There may not be eno
>ugh space to complete the compilation.
>Could not load program xlCcode:
>Error was: Not enough space
>make: The error code from the last command is 255.
>
>
>Stop.
>make: The error code from the last command is 1.
>
>
>Stop.
 
I solved.
It's the problem about the resource limit that user can use. It's in the file /etc/security/limits.

I changed the value to -1(unlimited) of the root's memory,stack,data using vi editor and logged on again, tried to compile and everything was ok.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top