Janghyegyung
Technical User
Hi, I encountered the error during the compilation to install the openssl on AIX 4.3.3
The message is
# /tmp/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 guess this is the problem about setting up the resource limit on system, maybe about the memory.
How do i have to?
The message is
# /tmp/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 guess this is the problem about setting up the resource limit on system, maybe about the memory.
How do i have to?