On Monday 13 October 2008, Tom wrote:
> --- On Sun, 10/12/08, Frank Mehnert <[EMAIL PROTECTED]> wrote:
> > The .run package is compiled on a rhel3 jail with gcc-3.2
> > and depends on libstdc++.so.5. The reason is that this
> > package should be compatible with a much Linux distributions
> > as possible.
>
> RHEL3 is into the third and last phase of its support cycle,
> so I hope that things depending on its requirements will start
> to move on to newer versions. :)
>
> > Which Linux distribution are you using?
>
> A completely custom build with package versions chosen for
> requirements that I didn't set (and don't understand).
>
> I can describe the basics:
> kernel / headers - 2.6.23
> glibc - 2.6.1
> gcc - 4.1.2
>
> I don't know if that helps at all.

No chance. You have to install the libstdc++.so.5 package somehow.
We will probably raise the minimum build environment next time.

An ugly workaround would be to use a proper rpm or deb package and
unpack the package into the proper directories. deb packages can
be unpacked with

  dpkg -x <package> .

into the current directory. rpm packages can be unpackage with

  rpm2cpio <package> | cpio -idmv --no-absolute-filenames

into the current directory. A proper package would be the Ubuntu
Gutsy package.

Kind regards,

Frank
-- 
Dr.-Ing. Frank Mehnert    Sun Microsystems    http://www.sun.com/

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to