>Date: Tue, 30 Mar 2004 12:11:31 -0800 (PST)
>To: nmayotte@charter.net
>Subject: Re: [S] Splus 6.2 help
>
>On Tue, 30 Mar 2004 nmayotte@charter.net wrote:
>
>> I have a SuSE 8.0 machine that I am trying to install >Splus 6.2 on.
>> It goes through the configure and install scripts fine, >but when I try
>> to run Splus it gives me this error:
>>
>> /APPS/Splus6.2/cmd/Sqpe: error while loading shared >libraries:
>> libstdc++.so.5: cannot open shared object file: No such >file or
>> directory
>>
>> Does anyone know how I can fix this?
>
>
>Does the following command let it start? I used Splus
>as the name of your startup script -- change it in both
>places if you didn't call it Splus.
>
> env LD_LIBRARY_PATH=`Splus >SHOME`/newfun/lib/redhat8:"$LD_LIBRARY_PATH"
>Splus
>
After I did that it gives me the same error message. One thing I tried was
editing the startup script. I edited this line:
S_LIBLIST=${SHOME}/newfun/lib/redhat8/
originally the redhat8/ wasn't there. And then trying to run it gives me this
error:
cat: /lib/ld-linux.so.2: version `GLIBC_PRIVATE' not found (required by
/APPS/Splus6.2/newfun/lib/redhat8/libc.so.6)
/bin/sh: /lib/ld-linux.so.2: version `GLIBC_PRIVATE' not found (required by
/APPS/Splus6.2/newfun/lib/redhat8/libc.so.6)
If it helps any, I do have gcc3.2 installed, just not in the typical spot. I
installed it in /opt/gcc3.2 (with the lib's in /opt/gcc3.2/lib) since I know
replacing the old gcc would cause problems with alot of things.
|