![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why not a segmentation fault?? | lagigliaivan | High Level Programming | 22 | 05-21-2008 08:07 AM |
| segmentation fault | rockgal | High Level Programming | 8 | 12-05-2006 08:16 AM |
| Segmentation Fault | compbug | UNIX for Dummies Questions & Answers | 3 | 04-21-2006 07:43 AM |
| segmentation fault | wojtyla | High Level Programming | 3 | 02-19-2005 10:53 AM |
| segmentation fault | omran | High Level Programming | 2 | 08-01-2003 05:19 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Segmentation fault
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 |
| Forum Sponsor | ||
|
|
|
|||
|
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 |
|||
| Google UNIX.COM |