Re: [Installbase-devel] newbie question
Status: Alpha
Brought to you by:
damonc
From: Damon C. <da...@yo...> - 2003-09-17 14:51:12
|
> I downloaded InstallBase recently to provide a cross platform installer > for an application we are creating for a software engineering class. I > downloaded InstallBase on my Windows XP machine and for the installer for > my project, I clicked on Windows and both versions of Solaris for my > platforms. > > When I built the project and tested it, it worked fine on Windows. > > However, I transferred the Solaris versions of the installer program to my > Solaris machine and when I tried executing it, I got the following error > message: > > [wonka 8] Solaris-8-sparc-Install > ld.so.1: Solaris-8-sparc-Install: fatal: libstdc++.so.2.10.0: open failed: > No such file or directory > Killed This is actually due to Solaris not having the standard C++ library. What version of Solaris are you running? This part of InstallBase is not actually mine. It's a technology I use that relies on C++ (I usually prefer not to). Let me see what I can find out about this. Thanks, Damon |