Opened 14 years ago
Last modified 14 years ago
#52 assigned enhancement
ubuntu 9.10
Reported by: | francis.west@… | Owned by: | bas |
---|---|---|---|
Priority: | blocker | Milestone: | |
Version: | 6.0.1 | Keywords: | karmic libstdc |
Cc: |
Description
Hello, I just installed some ubuntu 9.10 servers, tried installing your dellomsa 6 package, you are probably already aware of this issue, but while running omreport:
omreport: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
this is probably because 9.10 uses libstdc++.so.6, I would have been happy to compile my own packages but there don't seem to be any source packages, I guess because you can't redistribute omsa or something?
Change History (3)
comment:1 Changed 14 years ago by adouba@…
comment:2 Changed 14 years ago by bas
- Owner set to bas
- Status changed from new to assigned
Just back from vacation.
Thanks for the info. I do not have the source of the dellomsa package i just convert it from the rpm packages.
comment:3 Changed 14 years ago by bas
- Type changed from defect to enhancement
I was able to install the library form Jaunty.
wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gcc-3.3/libstdc++5_3.3.6-17ubuntu1_i386.deb
ar vx libstdc++5_3.3.6-17ubuntu1_i386.deb tar zxfv data.tar.gz
install usr/lib/libstdc++.so.5.0.7 /usr/lib32/ cd /usr/lib32/ ln -s libstdc++.so.5.0.7 libstdc++.so.5
Voila!