[ANN] vlc 0.1.99h is out

Dag B dagb at os.telia.no
Thu Aug 24 00:33:37 CEST 2000


Samuel Hocevar wrote:
> 
> On Wed, Aug 23, 2000, Dag B wrote:
> 
> > Built and installed w/o error. Then built and installed vlc 0.1.99h. It
> > builds (and installes) sdl.so, but makes no mentioning of it:
> >
> >  [...]
> >
> > Shouldn't it show up in the plugin list? The output above behaves as the
> > previous one on Xfree86 4.0.1
> 
>    For now, the vlc only shows plugins that have been successfully
> loaded (ie, that have a valid structure, but also that could resolve all
> library dependencies).
> 
>    If a plugin doesn't show up, it means that either it wasn't
> requested, or it failed to initialize. To debug this, you might wan to
> add the following line at line 181 of src/misc/plugins.c :
> 
>       fprintf( stderr, "%s\n", dlerror() );
> 
>    Then you'll probably know why your SDL plugin wasn't loaded.


Yep. Error between chair and keyboard. Sorry.
A bug in /etc/ld.so.conf caused /usr/local/lib not to be scanned. Thus
not finding libSDL.

The good thing is that it works now!

Thanks,

Dag B




More information about the vlc mailing list