#6695 closed bug (invalid)
WebPositive missing library -- easy
Reported by: | bbjimmy | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/WebPositive | Version: | R1/alpha2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
launching webpositive on a fresh build:
Could not open "WebPositive" (Missing libraries: libstdc++.so).
solution: add a link to libstdc++.so.6.0.10 named libstdc++.so in "/boot/common/lib/gcc4"
Attachments (2)
Change History (11)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
As soon as I can compile again, I will let you know.
C++ /DATA/haiku/generated.gcc4/objects/haiku/x86/release/add-ons/translators/bmp/BMPView.o /DATA/haiku/src/add-ons/translators/bmp/BMPView.cpp:46:3: error: could not determine date and time: Function not implemented
follow-up: 4 comment:3 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
WebPositive works properly on hrev38900-gcc2 hybrid.
comment:4 by , 14 years ago
comment:5 by , 14 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:6 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
libstdc++.so is part of Haiku. It lives in /boot/system/lib/gcc4. If you do not have that folder (or these following files), then your Haiku installation is broken.
/boot/system/lib/gcc4> ls -1 libGL.so libGLU.so libbe.so libbnetapi.so libbsd.so libdebug.so libdevice.so libfluidsynth.so libfreetype.so libgame.so libglut.so libgnu.so libicudata.so.44 libicui18n.so.44 libicuio.so.44 libicule.so.44 libiculx.so.44 libicutu.so.44 libicuuc.so.44 libilmimf.so libjpeg.so libjpeg.so.8.0 liblocale.so liblpsolve55.so libmail.so libmedia.so libmidi.so libmidi2.so libnetwork.so libpng.so libpng.so.1.4 libroot-addon-icu.so libroot.so libroot_debug.so libscreensaver.so libstdc++.so libsupc++.so libtextencoding.so libtiff.so libtiff.so.3.8 libtracker.so libtranslation.so libz.so libz.so.1 /boot/system/lib/gcc4>
by , 14 years ago
the files listing for /boot/system/lib/gcc4 on a new image
comment:8 by , 14 years ago
I'm not seeing the behavior you describe on hrev38948 here. Hence the assumption that your installation is broken, since other people do not appear to be seeing the reported behavior.
hrev38901 may have helped, could you give it a try?