Re: 9.1i in Red Hat Enterprise Linux AS 64-bit
On 5 Feb, 16:16, xingzhi <xingzhi...@hotmail.com> wrote:
> I was trying to installing Xilinx ISE 9.1i full version on RHEL 4 AS 64-bit and I got following errors:
>
> error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
>
> The Xilinx Webpage says RHEL 4 WS 64-bit is supported. Does this mean only WS not AS is supported? Any one succeed on installing 9.1i on AS/ES ?
>
> Thanks
check the executable (file <executable>) and verify if it's 32 bit or
64, then check if the libstdc++ libraries installed are 32 or 64 bit
The library paths are different for the two archs and you need the
appropriate kind for the program to run. Probably you only have the
EM64T version installed, so rpm -ivh <lib>.i386.rpm and you're set.
e
|