[Alsa-user] libaoss.so fails preloading

2008-04-29 Thread Derek Wickersham
My system:
Linux ben 2.6.23.16-1mdv #1 Mon Feb 11 07:24:40 EST 2008 x86_64 AMD Athlon(tm) 
64 X2 Dual Core Processor 4400+ GNU/Linux

# lsmod | grep snd
snd_seq_dummy   4740  0
snd_seq_oss35024  0
snd_seq_midi_event  8840  1 snd_seq_oss
snd_seq56120  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device  9756  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss43696  0
snd_mixer_oss  17800  1 snd_pcm_oss
snd_hda_intel 412440  9
snd_pcm86448  4 snd_pcm_oss,snd_hda_intel
snd_timer  26656  4 snd_seq,snd_pcm
snd_page_alloc 12048  2 snd_hda_intel,snd_pcm
snd_hwdep  11280  1 snd_hda_intel
snd66856  24 
snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
soundcore   9360  1 snd

I have compiled and installed ALSA 1.0.16 and the OSS compatibility library 
1.0.15.  Sound is working fine in KDE.  However if I run /usr/bin/aoss to 
launch firefox I get this:

ERROR: ld.so: object '/usr/$LIB/libaoss.so' from LD_PRELOAD cannot be 
preloaded: ignored.

I tried hard-coding the path in the aoss script to /usr/lib/libaoss.so.0.0.0 
but it didn't help:

ERROR: ld.so: object '/usr/lib/libaoss.so.0.0.0' from LD_PRELOAD cannot be 
preloaded: ignored.

I am not seeing a permissions problem on the files:
[EMAIL PROTECTED] lib]# ls -al libaoss*
-rw-r--r-- 1 root root 77154 2008-04-28 16:35 libaoss.a
-rwxr-xr-x 1 root root   853 2008-04-28 16:35 libaoss.la*
lrwxrwxrwx 1 root root16 2008-04-28 16:35 libaoss.so - libaoss.so.0.0.0*
lrwxrwxrwx 1 root root16 2008-04-28 16:35 libaoss.so.0 - 
libaoss.so.0.0.0*
-rwxr-xr-x 1 root root 59452 2008-04-28 16:35 libaoss.so.0.0.0*

What is the problem with preloading libaoss?

Thanks-


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] libaoss.so fails preloading

2008-04-29 Thread James Pearson
Derek Wickersham wrote:
 My system:
 Linux ben 2.6.23.16-1mdv #1 Mon Feb 11 07:24:40 EST 2008 x86_64 AMD 
 Athlon(tm) 
 64 X2 Dual Core Processor 4400+ GNU/Linux
 
 # lsmod | grep snd
 snd_seq_dummy   4740  0
 snd_seq_oss35024  0
 snd_seq_midi_event  8840  1 snd_seq_oss
 snd_seq56120  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
 snd_seq_device  9756  3 snd_seq_dummy,snd_seq_oss,snd_seq
 snd_pcm_oss43696  0
 snd_mixer_oss  17800  1 snd_pcm_oss
 snd_hda_intel 412440  9
 snd_pcm86448  4 snd_pcm_oss,snd_hda_intel
 snd_timer  26656  4 snd_seq,snd_pcm
 snd_page_alloc 12048  2 snd_hda_intel,snd_pcm
 snd_hwdep  11280  1 snd_hda_intel
 snd66856  24 
 snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
 soundcore   9360  1 snd
 
 I have compiled and installed ALSA 1.0.16 and the OSS compatibility library 
 1.0.15.  Sound is working fine in KDE.  However if I run /usr/bin/aoss to 
 launch firefox I get this:
 
 ERROR: ld.so: object '/usr/$LIB/libaoss.so' from LD_PRELOAD cannot be 
 preloaded: ignored.
 
 I tried hard-coding the path in the aoss script to /usr/lib/libaoss.so.0.0.0 
 but it didn't help:
 
 ERROR: ld.so: object '/usr/lib/libaoss.so.0.0.0' from LD_PRELOAD cannot be 
 preloaded: ignored.
 
 I am not seeing a permissions problem on the files:
 [EMAIL PROTECTED] lib]# ls -al libaoss*
 -rw-r--r-- 1 root root 77154 2008-04-28 16:35 libaoss.a
 -rwxr-xr-x 1 root root   853 2008-04-28 16:35 libaoss.la*
 lrwxrwxrwx 1 root root16 2008-04-28 16:35 libaoss.so - libaoss.so.0.0.0*
 lrwxrwxrwx 1 root root16 2008-04-28 16:35 libaoss.so.0 - 
 libaoss.so.0.0.0*
 -rwxr-xr-x 1 root root 59452 2008-04-28 16:35 libaoss.so.0.0.0*
 
 What is the problem with preloading libaoss?

My guess is that you don't have the 64 bit libaoss.so installed - which 
will be at /usr/lib64/libaoss.so (or you have the 64 libaoss.so in /usr/lib)

Even if your firefox binary is 32 bit, the wrapper scripts will be run 
through a 64 bit shell, so it is probably the script shell that is 
complaining it can't find /usr/lib64/libaoss.so ('$LIB' gets expanded by 
  ld.so to be 'lib' or 'lib64' depending on the binary being linked)

James Pearson

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] Fwd: Re: libaoss.so fails preloading

2008-04-29 Thread Derek Wickersham
Hi,

Thanks for the quick reply.  I have been researching this for literally weeks 
and have gotten nowhere.  

One of the things I had previously checked (and should have made mention of in 
the original post) was the libaoss.so binary itself:

# file /usr/lib/libaoss.so.0.0.0
/usr/lib/libaoss.so.0.0.0: ELF 64-bit LSB shared object, x86-64, version 1 
(SYSV), not stripped

# file /usr/lib64/libaoss.so.0.0.0
/usr/lib64/libaoss.so.0.0.0: setuid setgid ELF 64-bit LSB shared object, 
x86-64, version 1 (SYSV), stripped

The one in /usr/lib64 is the one that came with one of the OS packages.  The 
one in /usr/lib is the one I compiled from source...make install placed it 
in that directory.  In fact I had recompiled and it just yesterday in failed 
attempts to get it working:

# ls -al /usr/lib/libaoss*
-rw-r--r-- 1 root root 77154 2008-04-28 16:35 /usr/lib/libaoss.a
-rwxr-xr-x 1 root root   853 2008-04-28 16:35 /usr/lib/libaoss.la*
lrwxrwxrwx 1 root root16 2008-04-28 16:35 /usr/lib/libaoss.so - 
libaoss.so.0.0.0*
lrwxrwxrwx 1 root root16 2008-04-28 16:35 /usr/lib/libaoss.so.0 - 
libaoss.so.0.0.0*
-rwxr-xr-x 1 root root 59452 2008-04-28 16:35 /usr/lib/libaoss.so.0.0.0*

I tried hard-coding both /usr/lib/libaoss.so.0.0.0 
and /usr/lib64/libaoss.so.0.0.0 (separately) in the /usr/bin/aoss wrapper 
script but they both met the same fate.

Thanks for your help.
-Derek

--  Forwarded Message  --

Subject: Re: [Alsa-user] libaoss.so fails preloading
Date: Tuesday 29 April 2008
From: James Pearson [EMAIL PROTECTED]
To: Derek Wickersham [EMAIL PROTECTED]

My guess is that you don't have the 64 bit libaoss.so installed - which 
will be at /usr/lib64/libaoss.so (or you have the 64 libaoss.so in /usr/lib)

Even if your firefox binary is 32 bit, the wrapper scripts will be run 
through a 64 bit shell, so it is probably the script shell that is 
complaining it can't find /usr/lib64/libaoss.so ('$LIB' gets expanded by 
  ld.so to be 'lib' or 'lib64' depending on the binary being linked)

James Pearson

---

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Fwd: Re: libaoss.so fails preloading

2008-04-29 Thread James Pearson
Derek Wickersham wrote:
 Hi,
 
 Thanks for the quick reply.  I have been researching this for literally weeks 
 and have gotten nowhere.  
 
 One of the things I had previously checked (and should have made mention of 
 in 
 the original post) was the libaoss.so binary itself:
 
 # file /usr/lib/libaoss.so.0.0.0
 /usr/lib/libaoss.so.0.0.0: ELF 64-bit LSB shared object, x86-64, version 1 
 (SYSV), not stripped
 
 # file /usr/lib64/libaoss.so.0.0.0
 /usr/lib64/libaoss.so.0.0.0: setuid setgid ELF 64-bit LSB shared object, 
 x86-64, version 1 (SYSV), stripped
 
 The one in /usr/lib64 is the one that came with one of the OS packages.  The 
 one in /usr/lib is the one I compiled from source...make install placed it 
 in that directory.  In fact I had recompiled and it just yesterday in failed 
 attempts to get it working:
 
 # ls -al /usr/lib/libaoss*
 -rw-r--r-- 1 root root 77154 2008-04-28 16:35 /usr/lib/libaoss.a
 -rwxr-xr-x 1 root root   853 2008-04-28 16:35 /usr/lib/libaoss.la*
 lrwxrwxrwx 1 root root16 2008-04-28 16:35 /usr/lib/libaoss.so - 
 libaoss.so.0.0.0*
 lrwxrwxrwx 1 root root16 2008-04-28 16:35 /usr/lib/libaoss.so.0 - 
 libaoss.so.0.0.0*
 -rwxr-xr-x 1 root root 59452 2008-04-28 16:35 /usr/lib/libaoss.so.0.0.0*
 
 I tried hard-coding both /usr/lib/libaoss.so.0.0.0 
 and /usr/lib64/libaoss.so.0.0.0 (separately) in the /usr/bin/aoss wrapper 
 script but they both met the same fate.

libaoss.so in /usr/lib should be a 32 bit shared object.

You have a 32 bit app (probably firefox) that the loader is trying to 
preload /usr/lib/libaoss.so - if it doesn't exist, or is not a 32 bit 
shared object, then you get the 'cannot be preloaded: ignored' warning.

You need to compile/obtain a 32 bit libaoss.so and install it in /usr/lib

James Pearson

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] libaoss.so fails preloading

2008-04-29 Thread Derek Wickersham
On Tuesday 29 April 2008 11:09:15 am you wrote:
 libaoss.so in /usr/lib should be a 32 bit shared object.

 You have a 32 bit app (probably firefox) that the loader is trying to
 preload /usr/lib/libaoss.so - if it doesn't exist, or is not a 32 bit
 shared object, then you get the 'cannot be preloaded: ignored' warning.

 You need to compile/obtain a 32 bit libaoss.so and install it in /usr/lib

 James Pearson

My firefox install is 64-bit, but the flash player is 32-bit.  I used the 
nspluginwrapper program to install the flash player to make it work in the 
64-bit environment.  Flash media does play in firefox but there is no 
sound...hence this post.  In fact the preloading error message appears only 
when I load a web page that has a flash object.  

I suspected the 32-bit/64-bit discrepancy was the problem, and had been asking 
for help in other forums  but couldn't get a solution -- 
http://forum.mandriva.com/viewtopic.php?p=476192#476192

So the next question is, how do I compile alsa-oss-1.0.15 as a 32-bit shared 
object on my x86_64 system?  There is no README in the source directory.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] random hang when using latest snd-oxygen driver

2008-04-29 Thread Clemens Ladisch
Peter A. Friend wrote:
 I have a bGears b-Enspirer card supported by the snd-oxygen driver of
 the latest ALSA release. Things work fine for a short time then the
 machine hangs and I am forced to reboot.
 ...
 Usually the system hangs when adjusting the volume or skipping tracks
 in Rhythmbox or Amarok.

Which volume, playback or recording?

Does this ever happen during normal playback, i.e., when you don't
change mixer controls or start/stop something?

Are there ever any messages from the driver in the system log?

 System is a quad core Xeon with 8 gigs of ram.

Could you try with a single-processor kernel?


Regards,
Clemens

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] libaoss.so fails preloading

2008-04-29 Thread Thomas Kuther
On Di, 29.04.08 14:51 James Pearson [EMAIL PROTECTED] wrote:

 Derek Wickersham wrote:
  My system:
  Linux ben 2.6.23.16-1mdv #1 Mon Feb 11 07:24:40 EST 2008 x86_64 AMD
  Athlon(tm) 64 X2 Dual Core Processor 4400+ GNU/Linux
  
  # lsmod | grep snd
  snd_seq_dummy   4740  0
  snd_seq_oss35024  0
  snd_seq_midi_event  8840  1 snd_seq_oss
  snd_seq56120  5
  snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
  snd_seq_device  9756  3 snd_seq_dummy,snd_seq_oss,snd_seq
  snd_pcm_oss43696  0 snd_mixer_oss  17800  1
  snd_pcm_oss snd_hda_intel 412440  9
  snd_pcm86448  4 snd_pcm_oss,snd_hda_intel
  snd_timer  26656  4 snd_seq,snd_pcm
  snd_page_alloc 12048  2 snd_hda_intel,snd_pcm
  snd_hwdep  11280  1 snd_hda_intel
  snd66856  24 
  snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
  soundcore   9360  1 snd
  
  I have compiled and installed ALSA 1.0.16 and the OSS compatibility
  library 1.0.15.  Sound is working fine in KDE.  However if I
  run /usr/bin/aoss to launch firefox I get this:
  
  ERROR: ld.so: object '/usr/$LIB/libaoss.so' from LD_PRELOAD cannot
  be preloaded: ignored.
  
  I tried hard-coding the path in the aoss script
  to /usr/lib/libaoss.so.0.0.0 but it didn't help:
  
  ERROR: ld.so: object '/usr/lib/libaoss.so.0.0.0' from LD_PRELOAD
  cannot be preloaded: ignored.
  
  I am not seeing a permissions problem on the files:
  [EMAIL PROTECTED] lib]# ls -al libaoss*
  -rw-r--r-- 1 root root 77154 2008-04-28 16:35 libaoss.a
  -rwxr-xr-x 1 root root   853 2008-04-28 16:35 libaoss.la*
  lrwxrwxrwx 1 root root16 2008-04-28 16:35 libaoss.so -
  libaoss.so.0.0.0* lrwxrwxrwx 1 root root16 2008-04-28 16:35
  libaoss.so.0 - libaoss.so.0.0.0*
  -rwxr-xr-x 1 root root 59452 2008-04-28 16:35 libaoss.so.0.0.0*
  
  What is the problem with preloading libaoss?
 
 My guess is that you don't have the 64 bit libaoss.so installed -
 which will be at /usr/lib64/libaoss.so (or you have the 64 libaoss.so
 in /usr/lib)
 
 Even if your firefox binary is 32 bit, the wrapper scripts will be
 run through a 64 bit shell, so it is probably the script shell that
 is complaining it can't find /usr/lib64/libaoss.so ('$LIB' gets
 expanded by ld.so to be 'lib' or 'lib64' depending on the binary
 being linked)
 
 James Pearson
 

I'm wondering about what sound spitting firefox plugin could it be that
forces you to use OSS(-wrapper).

I have installed following plugins that can make use of the sound
device (firefox 64bit):
* mplayerplug-in 3.50 (64bit)
* adobe flash 9.0.124.0 (32bit)
* realplayer 10.1.0.4216 (64bit)
* OpenJDK6 (64bit)

..and all of them use ALSA directly.

Just curious..

Tom


signature.asc
Description: PGP signature
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] libaoss.so fails preloading

2008-04-29 Thread Thomas Kuther
On Di, 29.04.08 11:28 Derek Wickersham [EMAIL PROTECTED] wrote:

 On Tuesday 29 April 2008 11:09:15 am you wrote:
  libaoss.so in /usr/lib should be a 32 bit shared object.
 
  You have a 32 bit app (probably firefox) that the loader is trying
  to preload /usr/lib/libaoss.so - if it doesn't exist, or is not a
  32 bit shared object, then you get the 'cannot be preloaded:
  ignored' warning.
 
  You need to compile/obtain a 32 bit libaoss.so and install it
  in /usr/lib
 
  James Pearson
 
 My firefox install is 64-bit, but the flash player is 32-bit.  I used
 the nspluginwrapper program to install the flash player to make it
 work in the 64-bit environment.  Flash media does play in firefox but
 there is no sound...hence this post.  In fact the preloading error
 message appears only when I load a web page that has a flash object.  
 
 I suspected the 32-bit/64-bit discrepancy was the problem, and had
 been asking for help in other forums  but couldn't get a solution -- 
 http://forum.mandriva.com/viewtopic.php?p=476192#476192
 
 So the next question is, how do I compile alsa-oss-1.0.15 as a 32-bit
 shared object on my x86_64 system?  There is no README in the source
 directory.
 

export CFLAGS=-m32
export LDFLAGS=-melf_i386

should help. 
Anyways most distributions with a good multilib setup
provide 32bit emulation packages.
On Gentoo: 

$ emerge emul-linux-x86-soundlibs



signature.asc
Description: PGP signature
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] libaoss.so fails preloading

2008-04-29 Thread Derek Wickersham
On Tuesday 29 April 2008 01:28:42 pm Thomas Kuther wrote:

 I'm wondering about what sound spitting firefox plugin could it be that
 forces you to use OSS(-wrapper).

 I have installed following plugins that can make use of the sound
 device (firefox 64bit):
 * mplayerplug-in 3.50 (64bit)
 * adobe flash 9.0.124.0 (32bit)
 * realplayer 10.1.0.4216 (64bit)
 * OpenJDK6 (64bit)

 ..and all of them use ALSA directly.

 Just curious..

 Tom

I am curious about how your flash plugin is able to use the sound device 
directly.  On my system I determined that it is calling the /usr/bin/aoss 
preloader script on its own (I added an echo line to /usr/bin/aoss).  I have 
installed flash version 9.0 r124.




-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] libaoss.so fails preloading

2008-04-29 Thread Derek Wickersham
On Tuesday 29 April 2008 01:34:32 pm Thomas Kuther wrote:

 export CFLAGS=-m32
 export LDFLAGS=-melf_i386

Did not work for me:
[EMAIL PROTECTED] alsa-oss-1.0.15]# export CFLAGS=-m32
[EMAIL PROTECTED] alsa-oss-1.0.15]# export LDFLAGS=-melf_i386
[EMAIL PROTECTED] alsa-oss-1.0.15]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C 
compiler cannot create executables
See `config.log' for more details.

 Anyways most distributions with a good multilib setup
 provide 32bit emulation packages.
 On Gentoo:

 $ emerge emul-linux-x86-soundlibs

I can't figure out how to have both the 64-bit alsa and the 32-bit alsa 
installed at the same time.  





-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] libaoss.so fails preloading

2008-04-29 Thread Thomas Kuther
On Di, 29.04.08 14:51 Derek Wickersham [EMAIL PROTECTED] wrote:

 On Tuesday 29 April 2008 01:28:42 pm Thomas Kuther wrote:
 
  I'm wondering about what sound spitting firefox plugin could it be
  that forces you to use OSS(-wrapper).
 
  I have installed following plugins that can make use of the sound
  device (firefox 64bit):
  * mplayerplug-in 3.50 (64bit)
  * adobe flash 9.0.124.0 (32bit)
  * realplayer 10.1.0.4216 (64bit)
  * OpenJDK6 (64bit)
 
  ..and all of them use ALSA directly.
 
  Just curious..
 
  Tom
 
 I am curious about how your flash plugin is able to use the sound
 device directly.  On my system I determined that it is calling
 the /usr/bin/aoss preloader script on its own (I added an echo line
 to /usr/bin/aoss).  I have installed flash version 9.0 r124.

└» which aoss
which: no aoss in (/usr/local/bin:/usr/bin:/bin: etc etc...

I do not even have aoss installed, nor have I enabled any OSS
emulation. And flash works fine. They switched to ALSA on Flash9/Linux
release.


signature.asc
Description: PGP signature
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] libaoss.so fails preloading

2008-04-29 Thread Thomas Kuther
On Di, 29.04.08 15:05 Derek Wickersham [EMAIL PROTECTED] wrote:

 On Tuesday 29 April 2008 01:34:32 pm Thomas Kuther wrote:
 
  export CFLAGS=-m32
  export LDFLAGS=-melf_i386
 
 Did not work for me:
 [EMAIL PROTECTED] alsa-oss-1.0.15]# export CFLAGS=-m32
 [EMAIL PROTECTED] alsa-oss-1.0.15]# export LDFLAGS=-melf_i386
 [EMAIL PROTECTED] alsa-oss-1.0.15]# ./configure
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking for gawk... gawk
 checking whether make sets $(MAKE)... yes
 checking for gcc... gcc
 checking for C compiler default output file name... configure: error:
 C compiler cannot create executables
 See `config.log' for more details.
 
  Anyways most distributions with a good multilib setup
  provide 32bit emulation packages.
  On Gentoo:
 
  $ emerge emul-linux-x86-soundlibs
 
 I can't figure out how to have both the 64-bit alsa and the 32-bit
 alsa installed at the same time.  
 

Not sure how your distro does it, on Gentoo the multilib setup looks
like:
/lib64
/lib32
/lib - /lib64
/usr/lib64
/usr/lib32
/usr/lib - /usr/lib64

and then things are linked accordingly.. so flash needs all things like
(from ldd /opt/netscape/plugins/libflashplayer.so)

libpthread.so.0 = /lib32/libpthread.so.0
libX11.so.6 = /usr/lib32/libX11.so.6
...
etc etc the whole pango/cairo/Gtk+32bit stuff


As said, your distro should have taken care of that.
Do you run multilib at all?


signature.asc
Description: PGP signature
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] libaoss.so fails preloading

2008-04-29 Thread Derek Wickersham
On Tuesday 29 April 2008 05:53:53 pm Thomas Kuther wrote:

 Not sure how your distro does it, on Gentoo the multilib setup looks
 like:
 /lib64
 /lib32
 /lib - /lib64
 /usr/lib64
 /usr/lib32
 /usr/lib - /usr/lib64

 and then things are linked accordingly.. so flash needs all things like
 (from ldd /opt/netscape/plugins/libflashplayer.so)

 libpthread.so.0 = /lib32/libpthread.so.0
 libX11.so.6 = /usr/lib32/libX11.so.6
 ...
 etc etc the whole pango/cairo/Gtk+32bit stuff


 As said, your distro should have taken care of that.
 Do you run multilib at all?

I guess the problem has been solved.  I did some searching and found a 32-bit 
alsa binary for the x86_64 platform, of all things.  The name of the rpm is
alsa-32bit-1.0.14a-0.pm.7.x86_64.rpmdon't ask where I found it.  So I 
installed this and it indeed placed 32-bit alsa libraries in /usr/lib.  And I 
have sound in flash now!

I do see this message on the console:
/usr/lib/nspluginwrapper/i386/linux/npviewer.bin: /lib/libresmgr.so.1: no 
version information available (required by /usr/lib/libasound.so.2)

...but I am going to ignore it because sound works in spite of it.  Thanks, 
guys, for your help with this stubborn problem.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user