Cool VL Viewer forum

View unanswered posts | View active topics It is currently 2025-08-09 12:10:26



Reply to topic  [ 61 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7  Next
Webkit Plugin Fail 
Author Message

Joined: 2009-08-09 02:56:43
Posts: 46
Reply with quote
Doesn't want to compile:

http://www.box.net/shared/m737fxe2xefk786khlqa


2011-08-18 02:52:08
Profile

Joined: 2009-03-17 18:42:51
Posts: 6030
Reply with quote
In cmake-SL, edit the TUNE_FLAGS and add "-m32" to read:
Code:
TUNE_FLAGS="-m32 -fomit-frame-pointer -frename-registers -fweb -fexpensive-optimizations -march=i686 -msse3 -mfpmath=sse"

There is also the libstdc++.so.6 issue... Not sure where the 32bits version is in a 64bits system: probably in /usr/lib32... In this case, replace the 4 lines after "# Let's use the system libstdc++ if available:" with:
Code:
# Let's use the system libstdc++ if available:
if check $USE_SYSTEM_LIBSTDC /usr/lib32/libstdc++.so.6 "libstdc++" ; then
    rm -f $PATH_TO_SOURCES/libraries/i686-linux/lib_release_client/libstdc++.*
    update_manifest libstdc
fi
Or try compiling with USE_SYSTEM_LIBSTDC="no" (set just above the TUNE_FLAGS line), but I doubt it would result in a functional viewer.

Also make sure you have all the "devel" packages installed for the 32bits libraries (32bits gcc-devel and libstdc++-devel, especially).


2011-08-18 07:38:10
Profile WWW

Joined: 2009-08-09 02:56:43
Posts: 46
Reply with quote
Ok, I'll give it shot. Thanks.


2011-08-18 13:27:35
Profile

Joined: 2009-03-17 18:42:51
Posts: 6030
Reply with quote
@Lance and mooreted:

Please, try the Cool VL Viewer v1.26.0.15. If the webkit plugin still fails on your system, please try with the one provided in this archive and let me know...


2011-08-19 19:52:16
Profile WWW

Joined: 2009-08-09 02:56:43
Posts: 46
Reply with quote
Ok, busy with work and two broken cars, but I'll give it a try this weekend.

Not sure it matters, but I downloaded Imprudence 32-bit and it runs fine. Not sure what the difference is.


2011-08-19 20:00:43
Profile

Joined: 2009-03-17 18:42:51
Posts: 6030
Reply with quote
mooreted wrote:
Ok, busy with work and two broken cars, but I'll give it a try this weekend.

Not sure it matters, but I downloaded Imprudence 32-bit and it runs fine. Not sure what the difference is.
Again, imprudence is based off v1.23.5, not Snowglobe...


2011-08-19 20:23:23
Profile WWW

Joined: 2009-08-09 02:56:43
Posts: 46
Reply with quote
Ah, I see. Well, maybe 3rd time is the charm. We'll see.


2011-08-19 22:54:48
Profile

Joined: 2009-03-18 09:32:02
Posts: 246
Reply with quote
cool15 works fine for me.


2011-08-20 11:20:05
Profile YIM WWW

Joined: 2009-08-09 02:56:43
Posts: 46
Reply with quote
Cool 16 says:


You are running the Second Life Viewer on a x86_64 platform. The
most common problems when launching the Viewer (particularly
'bin/snowglobe-do-not-run-directly: not found' and 'error while
loading shared libraries') may be solved by installing your Linux
distribution's 32-bit compatibility packages.
For example, on Ubuntu and other Debian-based Linuxes you might run:
$ sudo apt-get install ia32-libs ia32-libs-gtk ia32-libs-kde ia32-libs-sdl

Running the command says:


libs-gtk ia32-libs-kde ia32-libs-sdl
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'ia32-libs' instead of 'ia32-libs-gtk'
Note, selecting 'ia32-libs' instead of 'ia32-libs-sdl'
E: Unable to locate package ia32-libs-kde

sudo apt-get install ia32-libs says:


ia32-libs is already the newest version.

I may give up and switch to 32-bit Mint or something.


2011-08-28 01:15:55
Profile

Joined: 2009-08-09 02:56:43
Posts: 46
Reply with quote
Looks like it doesn't like the version of 32-bit libraries I have:


ldd snowglobe-do-not-run-directly
linux-gate.so.1 => (0xf7774000)
libopenal.so.1 => /usr/lib32/libopenal.so.1 (0xf76fc000)
libalut.so => not found
libllcommon.so => not found
libgobject-2.0.so.0 => /usr/lib32/libgobject-2.0.so.0 (0xf76b5000)
libglib-2.0.so.0 => /lib32/libglib-2.0.so.0 (0xf75de000)
libGLU.so.1 => /usr/lib32/libGLU.so.1 (0xf7570000)
libGL.so.1 => /usr/lib32/nvidia-current/libGL.so.1 (0xf749e000)
libX11.so.6 => /usr/lib32/libX11.so.6 (0xf7383000)
libSDL-1.2.so.0 => /usr/lib32/libSDL-1.2.so.0 (0xf72fa000)
libgdk-x11-2.0.so.0 => /usr/lib32/libgdk-x11-2.0.so.0 (0xf7261000)
libgthread-2.0.so.0 => /usr/lib32/libgthread-2.0.so.0 (0xf725b000)
libgtk-x11-2.0.so.0 => /usr/lib32/libgtk-x11-2.0.so.0 (0xf6e82000)
libELFIO.so => not found
libtcmalloc.so.0 => not found
libopenjpeg.so.1.3 => not found
libssl.so.0.9.7 => not found
libcrypto.so.0.9.7 => not found
libaprutil-1.so.0 => not found
libapr-1.so.0 => not found
libexpat.so.1 => /lib32/libexpat.so.1 (0xf6e57000)
libfmod-3.75.so => not found
libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf6d6b000)
libm.so.6 => /lib32/libm.so.6 (0xf6d45000)
libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf6d29000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf6d10000)
libc.so.6 => /lib32/libc.so.6 (0xf6bb2000)
librt.so.1 => /lib32/librt.so.1 (0xf6ba9000)
libfontconfig.so.1 => /usr/lib32/libfontconfig.so.1 (0xf6b7a000)
libdl.so.2 => /lib32/libdl.so.2 (0xf6b76000)
libpcre.so.3 => /lib32/libpcre.so.3 (0xf6b37000)
libnvidia-tls.so.280.13 => /usr/lib32/nvidia-current/tls/libnvidia-tls.so.280.13 (0xf6b33000)
libnvidia-glcore.so.280.13 => /usr/lib32/nvidia-current/libnvidia-glcore.so.280.13 (0xf5222000)
libXext.so.6 => /usr/lib32/libXext.so.6 (0xf5213000)
libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf51fa000)
libasound.so.2 => /usr/lib32/libasound.so.2 (0xf512e000)
libpangocairo-1.0.so.0 => /usr/lib32/libpangocairo-1.0.so.0 (0xf5121000)
libpango-1.0.so.0 => /usr/lib32/libpango-1.0.so.0 (0xf50e1000)
libgdk_pixbuf-2.0.so.0 => /usr/lib32/libgdk_pixbuf-2.0.so.0 (0xf50c4000)
libgio-2.0.so.0 => /usr/lib32/libgio-2.0.so.0 (0xf4fc1000)
libgmodule-2.0.so.0 => /usr/lib32/libgmodule-2.0.so.0 (0xf4fbd000)
libXrender.so.1 => /usr/lib32/libXrender.so.1 (0xf4fb2000)
libXinerama.so.1 => /usr/lib32/libXinerama.so.1 (0xf4fae000)
libXi.so.6 => /usr/lib32/libXi.so.6 (0xf4f9f000)
libXrandr.so.2 => /usr/lib32/libXrandr.so.2 (0xf4f97000)
libXcursor.so.1 => /usr/lib32/libXcursor.so.1 (0xf4f8d000)
libXcomposite.so.1 => /usr/lib32/libXcomposite.so.1 (0xf4f88000)
libXdamage.so.1 => /usr/lib32/libXdamage.so.1 (0xf4f84000)
libXfixes.so.3 => /usr/lib32/libXfixes.so.3 (0xf4f7e000)
libcairo.so.2 => /usr/lib32/libcairo.so.2 (0xf4ecb000)
libatk-1.0.so.0 => /usr/lib32/libatk-1.0.so.0 (0xf4eaf000)
libpangoft2-1.0.so.0 => /usr/lib32/libpangoft2-1.0.so.0 (0xf4e86000)
libfreetype.so.6 => /usr/lib32/libfreetype.so.6 (0xf4e00000)
/lib/ld-linux.so.2 (0xf7775000)
libz.so.1 => /usr/lib32/libz.so.1 (0xf4deb000)
libXau.so.6 => /usr/lib32/libXau.so.6 (0xf4de7000)
libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf4de1000)
libresolv.so.2 => /lib32/libresolv.so.2 (0xf4dcb000)
libselinux.so.1 => /lib32/libselinux.so.1 (0xf4db0000)
libpixman-1.so.0 => /usr/lib32/libpixman-1.so.0 (0xf4d44000)
libpng12.so.0 => /lib32/libpng12.so.0 (0xf4d1f000)
libxcb-shm.so.0 => /usr/lib32/libxcb-shm.so.0 (0xf4d1a000)
libxcb-render.so.0 => /usr/lib32/libxcb-render.so.0 (0xf4d12000)


2011-08-28 20:18:29
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 61 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7  Next

Who is online

Users browsing this forum: No registered users and 43 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.