Re: esound and playing mp3's ?



> 
> Ronald de Man wrote:
> > 
> [snip stuff]
> > 
> > For me esddsp isn't working. Could the problem be that I compiled esound
> > with libc6, and that for example rvplayer is a libc5 program?
> 
> Safe bet.  
> 
> > Using esddsp on libc5 programs results in a segmentation fault. On libc6
> > I'm getting
> > 
> > /usr/local/lib/libesddsp.so:/usr/local/lib/libesd.so: 
> >       cannot open shared object file: No such file or directory
> > 
> > man ld.so explains that the list of libraries in LD_PRELOAD needs to be
> > whitespace-separated. Indeed, changing the : in the esddsp script into
> > a space solves the problem for libc6 programs.
> 
> I did not know that.  Using : works for me (and others)  Are you 
> running on Linux? BSD? 

Linux, libc6. The man page of ld.so says

LD_PRELOAD
A whitespace-separated list of additional, user-specified, ELF shared 
libraries to be loaded before all others.

> 
> > I'm using ld.so.1.9.5 in case that makes a difference.

And it probably does... what version are you using?

Ronald



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]