Displaying 3 results from an estimated 3 matches for "_shout_init_connection".
Did you mean:
shout_init_connection
2004 Aug 06
2
No library found for -lshout
OS: OpenBSD 3.1
perl 5.6.1
libshout-1.0.9
Shout-1.0
Whatever I do, I cannot get Shout to see the libshout so. I'm pretty sure this is an ld problem but:
bash-2.05# ldconfig -r | grep shout
72:-lshout.2.2 => /usr/local/lib/libshout.so.2.2
orry if I'm missing something simple...happy monday.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage:
2004 Aug 06
0
No library found for -lshout
...ing if your kit is complete...
Looks good
Note (probably harmless): No library found for -lshout
Writing Makefile for Shout
Thsi turns out not to be harmless at all, since I need that library for the application...heres what I get out of the application:
/usr/libexec/ld.so: Undefined symbol "_shout_init_connection" called from perl:/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/Shout/Shout.so at 0x401ce1c0
On Mon, May 20, 2002 at 02:29:39PM -0700, Mark Luntzel wrote:
> OS: OpenBSD 3.1
> perl 5.6.1
> libshout-1.0.9
> Shout-1.0
>
> Whatever I do, I cannot get Shout to see the lib...
2004 Aug 06
2
No library found for -lshout
...Looks good
> Note (probably harmless): No library found for -lshout
> Writing Makefile for Shout
>
> Thsi turns out not to be harmless at all, since I need that library for the application...heres what I get out of the application:
>
> /usr/libexec/ld.so: Undefined symbol "_shout_init_connection" called from perl:/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/Shout/Shout.so at 0x401ce1c0
>
> On Mon, May 20, 2002 at 02:29:39PM -0700, Mark Luntzel wrote:
> > OS: OpenBSD 3.1
> > perl 5.6.1
> > libshout-1.0.9
> > Shout-1.0
> >
> > Whatever...