[EMAIL PROTECTED] dll]# ldd libavcodec.so
        libm.so.6 => /lib/tls/libm.so.6 (0x4011d000)
        libz.so.1 => /usr/lib/libz.so.1 (0x4013f000)
        libdl.so.2 => /lib/libdl.so.2 (0x4014d000)
        libc.so.6 => /lib/tls/libc.so.6 (0x42000000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
[EMAIL PROTECTED] dll]# ls
freevo_loader          libgmodule-1.2.so.0   libpthread.so.0
libao.so.2             libgphoto2_port.so.0  libreadline.so.4
libasound.so.2         libgphoto2.so.2       libresolv.so.2
libavcodec.so          libgthread-1.2.so.0   libSDL-1.2.so.0
libblas.so.2           libgtk-1.2.so.0       libSDL_image-1.2.so.0
libcrypto.so.0.9.7     libjpeg.so.62         libSDL_mixer-1.2.so.0
libcrypt.so.1          liblapack.so.2        libSDL_ttf-2.0.so.0
libc.so.6              liblirc_client.so.0   libsmpeg-0.4.so.0
libdb-4.1.so           libm.so.6             libssl.so.0.9.7
libdirectfb-0.9.so.19  libncurses.so.5       libstdc++.so.5
libdl.so.2             libnsl.so.1           libutil.so.1
libdvdread.so.2        libnss_compat.so.2    libvorbisenc.so.2
libexif.so.8           libnss_dns.so.2       libvorbisfile.so.3
libexpat.so.1          libnss_files.so.2     libvorbis.so.0
libfreetype.so.6       libnss_nisplus.so.2   libX11.so.6
libg2c.so.0            libnss_nis.so.2       libXext.so.6
libgcc_s.so.1          libogg.so.0           libXi.so.6
libgdk-1.2.so.0        libpanel.so.5         libxmms.so.1
libglib-1.2.so.0       libpng.so.3           libz.so.1
[EMAIL PROTECTED] dll]#

These all seem to be where the listing shows...

I went thru the output of ldd and located all the files.

----- Original Message ----- 
From: "Aubin Paul" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 27, 2003 2:14 PM
Subject: Re: [Freevo-users] Dxr3 and 1.3.4 No available video device


> Type ldd libavcodec.so and make sure that all the listed libraries are
> available in the runtime/dll directory.
>
> On Wed, Aug 27, 2003 at 01:57:10PM +0100, Mark Benson wrote:
> > I over-wrote the file...
> >
> > The names were the same...
> >
> > Copied libavcodec.so from various places... still the same error
> >
> > [EMAIL PROTECTED] freevo-1.3.4]# ./freevo
> > ./runtime/apps/freevo_python: error while loading shared libraries:
> > libavcodec.so: cannot open shared object file: No such file or directory
> > [EMAIL PROTECTED] freevo-1.3.4]#
> >
> >
> > ----- Original Message ----- 
> > From: "Gray, Tim" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, August 27, 2003 1:01 PM
> > Subject: RE: [Freevo-users] Dxr3 and 1.3.4 No available video device
> >
> >
> > > did you copy it as it was, or did you rename it so it overwrites the
old
> > > libSDL?
> > >
> > > you need to overwrite the old libSDL
> > >
> > > -----Original Message-----
> > > From: Mark Benson [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, August 27, 2003 4:30 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: [Freevo-users] Dxr3 and 1.3.4 No available video device
> > >
> > >
> > > When I copy the libSDL to freevo-1.3.4/runtime/dll I get the following
> > error
> > > message...
> > >
> > > [EMAIL PROTECTED] freevo-1.3.4]# ./freevo
> > > ./runtime/apps/freevo_python: error while loading shared libraries:
> > > libavcodec.so: cannot open shared object file: No such file or
directory
> > > [EMAIL PROTECTED] freevo-1.3.4]#
> > >
> > > I've even tried copying the libSDL from the working
> > > freevo-1.3.2-pre4/runtime/dll but I still get the same error -
premissions
> > > all seem to be the same... any ideas?
> > >
> > > ----- Original Message ----- 
> > > From: "Gray, Tim" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Tuesday, August 26, 2003 6:44 PM
> > > Subject: RE: [Freevo-users] Dxr3 and 1.3.4 No available video device
> > >
> > >
> > > > Copy the SDL-Library to the runtime/dll directory
> > > >
> > > > cp /usr/local/lib/libSDL-1.2.so.0  runtime/dll
> > > >
> > > > be sure to rename whatever your libSDL is to the above... I.E.
> > > > libSDL-1.2.so.0 that is the missing part in the Wiki instructions.
> > > >
> > > >
> > > >
> > > >
> > > >  -----Original Message-----From: Mark Benson
> > > > [mailto:[EMAIL PROTECTED]: Tuesday, August 26, 2003 12:04
> > PMTo:
> > > > [EMAIL PROTECTED]: Re: [Freevo-users] Dxr3
and
> > > 1.3.4
> > > > No available video device
> > > > All right I've read the wiki to death over the past weeks and am
still
> > not
> > > > convinced...
> > > >
> > > > I've already complied SDL with dxr3 support - how do I let 1.3.4
make
> > use
> > > of
> > > > this?
> > > >
> > > >
> > > > ----- Original Message ----- 
> > > > From: Johan Cel?n
> > > > To: [EMAIL PROTECTED]
> > > > Sent: Tuesday, August 26, 2003 2:54 PM
> > > > Subject: Re: [Freevo-users] Dxr3 and 1.3.4 No available video device
> > > >
> > > >
> > > > yeah
> > > > read the wiki ;)
> > > > ----- Original Message ----- 
> > > > From: Mark Benson
> > > > To: [EMAIL PROTECTED]
> > > > Sent: Tuesday, August 26, 2003 10:55 AM
> > > > Subject: [Freevo-users] Dxr3 and 1.3.4 No available video device
> > > >
> > > >
> > > > I've downloaded the binary relase 1.3.4 and when I run it with dxr3
as
> > the
> > > > output I get the following error
> > > >
> > > > [EMAIL PROTECTED] freevo-1.3.4]# ./freevo
> > > > ROM_DRIVES: Auto-detected and added "('/mnt/cdrom', '/dev/cdrom',
> > 'CD-1')"
> > > > Traceback (most recent call last):
> > > >   File "src/main.py", line 134, in ?
> > > >     skin    = skin.get_singleton()
> > > >   File "src/skin.py", line 78, in get_singleton
> > > >     exec('import ' + modname  + ' as skinimpl')
> > > >   File "<string>", line 1, in ?
> > > >   File "skins/main1/skin_main1.py", line 120, in ?
> > > >     import xml_skin
> > > >   File "skins/main1/xml_skin.py", line 80, in ?
> > > >     osd = osd.get_singleton()
> > > >   File "src/osd.py", line 209, in get_singleton
> > > >     _singleton = util.SynchronizedObject(OSD())
> > > >   File "src/osd.py", line 330, in __init__
> > > >     pygame.display.init()
> > > > pygame.error: No available video device
> > > > [EMAIL PROTECTED] freevo-1.3.4]#
> > > >
> > > > I have 1.3.2 binary running fine with the dxr3, but 1.3.4 does not
want
> > to
> > > > play.
> > > >
> > > > Any ideas?
> > > >
> > > >
> > > > -------------------------------------------------------
> > > > This SF.net email is sponsored by: VM Ware
> > > > With VMware you can run multiple operating systems on a single
machine.
> > > > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> > > > at the same time. Free trial click
> > > here:http://www.vmware.com/wl/offer/358/0
> > > > _______________________________________________
> > > > Freevo-users mailing list
> > > > [EMAIL PROTECTED]
> > > > https://lists.sourceforge.net/lists/listinfo/freevo-users
> > >
> > >
> > >
> > >
> > > -------------------------------------------------------
> > > This sf.net email is sponsored by:ThinkGeek
> > > Welcome to geek heaven.
> > > http://thinkgeek.com/sf
> > > _______________________________________________
> > > Freevo-users mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/freevo-users
> > >
> > >
> > > -------------------------------------------------------
> > > This sf.net email is sponsored by:ThinkGeek
> > > Welcome to geek heaven.
> > > http://thinkgeek.com/sf
> > > _______________________________________________
> > > Freevo-users mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/freevo-users
> > >
> >
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to