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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Segmentation fault

Status
Not open for further replies.

jshaulis

MIS
May 18, 2004
4
US
I am tring to install Lotus Domino/Notes 5.0.5 on a AIX 4.3.3 server.

I go to run the cdrom/ibmpow/install and I get the following error.

Lotus Notes for Unix Install Program
---------------------------------------------
./install[170]: 10088 Segmentation fault

This had Lotus Notes installed on it before. I might have deleted it wrong. I am very new at AIX, is there some kind of uninstall program? Anyways, I just deleted the Lotus folder. I am not sure if that does the trick or not. I am now getting this error when I try to install it again. Any advice on this problem would be really nice. Thanks again,

Justin Shaulis
 
found the problem

The 'install' script is a Perl script. Generally, when it produces a core file, it is the Perl interpreter that is bundled with the installation that is crashing. Lotus has seen this type of error occur when the 'root' account's LANG environment variable is set to something other than 'C'. To check, as 'root', type:

echo $LANG

if this returns something such as:
en_US

please set the variable to 'C', and rerun the install program. To set the variable in ksh, type:

export LANG=C
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top